Commit Graph

113 Commits

Author SHA1 Message Date
Nathan Marotte (nama)
c6c4598928 [IMP] upgrade: overhaul upgrade doc
closes odoo/documentation#6318

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-09 11:21:41 +00:00
Antoine Vandevenne (anv)
2c805d9813 [IMP] supported_versions: release 17.0
closes odoo/documentation#6305

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-11-07 09:46:44 +00:00
tiku-odoo
b65dd60b25 [IMP] Maintain/Productivity: Azure Name Change
closes odoo/documentation#6120

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-19 00:53:00 +00:00
Julien Castiaux
9ee92c3a27 [IMP] deploy: reword multi-thread/process section
Many users don't start odoo-bin in --workers (multi-processing) mode but
instead leave the default configuration which use the development/demo
multi-threaded server, even in production.

This commit rewords the section about the difference between the
built-in servers and highlight the many advantages of the
multi-processing on. It repeats that information when it comes to
running a dedicated cron server, that it should use the multi-processing
server instead of the default multi-threading one.

closes odoo/documentation#5176

Fixes: odoo/odoo#88984
Closes: odoo/odoo#128571
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-09-20 15:36:38 +00:00
Martin Trigaux
80e1065dff [IMP] install: clarify Windows is not recommended for prod
It has always been the case informally but write it in the doc.

closes odoo/documentation#5825
2023-09-12 22:13:09 +00:00
baro-odoo
cbbd5a5ee9 [FIX] odoo.sh: typo in branches.rst
closes odoo/documentation#5716

Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-09-06 13:08:43 +00:00
Xavier (XPL)
8e41b58834 [IMP] maintain: refresh the change hosting solution page
This PR updates the page's content as it is a bit dated in some places
(see task) and takes into consideration the latest rst guidelines.

task-3434787

closes odoo/documentation#5719

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-09-06 11:05:51 +00:00
Augusto Perez
28cacd3b98 [ADD] upgrade/on_premise: Add filestore explanation
Added a note explaining that the filestores from the upgraded database
and the production database have to be merged for on-premise upgrade,
on both the testing and the production phases

closes odoo/documentation#5715

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-09-05 10:59:34 +00:00
Xavier (XPL)
b7d5d04229 [REF] install: move intro to main install page and split by install type
This PR moves the introduction about the different installation methods and editions found on the
install/install.rst page directly under the main install/ page. It creates three pages, one per
installation method documented on the install/install.rst page (Docker being documented on
docker.com and maintained by us), and moves the related content there. In addition, it fixes various
typos/grammar issues and improves the content according to the documentation guidelines. Various
references and links across the documentation had to be fixed accordingly.

task-3459070

closes odoo/documentation#5493

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-08-17 17:33:47 +02:00
Xavier (XPL)
45a2d970b7 [IMP] maintain: change info about domain names approval time
Original commit: 4fd1b73013
Original PR: https://github.com/odoo/documentation/pull/5272

closes odoo/documentation#5312

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-08-07 16:26:07 +02:00
Antoine Vandevenne (anv)
6225ef9e32 [IMP] supported_versions: release saas-16.4
This commit also moves all versions from 8.0 to 12.0 from the table to
the "older versions" section.

closes odoo/documentation#5304

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-08-07 13:03:40 +02:00
Xavier
c6e6401e36 [IMP] maintain: odoo online database management
task-2995394

closes odoo/documentation#4952

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-03 16:00:59 +02:00
John Holton (hojo)
45b1a62782 [IMP] Administration: Rewrite Upgrade Odoo SaaS
closes odoo/documentation#4374

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-06-29 13:40:56 +02:00
Christophe Monniez
8aed7988ba [FIX] deploy: reference the config parameter
The deploy documentation is assuming that `/etc/odoo.conf` is the
default config file, which is not the case.

With this commit, the configuration file references the cli
documentation.

closes odoo/documentation#4785

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-06-20 12:40:45 +02:00
Christophe Monniez
f03b4ca649 [IMP] maintain: switch to enterprise windows
* Update the title as `Upgrade Community to Enterprise` is confusing.
* Update 9.0 screenshots to more recent ones
* As the windows installer uses a real python interpreter, the install
  command is updated accordingly.

