Commit Graph

875 Commits

Author SHA1 Message Date
Felicious
f48a4e885a [IMP] inventory: expand on accounting and math
closes odoo/documentation#6424

X-original-commit: 058515ee91
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: toaa <104567387+toaa-odoo@users.noreply.github.com>
Co-authored-by: meng-odoo <101904966+meng-odoo@users.noreply.github.com>
2023-11-15 05:35:07 +00:00
Felicious
ba34f754ce [IMP] inventory: fwport removal strategy
closes odoo/documentation#6409

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-13 20:27:44 +00:00
John Holton (hojo)
889e95037d [ADD] Inventory: Use locations to manage inventory
closes odoo/documentation#6406

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-11 03:56:50 +00:00
Nathan Marotte (nama)
35a3bcd421 [IMP] upgrade: overhaul upgrade doc
closes odoo/documentation#6392

X-original-commit: c6c4598928
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-10 12:30:03 +00:00
Loredana Perazzo
946edebfcf [IMP] pos: add warning to not buy a terminal from amazon
closes odoo/documentation#6383

Taskid: 3284737
X-original-commit: f0495a9bc9
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-10 12:30:02 +00:00
John Holton (hojo)
0e6576cc3d [ADD] Inventory: Add Scrap inventory
closes odoo/documentation#6329

X-original-commit: ec66814280
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-08 20:37:53 +00:00
Felicious
3d5badcc82 [IMP] inventory: rewrite lead times, add images
closes odoo/documentation#6335

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: brse-odoo <brse@odoo.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
2023-11-08 09:34:50 +00:00
tiku-odoo
4d2a3101ad [ADD] IoT: OPC-UA Protocol
closes odoo/documentation#4414

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-08 05:14:11 +00:00
Antoine Vandevenne (anv)
d67143410a [IMP] supported_versions: release 17.0
closes odoo/documentation#6306

X-original-commit: 2c805d9813
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-11-07 17:26:52 +00:00
Louis Baudoux
8da826d944 [IMP] iap: move from first-person to second-person writing
For some reason, the first-person was used throughout the IAP
documentation, and quite inconsistently.
As the rest of the documentation is using second-person writing, IAP
should be no exception.

closes odoo/documentation#6286

X-original-commit: 8d0ae3b5df
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Louis Baudoux (lba) <lba@odoo.com>
2023-11-06 16:13:28 +00:00
Louis Baudoux
0c1b7c4636 [IMP] iap: remove documentation related to IAP services creation
It has been decided to remove the possibility for our users to create
their own IAP services.
This decision was motivated by the fact that, in the 5 years of
existence of IAP, very few non-Odoo services have been created and
actively used by our customers.

X-original-commit: d8c7269786
Part-of: odoo/documentation#6286
2023-11-06 16:13:28 +00:00
Louis Baudoux
9f546a616b [IMP] extract_api: document the new API version
We have introduced a second version of the Extract API that adds the IAP
account token to the `get_result` and `validate` routes.

There are also other changes in this commit:
 - The deprecated stuff has been removed as it's been deprecated for a
   while and won't be supported anymore in the future.
 - The `status` table of the `get_result` route has been added as it was
   missing for some reason.
 - The documentation regarding the `/validate` routes have been removed
   for security reasons.

closes odoo/documentation#6275

X-original-commit: a8c6272899
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Louis Baudoux (lba) <lba@odoo.com>
2023-11-03 12:41:26 +00:00
Rémy Voet (ryv)
1639d22efd [FIX] developer: fix bad documentation of --unaccent
In the CLI, `--unaccent` try to enable PostgreSQL unaccent extention
when odoo is responsible to create new database(s).

closes odoo/documentation#6236

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-10-27 14:32:40 +00:00
Tom Aarab (toaa)
323d3563c9 [IMP] silverfin: API key
Added a note to make it clearer that for fiduciaries, a single API key
is valid for all databases linked to the user.

taskid-3570700

closes odoo/documentation#6212

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-10-27 09:13:46 +00:00
Louis Baudoux
db908097e4 [IMP] extract_api: uniformize API documentation across all versions
We used to document the extract API according to the version of the
documentation that is being viewed, i.e. in version 14, we
documented the API version that was used in Odoo 14.

This is actually not a good idea as the extract API isn't strictly
linked to Odoo versions, it has its own versioning system.

