Commit Graph

524 Commits

Author SHA1 Message Date
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
Sam Lieber (sali)
897ddfefad [IMP] l10n: CO content updates
closes odoo/documentation#4425

Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2023-09-15 13:49:45 +00:00
Olivier Dony
76570c1e9d [ADD] legal: update terms of sales for monthly subs, add ES,DE
closes odoo/documentation#5826

Signed-off-by: Olivier Dony (odo) <odo@odoo.com>
2023-09-12 23:05:55 +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
Loredana Perazzo
87b4f1817e [IMP] l11n: Odoo 16 is now certified to use the blackbox
task-3495357

closes odoo/documentation#5802

Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-09-11 12:32:55 +00:00
Leloup Loïc (lole)
9fadc3355d [IMP] cli: add unit to memory options
The documentation is unclear about the unit used for the --limit-memory-soft
and --limit-memory-hard options of odoo-bin.  The unit used is bytes, but
it isn't mentioned and the default unit is shown in mebibytes, causing
confusion.

closes odoo/documentation#5786

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-09-08 15:43:17 +00:00
KC (ksc)
0232bdd96e [IMP] sales: updated RST formatting for quote template doc
closes odoo/documentation#4459

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-09-08 01:21:38 +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
Zachary Straub (ZST)
2fff805029 [FIX] voip: update broken links, light markup cleaning
closes odoo/documentation#5662

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-30 20:43:16 +00:00
arsi
39c0515208 [FIX] localizations: guide to tax report to re-connect to HMRC
In the multi-company HMRC submission section, the documentation mentions
that you can connect to HMRC from the user form, after having reset the
credentials.
This is not true, you have to go back to the tax report and click the
"Connect to HMRC" button.

opw-3449939

closes odoo/documentation#5467

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-08-28 09:44:16 +00:00
KC (ksc)
575f6040a0 [IMP] fixed duplicate content in the Group By section
closes odoo/documentation#5652

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-25 20:07:45 +02:00
Jonathan Castillo (jcs)
fd2c0b8010 [REM] support: what_can_i_expect
This page used to be hosted as an "orphan" page in the documentation
repository. It now is displayed on the support form page at
www.odoo.com/help making this page redundant. This commit deletes that
page and a redirection pointing to the support form has been set.

task-3027584

closes odoo/documentation#5573

Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-08-23 12:31:13 +02:00
Xavier (XPL)
2b9ffdb240 [FIX] install: fix reference and redirect
closes odoo/documentation#5544

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-08-18 21:57:56 +02: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
Jonathan
c0ca09cdde [IMP] email com: update daily limit
The current default daily limit for one-app free
is 20 mails only. This commit updates the value.

closes odoo/documentation#5500

Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-08-16 16:33:41 +02:00
Antoine Vandevenne (anv)
51a2dbd01e [FIX] tutorials/getting_started: fix typos in example model name
Commit f36c612d13 changed the model name
in Chapter 4 without updating the other occurences.

closes odoo/documentation#5498

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-08-16 12:07:32 +02:00
Sam Lieber (sali)
c9e9d8b639 [REF] l10n: PoC doc restructure for CO
closes odoo/documentation#3167

Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-08-11 12:10:53 +02:00
tiku-odoo
b41d69ae82 [IMP] Misc Oauth Azure Clarification
closes odoo/documentation#5421

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-09 19:05:29 +02:00
Lara Martini (larm)
3392389244 [IMP] Inventory: updating second person and images, add clarity
feku-review-add-headings-and-extra-reference

add changes

closes odoo/documentation#3787

Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
Co-authored-by: Zachary Straub <zst@odoo.com>
2023-08-08 23:34:53 +02:00
Lara Martini (larm)
4fd1f56b33 [MOV] Payroll: moved configuration doc to main payroll so there is less clicking for users
closes odoo/documentation#5341

Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2023-08-08 21:11:01 +02:00
KC (ksc)
3a6123715d [IMP] sales: updated different addresses doc for RST
closes odoo/documentation#4463

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-08 21:10:57 +02:00
ksc-odoo
4d95afe86c [IMP] Sales - Update optional_products.rst
closes odoo/documentation#4404

