Commit Graph

118 Commits

Author SHA1 Message Date
Augusto Perez
16d825f0a3 [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#5723

X-original-commit: 28cacd3b98
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-09-05 14:29:43 +00:00
Xavier (XPL)
42a8f492e7 [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#5524

X-original-commit: c4c945e41c
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-08-17 22:32:42 +02:00
Xavier (XPL)
7c009593ce [IMP] maintain: change info about domain names approval time
Original commit: 4fd1b73013
Original PR: https://github.com/odoo/documentation/pull/5272

closes odoo/documentation#5334

X-original-commit: 45a2d970b7
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-08-07 19:22:03 +02:00
Antoine Vandevenne (anv)
86c673dc70 [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#5321

X-original-commit: 6225ef9e32
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-08-07 16:30:57 +02:00
Xavier
b88cfc1e16 [IMP] maintain: odoo online database management
task-2995394

closes odoo/documentation#5001

X-original-commit: c6e6401e36
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-03 18:18:13 +02:00
John Holton (hojo)
8f0806bb37 [IMP] Administration: Rewrite Upgrade Odoo SaaS
closes odoo/documentation#4946

X-original-commit: 45b1a62782
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-06-30 10:13:05 +02:00
Christophe Monniez
c1eeeb86a0 [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#4803

X-original-commit: 8aed7988ba
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Christophe Monniez (moc) <moc@odoo.com>
2023-06-20 14:17:08 +02:00
Christophe Monniez
0b60ae0bb0 [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.

X-original-commit: f03b4ca649
Part-of: odoo/documentation#4803
2023-06-20 14:17:08 +02:00
Benjamin Hanquin
b34c4184a1 [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#4679

X-original-commit: 98207740d5
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-09 17:08:29 +02:00
Antoine Vandevenne (anv)
aa12d29ce8 [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#4624

X-original-commit: 3d1293757a
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-06-06 10:44:53 +02:00
CVDE-odoo
5c8e46cfa8 [ADD] developer/howto: guide for theming
A complete guide on how to create a custom website theme for Odoo

closes odoo/documentation#4398

X-original-commit: 29203e94bd
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-12 08:15:46 +02:00
Xavier
7d47aac28a [IMP] upgrade: clarify and update the SLA section
task-3300955

closes odoo/documentation#4358

X-original-commit: 8763fef3f7
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2023-05-08 16:17:11 +02:00
Timothy Kukulka (tiku)
13d03c4771 [IMP] Google Oauth Docs edits final review
closes odoo/documentation#4299

X-original-commit: 5b63bfcba9
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-30 19:45:27 +02:00
tiku-odoo
59d98ce8a7 [IMP]Maintain:Fix typo in Azure Mail
closes odoo/documentation#4283

X-original-commit: d2e6c1d647
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-28 02:23:00 +02:00
Jonathan Castillo (jcs)
a829f6c8a1 [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#4122

X-original-commit: 99bcb694dc
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-11 22:40:23 +02:00
Jonathan Castillo (jcs)
73f6cf7e23 [MOV] website: structure
As a first step to update the doc - at last! - we first need to update
its structure.

task-3269837

X-original-commit: ce4a0c3e35
Part-of: odoo/documentation#4106
2023-04-11 18:03:39 +02:00
Timothy Kukulka (tiku)
711a30bdd1 [IMP] General: Oauth seemore additions
closes odoo/documentation#3933

X-original-commit: aa4e5d7a01
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-29 03:41:12 +02:00
Antoine Vandevenne (anv)
6aa1ee95a6 [IMP] supported_version: release saas-16.2
closes odoo/documentation#3892

X-original-commit: 697cdad097
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-27 16:59:52 +02:00
Antoine Vandevenne (anv)
519653e8f5 [IMP] supported_versions: flag saas-16.1 as supported
closes odoo/documentation#3837

X-original-commit: c466d6fd6e
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-17 15:49:26 +01:00
Timothy Kukulka (tiku)
5d2db76f47 [IMP] Website: rewrite-keycdn-doc
closes odoo/documentation#3820

X-original-commit: 3eb3f74f70
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2023-03-13 20:01:54 +01:00
Timothy Kukulka (tiku)
d5781216b0 [IMP] Misc: Remove section from from-address
closes odoo/documentation#3811

X-original-commit: 9eb9fa7e19
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2023-03-13 18:23:26 +01:00
Timothy Kukulka (tiku)
69c4456100 [IMP] Maintain: Add process to delete account and clean-up
closes odoo/documentation#3807

X-original-commit: 6b7c550724
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2023-03-13 18:23:24 +01:00
John Holton (hojo)
875b27882a [FIX] Odoo.sh: correct content error
closes odoo/documentation#3666

X-original-commit: 033f6de839
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2023-02-24 12:50:40 +01:00
Antoine Vandevenne (anv)
1b0e778220 [MOV] developer/cli: move "Command-line interface (CLI)" to the reference dir
task-2991663

closes odoo/documentation#3649

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-02-22 16:28:57 +01:00
Antoine Vandevenne (anv)
1e5ab03f6a [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#3649
2023-02-22 16:28:54 +01:00
Jonathan Castillo (jcs)
11c47d9504 [IMP] install/maintain: add section about search engine indexation
task-3179504

closes odoo/documentation#3617

X-original-commit: 2fccceb964
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-02-17 15:48:13 +01:00
Jonathan Castillo (jcs)
cddb38c443 [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#3574

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-02-15 09:35:49 +01:00
Jonathan Castillo (jcs)
3f79e2c960 [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#3539

X-original-commit: f270587a12
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-02-11 00:02:45 +01:00
thkl-odoo
7ad8745159 [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#3447

X-original-commit: f469e4ef81
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-01-31 20:06:25 +01:00
avg-odoo
d10c775d2a [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#3419

X-original-commit: 92de7ccb2d
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-01-26 23:09:41 +01:00
Antoine Vandevenne (anv)
e314b16ce5 [IMP] supported_versions: add end of support dates for SaaS versions
closes odoo/documentation#3364

X-original-commit: ebce333c73
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-01-19 15:56:43 +01:00
Sam Lieber (sali)
4b4486d40f [ADD] maintain: connect office365 with azure oauth
closes odoo/documentation#3313

X-original-commit: ff9d710a11
Signed-off-by: Zachary Straub <zst@odoo.com>
2023-01-11 01:32:10 +01:00
Sam Lieber (sali)
3f7899a327 [ADD] maintain: setup mailjet api
closes odoo/documentation#3304

X-original-commit: 197a1cc932
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2023-01-06 16:50:27 +01:00
Sam Lieber (sali)
bef43fe83a [FIX] maintain: correct cname definition
closes odoo/documentation#3278

X-original-commit: 96cbb2375b
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-01-04 00:13:47 +01:00
Antoine Vandevenne (anv)
fa4ff59b68 [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#3254
2023-01-03 10:19:42 +01:00
Tom Aarab (toaa)
871888dfb9 [IMP] odoo.sh: Python libraries and packages
Added a note on packages and extensions support

closes odoo/documentation#3185

Taskid: 2836438
X-original-commit: b1f92ba879
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2022-12-13 09:02:32 +01:00
Antoine Vandevenne (anv)
0a272f64ce [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#3149

X-original-commit: 359ab4d028
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-12-08 13:55:59 +01:00
Donatienne Pirlot
d370841599 [IMP] upgrade: updating screenshots and process steps
closes odoo/documentation#3012

X-original-commit: f0f6083ee5
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-11-22 20:39:52 +01:00
Victor Feyens
b8ef59ef84 [FIX] *: remove trailing whitespaces
Part-of: odoo/documentation#2981
2022-11-18 17:42:18 +01:00
Victor Feyens
d2c190f11e [FIX] *: enforce 1 newline on files end
Part-of: odoo/documentation#2981
2022-11-18 17:42:18 +01:00
Jonathan Castillo (jcs)
c37f31b59a [IMP] *: Remove "SaaS" to keep only the "Odoo Online" appellation
task-3034812

closes odoo/documentation#2834

X-original-commit: eae71e6eda
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-10-21 15:27:35 +02:00
Jonathan Castillo (jcs)
6f279737a3 [IMP] *: consistency for the use of "Odoo Online" (and SaaS)
task-3034812

X-original-commit: 121516d52c
Part-of: odoo/documentation#2834
2022-10-21 15:27:34 +02:00
Antoine Vandevenne (anv)
d7e990eca0 [IMP] supported_version: release 16.0 and deprecate 13.0
closes odoo/documentation#2811

X-original-commit: 3c61d24b1d
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-10-11 21:16:44 +02:00
Jonathan Castillo (jcs)
7a78dc52bb [IMP] install/maintain: add note about mailboxes in domain_names
task-2973080

closes odoo/documentation#2678

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

X-original-commit: f52be8da2a
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-08-19 10:58:50 +02:00
Moens Alexandre
03121a2444 [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#2602

X-original-commit: a92671bd85
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-08-18 12:38:50 +02:00
Antoine Vandevenne (anv)
b3e53f75b9 [IMP] install: guide the user through the login page
Developers sometimes have a hard time making the difference between the
PostgreSQL user and the internal user. They would try to log into Odoo's
web client with their PostgreSQL credentials rather than with admin. See
https://reddit.com/r/Odoo/comments/w8zubf/logging_in_on_source_install.

closes odoo/documentation#2545

X-original-commit: 4558be3a5e
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-08-01 18:48:32 +02:00
Benoit Socias
7c2c06595c [IMP] install: troubleshoot typical problems for Mac users
As mentioned in [1], because of [2], some python implementation for Mac
fail on startup with default parameters.

Also, when installing requirements, the psycopg requirement can fail
because the $PATH does not contain the postgresql tools installed with
the .app.

This commit provides instructions to avoid those issues.

[1]: https://github.com/odoo/odoo/issues/79112
[2]: https://bugs.python.org/issue40518

task-2922249

closes odoo/documentation#2502

X-original-commit: 77f4b4b307
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-07-19 12:09:46 +02:00
Stanislas Sobieski
dd1e6856d5 [IMP] install/maintain: update info about upgrade process on Odoo.sh
closes odoo/documentation#2491

Id: 2744270
X-original-commit: 815acb64c4
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Pirlot Donatienne (dopi) <dopi@odoo.com>
Co-authored-by: Stanislas <sts@odoo.com>
Co-authored-by: Donatienne <dopi@odoo.com>
2022-07-18 12:32:01 +02:00
Sam Lieber (sali)
f40d68f4ce [ADD] maintain: google oauth doc
Added document and media files on the setup of Google Gmail using OAuth with Odoo.

closes odoo/documentation#2471

X-original-commit: 9b75dfd2ac
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-07-14 11:30:30 +02:00