It can also be an issue if users don't realize they're viewing an old
version of the API and start implementing customizations based on it.

This commit is an exact copy of the current `master` version of the
extract API documentation.

closes odoo/documentation#6218

X-original-commit: f8adea7845
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Louis Baudoux (lba) <lba@odoo.com>
2023-10-26 11:50:43 +00:00
Mathieu Duckerts-Antoine
a4da1132ff [FIX] search panel: fix bad indentation
closes odoo/documentation#6194

X-original-commit: 82055c1f15
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Mathieu Duckerts-Antoine (dam) <dam@odoo.com>
2023-10-23 14:02:11 +00:00
Lara Martini (larm)
a819e91c7b [IMP] employees: making targeted edits for v15 and updating images
closes odoo/documentation#5038

Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2023-10-19 22:02:04 +00:00
tiku-odoo
2437687710 [IMP] Maintain/Productivity: Azure Name Change
closes odoo/documentation#6168

X-original-commit: b65dd60b25
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-19 03:58:59 +00:00
Lara Martini (larm)
51d027710f [ADD] payroll: adding new work entries doc
closes odoo/documentation#6140

X-original-commit: d349cf7bb1
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-19 00:47:25 +00:00
Louis Baudoux
3d12e27f27 [IMP] iap: document account deactivation
A new way to disable IAP accounts has been introduced recently.

This feature is mostly used in neutralization scripts to prevent
customers from accidentaly consuming their credits on their
staging/testing databases.

Documenting it will help users re-enable their accounts if they still
wish to use it in a testing environment.

closes odoo/documentation#6132

X-original-commit: fa604a95b0
Signed-off-by: Louis Baudoux (lba) <lba@odoo.com>
2023-10-17 08:16:09 +00:00
Lara Martini (larm)
ae0be6c4fe [ADD] Recruitment: add new job position
Co-authored by: hojo-odoo <hojo@odoo.com>
Co-authored by: StraubCreative <zst@odoo.com>

closes odoo/documentation#6148

X-original-commit: 8e7fd152ac
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-17 04:57:29 +00:00
Loredana Perazzo
78a26a0fa8 [IMP] pos: update content of the pricelists page
task-3005170

closes odoo/documentation#5688

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-10-12 11:49:13 +00:00
Lara Martini (larm)
56b647166e [ADD] payroll: adding new contract doc
closes odoo/documentation#6106

X-original-commit: d1ce712814
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2023-10-11 17:51:49 +00:00
Loan (LSE)
974c59f0c7 [IMP] iot: esc-pos ESC * support documentation
Documentation regarding the fix:
https://github.com/odoo/odoo/pull/126689

opw-3351084,3341907

Authored by: lse-odoo <lse@odoo.com>
Co-authored by: tiku-odoo <tiku@odoo.com>
Co-authored by: Felicious <feku@odoo.com>
Co-authored by: jero-odoo <jero@odoo.com>

closes odoo/documentation#5367

Signed-off-by: StraubCreative <zst@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-07 02:50:12 +00:00
Denis Ledoux
d141144be5 [FIX] qweb: type "overrinding"
overrinding -> overriding

closes odoo/documentation#6047

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2023-10-06 14:12:28 +00:00
tiku-odoo
c34c5b190b [ADD] Accounting: Admonition Block Sunset TaxCloud
closes odoo/documentation#5978

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-05 18:59:53 +00:00
bve-odoo
41b9ba6383 [FIX] azure_oauth: configuration mail server Outlook.
Results of seeing a lot of wrong and missing configuration
on consultancy project for Outlook accounts.

The Multi outgoing mail server is harder to maintain than having
a unique mail server with an Odoo db correctly configured.

Insisting on the mail.default.from (ICP) and the From Filtering
parameters that NEEDS TO BE set up.

task-3512379

[FIX] Maintain: Azure_oauth: configuration mail server Outlook

Co-author-by: tiku-odoo <tiku@odoo.com>
Co-author-by: jqu-odoo <jqu@odoo.com>

Results of seeing a lot of wrong and missing configuration
on consultancy project for Outlook accounts.

The Multi outgoing mail server is harder to maintain than having
a unique mail server with an Odoo db correctly configured.

Insisting on the mail.default.from (ICP) and the From Filtering
parameters that NEEDS TO BE set up.

task-3512379

closes odoo/documentation#5909

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-05 17:57:43 +00:00
Loredana Perazzo
d8706cdd89 [IMP] POS: add info for iOS devices
task-3388561