Signed-off-by: Kevin Scannell (ksc) <ksc@odoo.com>
2023-08-08 20:27:25 +02:00
ksc-odoo
5f2725160d [IMP] Sales - updated Deadline.rst (v14)
closes odoo/documentation#4424

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-08 19:43:26 +02:00
Sam Lieber (sali)
6f02a0af04 [IMP] marketing: RST upgrades for metrics doc
closes odoo/documentation#4324

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-08 19:43:22 +02:00
Sam Lieber (sali)
56a291831a [ADD] email marketing: essentials, mailing lists, unsubscriptions
closes odoo/documentation#4121

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-08 18:57:06 +02:00
KC (ksc)
53ff47fe08 [IMP] sales: updated terms and conditions for RST
closes odoo/documentation#4443

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-08 01:33:46 +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
Jonathan
020200abbe [FIX] iot: broken link in troubleshooting.rst
closes odoo/documentation#5310

Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-08-07 12:07:57 +02:00
KC (ksc)
6c38992016 [IMP] sales: updated get siganture for validation doc for RST formatting
closes odoo/documentation#4460

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-05 02:42:50 +02:00
Lara Martini (larm)
8a88ec1dd0 [ADD] Payroll: adding new configuration doc
closes odoo/documentation#4249

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-04 23:59:01 +02:00
Sam Lieber (sali)
b5bde9186e [IMP] marketing: RST format upgrades for marketing automation v14
closes odoo/documentation#4320

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-04 21:55:44 +02:00
John Holton (hojo)
8c1881e120 [ADD] MRP: Add Scrap during manufacturing
closes odoo/documentation#4954

Signed-off-by: John Holton (hojo) <hojo@odoo.com>
2023-08-04 00:16:02 +02:00
tiku-odoo
645f7fde08 [IMP] Misc: Oauth Azure
closes odoo/documentation#5041

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: Zachary Straub <zst@odoo.com>
2023-08-02 01:01:24 +02:00
John Holton (hojo)
7df2d749a8 [IMP] Inventory: Update Multi-package shipments doc
closes odoo/documentation#4943

Signed-off-by: John Holton (hojo) <hojo@odoo.com>
2023-08-02 00:10:22 +02:00
Brandon Seltenrich (BRSE)
2143bffe0f [IMP] inventory: update integrating_landed_costs
closes odoo/documentation#3686

Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-07-31 21:20:51 +02:00
chyde-clearwater
f36c612d13 [IMP] tutorials/getting_started: disambiguate example model name
I removed the dot notation in the  "_name" variable for the example
model. AKA, "test.model" is now named "test_model".

Dot notation implies a data structure relationship between a <model> and
it's parent (or class etc) <test> (like test.model() or Test.model).
There is no relationship like this between a <test> and <model> - it's
just one thing: a <test model>.

The seeming "benefit" of the ORM translating dots to underscores doesn't
justify this naming convention.  Yes, I know it's a string, but still,
this seems confusing for newbies and adds unnecessary complexity (why
name the same thing differently in different places?)

closes odoo/documentation#5131

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-07-18 09:59:59 +02:00
Loredana Perazzo
d5466bea0d [IMP] pos: move part of the intro into generate tab
task-3372676

closes odoo/documentation#5015

Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2023-07-13 11:26:32 +02:00
Xavier (XPL)
34ce8f1566 [IMP] payments: clarify authorize.net statement import steps
task-2382237

closes odoo/documentation#5066

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-10 12:24:34 +02:00
Tom Aarab (toaa)
087f8c096d [IMP] authorize.net statement import
taskid-2382237

closes odoo/documentation#4210

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-07 12:47:12 +02:00
Xavier (XPL)
b729d05e57 [IMP] accounting: l10n chile deliver guides warning
task-3410367

closes odoo/documentation#5022

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-05 13:12:18 +02:00
tong-odoo
6d1ded65a0 [FIX] accounting: AU rebrands Keypay to Employment Hero
task-3250954

closes odoo/documentation#5014

Related: odoo/enterprise#43575
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-07-05 03:03:46 +02:00
Xavier (XPL)
418e4f8a2c [IMP] accounting: authorize.net
task-2382237

Updating the main section in a separate PR as the original PR is stuck due
to uncertainties regarding the Import section.

closes odoo/documentation#4999

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-03 17:25:25 +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
tong-odoo
35fc637ed4 [IMP] localization: AU rebrands Keypay to Employment Hero
task-3250954

closes odoo/documentation#4876

Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-07-03 14:33:38 +02:00
John Holton (hojo)
d9ece7b353 [ADD] Inventory: Add Replenish on order (MTO)
closes odoo/documentation#4406

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-01 06:00:55 +02:00
John Holton (hojo)
eb347c2681 [ADD] Inventory: Add reordering rules
closes odoo/documentation#4575

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-01 05:22:46 +02:00
John Holton (hojo)
18a9b88a11 [ADD] MRP: Work center time off
closes odoo/documentation#4263

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-01 04:46:12 +02:00