Part-of: odoo/documentation#4785
2023-06-20 12:40:45 +02:00
Benjamin Hanquin
98207740d5 [IMP] odoo.sh: settings collaborators access matrix
Add the Upgrade submenu, Fix the Settings submenu to User only in
staging branches and improve the style in order to be similar to
supported versions matrix
(https://www.odoo.com/documentation/16.0/administration/maintain/supported_versions.html)

closes odoo/documentation#4663

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-09 11:50:40 +02:00
Antoine Vandevenne (anv)
3d1293757a [IMP] supported_versions: release saas-16.3
"September" didn't fit in the current table, so this commit also
replaces the previous implementation of the table by a `list-table`
directive... The real reason is that it was long due to ease future
updates of the table.

closes odoo/documentation#4620

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-06-05 15:29:38 +02:00
Xavier
1a657194ab [IMP] upgrade: clarify and update the SLA section
task-3300955

closes odoo/documentation#4344

Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2023-05-08 11:41:38 +02:00
Timothy Kukulka (tiku)
5b63bfcba9 [IMP] Google Oauth Docs edits final review
closes odoo/documentation#3965

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-28 22:53:41 +02:00
tiku-odoo
330ce42cef [IMP]Maintain:Fix typo in Azure Mail
closes odoo/documentation#4278

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-26 19:39:48 +02:00
Jonathan Castillo (jcs)
b0911a00ad [MOV] calendar: "Calendar" app from "Misc" to "Productivity"
To improve the structure of the documentation, the "Miscellaneous"
section should be limited as much as possible.

This commit:
- renames "Calendars" into "Calendar" (as the app name)
- moves the app from the "Miscellaneous" section to the "Productivity"
  section
- fixes the wrong file structure to follow the toc
  (e.g. general/calendars/outlook/outlook_calendar -> productivity/calendar/outlook)

task-3217827

closes odoo/documentation#4032

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-11 16:43:57 +02:00
Jonathan Castillo (jcs)
ce4a0c3e35 [MOV] website: structure
As a first step to update the doc - at last! - we first need to update
its structure.

task-3269837

Part-of: odoo/documentation#4101
2023-04-11 15:55:40 +02:00
Timothy Kukulka (tiku)
aa4e5d7a01 [IMP] General: Oauth seemore additions
closes odoo/documentation#3931

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-28 23:29:58 +02:00
Antoine Vandevenne (anv)
697cdad097 [IMP] supported_version: release saas-16.2
closes odoo/documentation#3890

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-27 11:49:09 +02:00
Antoine Vandevenne (anv)
c466d6fd6e [IMP] supported_versions: flag saas-16.1 as supported
closes odoo/documentation#3829

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-16 16:18:44 +01:00
Timothy Kukulka (tiku)
3eb3f74f70 [IMP] Website: rewrite-keycdn-doc
closes odoo/documentation#3472

Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2023-03-13 18:46:58 +01:00
Timothy Kukulka (tiku)
6b7c550724 [IMP] Maintain: Add process to delete account and clean-up
closes odoo/documentation#3443

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-13 13:59:18 +01:00
John Holton (hojo)
033f6de839 [FIX] Odoo.sh: correct content error
closes odoo/documentation#3663

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2023-02-24 10:50:38 +01:00
Antoine Vandevenne (anv)
f6ab6d6b99 [MOV] developer/cli: move "Command-line interface (CLI)" to the reference dir
task-2991663

closes odoo/documentation#3629

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-02-21 16:06:50 +01:00
Antoine Vandevenne (anv)
433e5607ac [MOV] howto/rdtraining: move "Getting started" to the tutorials dir
This commit also replaces references to the "Building a module"
tutorial by references to the "Getting started" tutorial.

task-2991663

Part-of: odoo/documentation#3629
2023-02-21 16:06:47 +01:00
Jonathan Castillo (jcs)
2fccceb964 [IMP] install/maintain: add section about search engine indexation
task-3179504

closes odoo/documentation#3603

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-02-17 14:40:16 +01:00
Jonathan Castillo (jcs)
643834ced1 [FIX] *: RST cleanup
RST cleanup to comply with the RST guidelines. This is required so we
can use "make test", as there are currently hundreds of errors. For now,
it is unusable because of the oldest code in this repo.

closes odoo/documentation#3567

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-02-14 11:24:31 +01:00
Jonathan Castillo (jcs)
6ba84585d0 [FIX] *: first small clean of the code
Friday afternoon cleanup. This is required so we can use "make test", as
there are currently hundreds of errors. For now, it is unusable because
of the oldest code in this repo.

closes odoo/documentation#3536

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-02-10 17:20:43 +01:00
thkl-odoo
f469e4ef81 [IMP] install/maintain: clarification in the upgrade SLA
The Service Level Agreement has to be updated. Any additional line of
code, without using studio, in standard modules is not supposed to be
covered by the upgrade team. It is slightly different than the point
telling "development of custom modules"

closes odoo/documentation#3445

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-01-31 17:25:58 +01:00
avg-odoo
92de7ccb2d [IMP] install/maintain: update content of upgrade SLA
The maintenance fees cover the maintenance of the custom code (whoever
did it) and are not specifically dedicated to custom code written by
Odoo development teams

closes odoo/documentation#3410

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-01-26 17:21:41 +01:00
Antoine Vandevenne (anv)
ebce333c73 [IMP] supported_versions: add end of support dates for SaaS versions
closes odoo/documentation#3360

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-01-19 13:38:28 +01:00
Sam Lieber (sali)
96cbb2375b [FIX] maintain: correct cname definition
closes odoo/documentation#3269

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-01-03 21:57:51 +01:00
Antoine Vandevenne (anv)
f58bfc49b8 [IMP] contributing/documentation: rewrite the contribution guide
This commit restructures the contributing/documentation page to re-use
content introduced with the contributing/development page and to
display the two ways to contribute (github vs git) in content tabs
rather than sections.

The guide is simplified and updated to delegate long explanations to
other pages or websites, remove useless images and focus on getting
users ready to contribute.

task-2897123

Part-of: odoo/documentation#3169
2023-01-02 12:03:48 +01:00
Sam Lieber (sali)
dbf7a090d2 [ADD] misc: connect office365 with azure oauth
azure oauth changes from PO

closes odoo/documentation#2888

Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2022-12-15 16:59:15 +01:00
Tom Aarab (toaa)
b1f92ba879 [IMP] odoo.sh: Python libraries and packages
Added a note on packages and extensions support

closes odoo/documentation#3168

Taskid: 2836438
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2022-12-12 16:21:41 +01:00
Antoine Vandevenne (anv)
0b9279d52f [IMP] conf.py, *: interpolate the version and releases in the content
This commit replaces hard-coded occurrences of the version and of the
last, current and next releases' version with placeholders interpolated
at build time to avoid manually updating these after each freeze.

task-2917614

closes odoo/documentation#3051

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-12-08 10:00:21 +01:00
Donatienne Pirlot
f0f6083ee5 [IMP] upgrade: updating screenshots and process steps
closes odoo/documentation#2999

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-11-22 16:46:03 +01:00
Victor Feyens
efb6c47e92 [FIX] *: remove trailing whitespaces
Part-of: odoo/documentation#2978
2022-11-18 17:33:14 +01:00
Victor Feyens
4af7600805 [FIX] *: enforce 1 newline on files end
Part-of: odoo/documentation#2978
2022-11-18 17:33:13 +01:00
Jonathan Castillo (jcs)
8bf148a44d [IMP] *: Remove "SaaS" to keep only the "Odoo Online" appellation
task-3034812

closes odoo/documentation#2827

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-10-20 18:58:12 +02:00
Jonathan Castillo (jcs)
2be57d669e [IMP] *: consistency for the use of "Odoo Online" (and SaaS)
task-3034812

Part-of: odoo/documentation#2827
2022-10-20 18:58:12 +02:00
Antoine Vandevenne (anv)
f04b76cb02 [IMP] supported_version: release 16.0 and deprecate 13.0
closes odoo/documentation#2809

X-original-commit: 3c61d24b1d
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-10-12 06:05:47 +02:00
Jonathan Castillo (jcs)
04c9692231 [IMP] install/maintain: add note about mailboxes in domain_names
task-2973080

closes odoo/documentation#2676

X-original-commit: 9089a78602
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-09-05 13:27:10 +02:00
Julian Roussieau
a6a55f2b44 [FIX] odoo_sh: change img who explain storage space
closes odoo/documentation#2612

X-original-commit: f52be8da2a
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-08-19 11:31:09 +02:00
Moens Alexandre
a434db86fa [IMP] maintain : process for odoo.sh to odoo online
Correction to a typo that made the line completly nonsensical and made
people think that they could migrate just part of the database.

opw-2947684

closes odoo/documentation#2600

X-original-commit: a92671bd85
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-08-18 12:35:08 +02:00