closes odoo/documentation#5944

X-original-commit: 895d30cceb
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-10-02 09:06:23 +00:00
John Holton (hojo)
3a10fb4ea3 [ADD] MRP: Manufacturing backorders
closes odoo/documentation#5967

X-original-commit: cfc40f8cd1
Signed-off-by: John Holton (hojo) <hojo@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-01 05:36:57 +00:00
Jonathan Castillo (jcs)
1924074d82 [FIX] legal: broken links to the support page
task-3513581

closes odoo/documentation#5908

X-original-commit: 8253b6fdee
Signed-off-by: Olivier Dony (odo) <odo@odoo.com>
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-09-26 09:42:50 +00:00
Brandon Seltenrich (BRSE)
06a225587b [IMP] inventory: update cycle counts
closes odoo/documentation#4464

Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-09-26 01:02:25 +00:00
Donatienne (dopi)
08369d0062 [IMP] Website: several images per product page to be corrected
closes odoo/documentation#5876

Taskid: 3490508
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-09-22 15:14:54 +00:00
Julien Castiaux
0b7c7e4c67 [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#5885

Fixes: odoo/odoo#88984
Closes: odoo/odoo#128571
X-original-commit: 9ee92c3a27
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
2023-09-21 07:07:07 +00:00
Sam Lieber (sali)
429e52bdf9 [IMP] l10n: CO content updates
closes odoo/documentation#5871

X-original-commit: 897ddfefad
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-09-19 17:03:58 +00:00
Sam Lieber (sali)
7e12726c32 [IMP] accounting: l10n_mx content updates
closes odoo/documentation#5225

Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2023-09-15 12:57:53 +00:00
Olivier Dony
7d8381f863 [ADD] legal: update terms of sales for monthly subs, add ES,DE
closes odoo/documentation#5837

X-original-commit: 76570c1e9d
Signed-off-by: Olivier Dony (odo) <odo@odoo.com>
2023-09-13 00:33:27 +00:00
Martin Trigaux
573dcf1ef4 [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#5828

X-original-commit: 80e1065dff
Signed-off-by: Olivier Dony (odo) <odo@odoo.com>
2023-09-13 00:33:25 +00:00
tiku-odoo
89fa7fb16f [IMP] Misc: 15.0 email templates / FAQ update
closes odoo/documentation#4229

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-09-11 21:05:45 +00:00
Loredana Perazzo
3f172d0d99 [IMP] l11n: Odoo 16 is now certified to use the blackbox
task-3495357

closes odoo/documentation#5803

X-original-commit: 87b4f1817e
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-09-11 15:11:15 +00:00
Leloup Loïc (lole)
79380b49d7 [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#5787

X-original-commit: 9fadc3355d
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-09-11 08:58:16 +00:00
KC (ksc)
095ac84b07 [IMP] sales: updated RST formatting for quote template doc
closes odoo/documentation#5769

X-original-commit: 0232bdd96e
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-09-09 00:06:15 +00:00
baro-odoo
6cde25ecca [FIX] odoo.sh: typo in branches.rst
closes odoo/documentation#5746

X-original-commit: cbbd5a5ee9
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-09-06 16:28:48 +00:00
Xavier (XPL)
2fb5610c05 [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#5738

X-original-commit: 8e41b58834
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-09-06 14:11:25 +00:00
Augusto Perez
38336c324b [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#5722

X-original-commit: 28cacd3b98
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-09-05 14:34:50 +00:00
“Audrey
5b6be43481 [IMP] website: Google Analytics
task-2790245

- Update existing Google Analytics page for GA4
- Move warning from google_analytics_dashboard.rst to GA doc page
- Remove google_analytics_dashboard.rst as it's no longer useful

closes odoo/documentation#5594

Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2023-09-01 13:15:51 +00:00
Zachary Straub (ZST)
143b0151d1 [FIX] voip: update broken links, light markup cleaning
closes odoo/documentation#5690

X-original-commit: 2fff805029
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-30 23:02:06 +00:00
arsi
5c400284a9 [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#5663

X-original-commit: 39c0515208
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Arnaud Sibille (arsi) <arsi@odoo.com>
2023-08-29 09:13:03 +00:00
KC (ksc)
c8326607a9 [IMP] fixed duplicate content in the Group By section
closes odoo/documentation#5654

X-original-commit: 575f6040a0
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-26 01:01:43 +02:00
“Audrey
e8f504537d [IMP] ecommerce: product variants
task-2689091

closes odoo/documentation#5645

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-08-25 18:27:29 +02:00
tiku-odoo
b6a3be322c [IMP] Discuss Team Communication edits
closes odoo/documentation#5497

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-25 03:44:01 +02:00
Brandon Seltenrich (BRSE)
a02022e2fd [FIX] mrp: fix kits note
closes odoo/documentation#5585

Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2023-08-24 20:52:41 +02:00
Tom Aarab (toaa)
1c5a9bcb73 [FIX] Stripe: screenshot update
Updated an outdated screenshot from V14 to V15

Forward to master.

taskid-3467638

closes odoo/documentation#5606

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-08-24 17:13:51 +02:00
Jonathan Castillo (jcs)
de84b75ad0 [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#5575

X-original-commit: fd2c0b8010
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-08-23 16:48:40 +02:00
Felicious
3b2c2376c0 [ADD] barcode: GS1 nomenclature
closes odoo/documentation#4352

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: meng-odoo <101904966+meng-odoo@users.noreply.github.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
2023-08-21 23:27:47 +02:00
Xavier (XPL)
9d3f889415 [FIX] install: fix reference and redirect
closes odoo/documentation#5545

X-original-commit: 2b9ffdb240
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-08-18 23:27:54 +02:00
Xavier (XPL)
c4c945e41c [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#5522

X-original-commit: b7d5d04229
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-08-17 20:39:02 +02:00
KC (ksc)
83dcc39459 [IMP] sales: updated different addresses doc for RST
closes odoo/documentation#5424

X-original-commit: 3a6123715d
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-16 23:48:52 +02:00
ksc-odoo
dd67e99196 [IMP] Sales - Update optional_products.rst
closes odoo/documentation#5408

X-original-commit: 4d95afe86c
Signed-off-by: Kevin Scannell (ksc) <ksc@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-16 23:48:48 +02:00
Jonathan
960073d589 [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#5501

X-original-commit: c0ca09cdde
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-08-16 18:42:25 +02:00
Antoine Vandevenne (anv)
b6f923d111 [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#5499

X-original-commit: 51a2dbd01e
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-08-16 16:26:11 +02:00
Sam Lieber (sali)
c540115eba [REF] l10n: PoC doc restructure for CO
closes odoo/documentation#5466

Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-08-11 14:51:25 +02:00
tiku-odoo
494114e986 [IMP] Misc Oauth Azure Clarification
closes odoo/documentation#5440

X-original-commit: b41d69ae82
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-10 00:45:08 +02:00
Lara Martini (larm)
6cb2ed8abc [IMP] Inventory: updating second person and images, add clarity
feku-review-add-headings-and-extra-reference

closes odoo/documentation#5435

X-original-commit: 3392389244
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-09 20:29:49 +02:00
Lara Martini (larm)
3385a8b5cb [MOV] Payroll: moved configuration doc to main payroll so there is less clicking for users
closes odoo/documentation#5425

X-original-commit: 4fd1f56b33
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2023-08-09 16:58:15 +02:00
ksc-odoo
ebd9103d2f [IMP] Sales - updated Deadline.rst (v14)
closes odoo/documentation#5392

X-original-commit: 5f2725160d
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Kevin Scannell (ksc) <ksc@odoo.com>
2023-08-08 21:10:38 +02:00
Sam Lieber (sali)
1244cb310c [IMP] marketing: RST upgrades for metrics doc
closes odoo/documentation#5391

X-original-commit: 6f02a0af04
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Kevin Scannell (ksc) <ksc@odoo.com>
2023-08-08 21:10:33 +02:00
Sam Lieber (sali)
eac60ce941 [ADD] email marketing: essentials, mailing lists, unsubscriptions
closes odoo/documentation#5383

X-original-commit: 56a291831a
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-08 21:10:30 +02:00
Brandon Seltenrich (BRSE)
3da457a501 [IMP] inventory: update inventory adjustments
closes odoo/documentation#4435

Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-08-08 20:05:43 +02:00
John Holton (hojo)
72ba26414b [ADD] MRP: Add Scrap during manufacturing
closes odoo/documentation#5263

X-original-commit: 8c1881e120
Signed-off-by: John Holton (hojo) <hojo@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-08 18:15:34 +02:00
Xavier (XPL)
bd50b39abf [IMP] sales: correct amazon invoicing and payment registration info
task-2203035

closes odoo/documentation#5142

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-08-08 18:15:30 +02:00
KC (ksc)
417741adcb [IMP] sales: updated terms and conditions for RST
closes odoo/documentation#5349

X-original-commit: 53ff47fe08
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-08 03:18:06 +02:00
Xavier (XPL)
1d15429f4a [IMP] maintain: change info about domain names approval time
Original commit: 4fd1b73013
Original PR: https://github.com/odoo/documentation/pull/5272

closes odoo/documentation#5333

X-original-commit: 45a2d970b7
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-08-07 19:54:46 +02:00
Antoine Vandevenne (anv)
69ae824dff [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#5320

X-original-commit: 6225ef9e32
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-08-07 16:39:54 +02:00
Jonathan
884cf4ac77 [FIX] iot: broken link in troubleshooting.rst
closes odoo/documentation#5311

X-original-commit: 020200abbe
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-08-07 15:24:33 +02:00
KC (ksc)
5e97371468 [IMP] sales: updated get siganture for validation doc for RST formatting
closes odoo/documentation#5296

X-original-commit: 6c38992016
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-06 08:52:02 +02:00
Lara Martini (larm)
d02d546d42 [ADD] Payroll: adding new configuration doc
closes odoo/documentation#5288

X-original-commit: 8a88ec1dd0
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-05 03:07:21 +02:00
Sam Lieber (sali)
99d54ffa31 [IMP] marketing: RST format upgrades for marketing automation v14
closes odoo/documentation#5275

X-original-commit: b5bde9186e
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-05 03:07:18 +02:00
Tom Aarab (toaa)
7f75d16f1b [IMP] accounting/credit and debit notes
Forward to master.

Change 16.3 onwards (screenshots)

Improved the doc and added some info on debit notes (was missing).

taskid-3439169

closes odoo/documentation#5190

Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-08-04 08:37:08 +02:00
tiku-odoo
66b2a3d50e [IMP] Misc: Oauth Azure
closes odoo/documentation#5041

closes odoo/documentation#5248

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: Zachary Straub <zst@odoo.com>
2023-08-02 21:15:51 +02:00
John Holton (hojo)
8237a079ec [IMP] Inventory: Update Multi-package shipments doc
closes odoo/documentation#5239

X-original-commit: 7df2d749a8
Signed-off-by: John Holton (hojo) <hojo@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-02 04:36:51 +02:00
“Chiara
fd2a9431ce [ADD] l10n: saudi arabia e-invoicing
task-3422500

closes odoo/documentation#5117

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-28 13:10:27 +02:00
Xavier (XPL)
8f04f93840 [FIX] accounting: remove unused image on the year-end page
closes odoo/documentation#5204

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-26 13:47:23 +02:00
Xavier (XPL)
7ba101ffd5 [IMP] accounting: year-end closing
task-2823858

closes odoo/documentation#5031

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-25 20:36:00 +02:00
Xavier (XPL)
0155844ef5 [IMP] payments: add section about ACH payments
task-3303591

closes odoo/documentation#5081

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-25 14:26:30 +02:00
Tom Aarab (toaa)
eff6743924 [IMP] accounting: multicurrency
Slight sentence update for V15.

V16 --> Change the bank statement section

taskid-3433653

closes odoo/documentation#5165

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-20 11:08:27 +02:00
chyde-clearwater
3e78ec5467 [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#5135

X-original-commit: f36c612d13
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-07-18 12:41:28 +02:00
Loredana Perazzo
673a8eee9e [IMP] pos: move part of the intro into generate tab
task-3372676

closes odoo/documentation#5108

X-original-commit: d5466bea0d
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2023-07-13 13:16:13 +02:00
Tom Aarab (toaa)
8baff9f232 [IMP] accounting: intrastat
Updated Intrastat for 15.0

task-3373480

closes odoo/documentation#4816

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-12 10:51:50 +02:00
Xavier (XPL)
10cee5e7b2 [FIX] payments: remove authorize duplicated statement content
task-2382237

closes odoo/documentation#5079

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-11 11:54:51 +02:00
Xavier (XPL)
cd2bc63b22 [IMP] payments: clarify authorize.net statement import steps
task-2382237

closes odoo/documentation#5070

X-original-commit: 34ce8f1566
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-10 16:52:13 +02:00
Tom Aarab (toaa)
dcfd61e962 [IMP] authorize.net statement import
taskid-2382237

closes odoo/documentation#5050

X-original-commit: 087f8c096d
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-07-10 13:42:39 +02:00
Xavier (XPL)
e54046b98f [IMP] accounting: l10n chile deliver guides warning
task-3410367

closes odoo/documentation#5024

X-original-commit: b729d05e57
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-05 19:00:04 +02:00
tong-odoo
ee3634d623 [FIX] accounting: AU rebrands Keypay to Employment Hero
task-3250954

closes odoo/documentation#5018

X-original-commit: 6d1ded65a0
Related: odoo/enterprise#43653
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
Signed-off-by: Tommy Ng (tong) <tong@odoo.com>
2023-07-05 05:51:44 +02:00
Xavier
6617d01d46 [IMP] maintain: odoo online database management
task-2995394

closes odoo/documentation#5000

X-original-commit: c6e6401e36
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-03 17:31:54 +02:00
tong-odoo
a746bd98a4 [IMP] localization: AU rebrands Keypay to Employment Hero
task-3250954

closes odoo/documentation#4992

X-original-commit: 35fc637ed4
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-07-03 17:31:52 +02:00
Brandon Seltenrich (BRSE)
688220bb51 [IMP] purchase: update manage vendor bills
closes odoo/documentation#4955

X-original-commit: 65e2998551
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-03 16:28:22 +02:00
John Holton (hojo)
b86f45bda5 [ADD] Inventory: Add Replenish on order (MTO)
closes odoo/documentation#4978

X-original-commit: d9ece7b353
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-01 18:06:48 +02:00
John Holton (hojo)
0ed33021a8 [ADD] Inventory: Add reordering rules
closes odoo/documentation#4971

X-original-commit: eb347c2681
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-01 18:06:45 +02:00
John Holton (hojo)
5ad51c1031 [ADD] MRP: Work center time off
closes odoo/documentation#4960

X-original-commit: 18a9b88a11
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-01 18:06:42 +02:00
John Holton (hojo)
15749fd715 [IMP] Administration: Rewrite Upgrade Odoo SaaS
closes odoo/documentation#4945

X-original-commit: 45b1a62782
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-06-30 10:13:17 +02:00
Lara Martini (larm)
e09903e29d [IMP] Inventory: updated images and removed edit steps
closes odoo/documentation#4878

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-30 00:16:25 +02:00
Tom Aarab (toaa)
6e0d01771b [IMP] accounting: checks
task-2979887

closes odoo/documentation#4723

Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-06-28 15:20:55 +02:00
Timothy Kukulka (tiku)
da9b9d68ff [IMP] IoT: edits to all IoT docs
closes odoo/documentation#4921

X-original-commit: e7457c992b
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-27 21:15:51 +02:00
Xavier
eb8a257049 [ADD] website: reCAPTCHA
task-3336129

closes odoo/documentation#4818

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-06-27 16:54:08 +02:00
Benoit Socias
cbbc41d90c [FIX] howto/rdtraining: ch.13 adapt reference to salesperson field
In chapter 13 the `property_ids` field is defined as the inverse of a
`user_id` field. But in chapter 8 when the salesperson field is added,
no such name is given to it.

This commit adapts the description to reference the general concept of
the field used to link to the salesperson instead of an actual field
identifier.

task-3381757

closes odoo/documentation#4901

X-original-commit: 3a131c829a
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-06-27 13:39:30 +02:00
Benoit Socias
64ac1400e1 [IMP] developer/views: add optional attribute for fields of list views
The attributes of fields of list views do not mention the `optional`
attribute while it is used by chapter 12 of the R&D Training.

This commit describes this `optional` attribute.

task-3380953

closes odoo/documentation#4900

X-original-commit: 5a446f5c59
Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
2023-06-27 13:39:27 +02:00
KC (ksc)
026ca474cf [IMP] sales: updated down payment doc for RST and image reasons
closes odoo/documentation#4891

X-original-commit: 802dc467de
Signed-off-by: Kevin Scannell (ksc) <ksc@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-27 00:53:09 +02:00
Brandon Seltenrich (BRSE)
cf9a9e518d [IMP] inventory: update expiration dates doc
closes odoo/documentation#4884

X-original-commit: 49029eda37
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-06-26 21:53:26 +02:00
Lara Martini (larm)
43237cf4c4 [ADD] Employees: anning a new employee
closes odoo/documentation#4852

X-original-commit: 547ad6fca5
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-26 20:04:14 +02:00
Lara Martini (larm)
6201ee8760 [IMP] inventory: update strategies second person and images
closes odoo/documentation#4859

X-original-commit: 3c78017bef
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-23 08:02:03 +02:00
Lara Martini (larm)
d996bf8af3 [IMP] Expenses: making targeted edits for v 15
closes odoo/documentation#4701

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-23 08:01:58 +02:00
Jonathan
383676db84 [IMP] localizations: small rst changes in belgium.rst
Backporting some rst changes introduced with #3442

closes odoo/documentation#4835

X-original-commit: c111c68a7f
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-06-21 22:11:08 +02:00
John Holton (hojo)
7df771e53c [DEL] MRP: Delete Alternative Work Centers 15.0
closes odoo/documentation#4829

Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2023-06-21 21:05:59 +02:00
Jonathan
a85e064ffc [IMP] accounting: add tutorials links to chart of accounts
closes odoo/documentation#4825

Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-06-21 17:15:54 +02:00
Jonathan
8efbe3ef84 [FIX] discuss: broken link in ice_servers.rst
closes odoo/documentation#4817

Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-06-21 14:58:52 +02:00
Christophe Monniez
476e019bff [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#4802

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:21 +02:00
Christophe Monniez
dbf60af282 [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#4802
2023-06-20 14:17:21 +02:00
Loredana Perazzo
573d201361 [IMP] pos: write content on the Payment Terminals page
task-3358474

closes odoo/documentation#4774

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-06-19 17:43:07 +02:00
Antoine Vandevenne (anv)
8cffb57dae [FIX] legal: fix broken PDF link
Apply the fix of e6aa5dd0 to `terms_of_sale.rst` and
`terms_of_sale_fr.rst` that were forgotten.

closes odoo/documentation#4784

X-original-commit: c1ec0664bb
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-06-19 16:40:35 +02:00
KC (ksc)
d107b438cb [IMP] sales: updated pro-forma invoice doc
closes odoo/documentation#4756

X-original-commit: 3e4e8acfed
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-16 01:15:55 +02:00
Sam Lieber (sali)
7aa75380a8 [IMP] marketing: testing_running.rst format fixes
closes odoo/documentation#4743

X-original-commit: 4b327417b0
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-15 18:54:38 +02:00
Sam Lieber (sali)
a62e5958cb [IMP] marketing: workflow_activities.rst - Format fixes
closes odoo/documentation#4742

X-original-commit: a09ca7bd0f
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-15 18:54:36 +02:00
Sam Lieber (sali)
19f0d3d8a8 [IMP] Update rst for target_audiences.rst (v14)
closes odoo/documentation#4734

X-original-commit: 89c1c1b357
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-15 18:54:33 +02:00
“Audrey
52bf00663e [FIX] Adyen: Fix live/test URLs
closes odoo/documentation#4720

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-13 17:08:20 +02:00
Tom Aarab (toaa)
bf327d9200 [IMP] payment providers: PayPal
taskid-3184602.

16.0 -> Change extra fees category to :ref: main page payment provider
16.2 -> Remove Odoo credentials section
        Remove PDT identity token
        Remove merchant ID note
        Remove test mode section on environment test

Took the opportunity to redo the whole page.

closes odoo/documentation#4396

Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-06-13 11:14:40 +02:00
Tom Aarab (toaa)
b675584730 [IMP] accounting: OSS report
Added a section on where to find OSS reports and how to export them

task-3305037

closes odoo/documentation#4615

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-09 18:53:31 +02:00
Jonathan Castillo (jcs)
211268ee24 [IMP] accounting: follow-up reports
task-3316301

closes odoo/documentation#4691

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-09 17:51:15 +02:00
Loredana Perazzo
70f58a610d [IMP] pos: update the register customers section
task-3357882

closes odoo/documentation#4676

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-06-09 16:27:00 +02:00
Morfosys
7c627f985d [IMP] l10n: update links in mexico.rst
Update the link for Smarter Web to the appropriate landing page for
Odoo.

closes odoo/documentation#4678

X-original-commit: 7510b4bb23
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-09 13:55:53 +02:00
Benjamin Hanquin
4218ba7964 [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#4677

X-original-commit: 98207740d5
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-09 13:55:50 +02:00
Lara Martini (larm)
01f40f24ba [IMP] Expenses: updaitng out of date information and images
closes odoo/documentation#4553

closes odoo/documentation#4653

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-08 20:06:50 +02:00
Brandon Seltenrich (BRSE)
afc4da633f [FIX] inventory: fix two step doc
closes odoo/documentation#4646

X-original-commit: c9dcbf6d01
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-06-07 21:35:47 +02:00
“Audrey
e3379e2856 [IMP] Adyen: Update directions for setting the URLs
task-3338125

closes odoo/documentation#4634

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-06-07 16:41:42 +02:00
Jonathan Castillo (jcs)
5c578d627a [MOV] accounting: rename VAT verification filename and title
closes odoo/documentation#4633

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-06 17:43:45 +02:00
Antoine Vandevenne (anv)
552ef54355 [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#4623

X-original-commit: 3d1293757a
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-06-06 10:50:53 +02:00
Brandon Seltenrich (BRSE)
529bed0c0a [FIX] inventory: fix sn doc typos
closes odoo/documentation#4583

X-original-commit: 17b53be028
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-06-01 22:21:25 +02:00
Brandon Seltenrich (BRSE)
bbf780db5d [FIX] inventory: fix note in inv val config
closes odoo/documentation#4582

X-original-commit: 5a55437adc
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-06-01 22:21:22 +02:00
Olivier Dony
24fc86d229
[FIX] legal: fix link to pt_BR PDF version 2023-05-26 20:01:55 +02:00
“Audrey
61da7ce7aa [IMP] payment providers: Wire Transfer
taskid-3301001

closes odoo/documentation#4540

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-26 18:14:06 +02:00
Olivier Dony
764093ac2e [FIX] legal: add pt_BR translation of OEEL
Courtesy of LANA :)

closes odoo/documentation#4546

X-original-commit: a718922b0c
Signed-off-by: Olivier Dony (odo) <odo@odoo.com>
2023-05-26 15:08:08 +02:00
Olivier Dony
9e956f0be6 [FIX] legal: rename pt_BR + build PDF version
X-original-commit: 0df79a70e0
Part-of: odoo/documentation#4546
2023-05-26 15:08:08 +02:00
jopa-odoo
5e33cd5864 [ADD] Legal: Portuguese (Brasil) translation of Odoo Enterprise Agreement
X-original-commit: 966bade927
Part-of: odoo/documentation#4546
2023-05-26 15:08:08 +02:00
“Dallas”
fd23308e93 [IMP] accounting: update epc qr code
task-3336175

closes odoo/documentation#4536

Signed-off-by: Dean Dallas (dade) <dade@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-25 16:30:24 +02:00
Brandon Seltenrich (BRSE)
db67fc2959 [IMP] inventory: fix and update lots
closes odoo/documentation#4522

X-original-commit: 5bc3b94b61
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-05-24 18:24:37 +02:00
“Dallas”
7c61c31038 [IMP] contributing: change gui abbreviation to lower case
closes odoo/documentation#4506

X-original-commit: 20972dc033
Signed-off-by: Dean Dallas (dade) <dade@odoo.com>
2023-05-24 17:24:22 +02:00
“Chiara
4fc24468e4 [IMP] accounting: improve accounting concept
task-2846856

closes odoo/documentation#4060

Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2023-05-23 16:34:48 +02:00
Tom Aarab (toaa)
214ce3075c [ADD] accounting: VAT units
task-2557013

16.0: Line 36 = "Create" --> "New"

closes odoo/documentation#4375

Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2023-05-23 11:35:15 +02:00
Brandon Seltenrich (BRSE)
8979a6e412 [IMP] inventory: update serial numbers doc
closes odoo/documentation#4480

X-original-commit: af4ad4cf4d
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-05-22 17:58:56 +02:00
Jonathan Castillo (jcs)
6f16d7e092 [MOV] accounting: restructuration of the accounting documentation
This commit improves the structure of the accounting documentation by
- reducing the levels necessary to reach the information
- grouping some docs
- moving content to their parent category page (content in all levels)
- renaming some sections to reflect the structure of the app better

task-3330093

closes odoo/documentation#4422

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-19 18:47:46 +02:00
Olivier Dony
96c7da16a1
[CHG] legal: partnership contract v11 (updated level requirements + clarifications) 2023-05-19 12:39:01 +02:00