Commit Graph

3171 Commits

Author SHA1 Message Date
Sam Lieber (sali)
f84a126efd [IMP] test/rst_style, Makefile: add optional review checkers
task-2801043

closes odoo/documentation#5352

X-original-commit: 8eec0e7634
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-08-08 14:05:00 +02:00
Tom Aarab (toaa)
5b312e440e [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#5264

X-original-commit: 7f75d16f1b
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-08-08 09:06:04 +02:00
KC (ksc)
2a8aa94c9e [IMP] sales: updated terms and conditions for RST
closes odoo/documentation#5350

X-original-commit: 53ff47fe08
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-08 02:38:11 +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
Jonathan
3d4b104d8b [FIX] iot: broken link in troubleshooting.rst
closes odoo/documentation#5313

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

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

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

X-original-commit: b5bde9186e
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-05 02:57:19 +02:00
tiku-odoo
17766224c8 [IMP] Misc: Oauth Azure
closes odoo/documentation#5041

closes odoo/documentation#5249

X-original-commit: 66b2a3d50e
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: Zachary Straub <zst@odoo.com>
2023-08-02 23:10:18 +02:00
John Holton (hojo)
621af65ef0 [IMP] Inventory: Update Multi-package shipments doc
closes odoo/documentation#5240

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 21:08:45 +02:00
“Chiara
bbd5da2f6f [ADD] l10n: saudi arabia e-invoicing
task-3422500

closes odoo/documentation#5227

X-original-commit: fd2a9431ce
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-31 09:48:30 +02:00
Xavier (XPL)
2b457968ae [FIX] accounting: remove unused image on the year-end page
closes odoo/documentation#5205

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

closes odoo/documentation#5202

X-original-commit: 7ba101ffd5
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-25 21:41:41 +02:00
Xavier (XPL)
2ce618deed [IMP] payments: add section about ACH payments
task-3303591

closes odoo/documentation#5191

X-original-commit: 0155844ef5
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-25 17:30:23 +02:00
Martin Trigaux
ac3e48eb2b [I18N] *: export translations
closes odoo/documentation#5189

X-original-commit: 89c31844e5
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2023-07-25 15:06:50 +02:00
Tom Aarab (toaa)
f687f8b40e [IMP] accounting: multicurrency
Slight sentence update for V15.

V16 --> Change the bank statement section

taskid-3433653

closes odoo/documentation#5166

X-original-commit: eff6743924
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-07-20 15:04:45 +02:00
chyde-clearwater
166cf797b7 [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#5136

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

closes odoo/documentation#5110

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

task-3373480

closes odoo/documentation#5085

X-original-commit: 8baff9f232
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-07-12 14:44:01 +02:00
Xavier (XPL)
44036b10a5 [FIX] payments: remove authorize duplicated statement content
task-2382237

closes odoo/documentation#5080

X-original-commit: 10cee5e7b2
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-11 14:51:09 +02:00
Xavier (XPL)
efedf12ded [IMP] payments: clarify authorize.net statement import steps
task-2382237

closes odoo/documentation#5072

X-original-commit: cd2bc63b22
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-10 18:54:20 +02:00
Antoine Vandevenne (anv)
ba266bb075 [FIX] odoo_theme/switchers: fallback to the original target URL
Attempting to switch from one version to another when navigating
<old_version>/applications/hr/employees.html led to the user being
redirected to /applications/documentation/<new_version>/hr/employees.html
because `hr` was interpreted as a version string, and thus the generated
target URLs of the version switcher were all wrong.

This commit ensures the redirection now falls back onto the original
target URL when all the generated ones point to a 404.

closes odoo/documentation#5054

X-original-commit: c81a91db9c
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-07-07 17:01:38 +02:00
Tom Aarab (toaa)
1ff809ea26 [IMP] authorize.net statement import
taskid-2382237

closes odoo/documentation#5051

X-original-commit: 087f8c096d
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-07-07 14:46:54 +02:00
Martin Trigaux
640b9f46e8 [I18N] *: export translations
closes odoo/documentation#5044

X-original-commit: 5765d66e8d
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2023-07-07 11:31:45 +02:00
Xavier (XPL)
f2b9b93cd7 [IMP] accounting: l10n chile deliver guides warning
task-3410367

closes odoo/documentation#5025

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

closes odoo/documentation#5019

X-original-commit: ee3634d623
Related: odoo/enterprise#43654
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
Signed-off-by: Tommy Ng (tong) <tong@odoo.com>
2023-07-05 07:50:48 +02:00
Brandon Seltenrich (BRSE)
241189cbe1 [IMP] purchase: update manage vendor bills
closes odoo/documentation#5007

X-original-commit: 688220bb51
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-07-03 18:18:15 +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
tong-odoo
e2911d77c6 [IMP] localization: AU rebrands Keypay to Employment Hero
task-3250954

closes odoo/documentation#4993

X-original-commit: 35fc637ed4
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-07-03 17:25:14 +02:00
John Holton (hojo)
e8e7c492d5 [ADD] Inventory: Add Replenish on order (MTO)
closes odoo/documentation#4979

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

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

X-original-commit: 18a9b88a11
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-01 18:06:27 +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
Tom Aarab (toaa)
8b7dc8435f [IMP] accounting: checks
task-2979887

closes odoo/documentation#4937

X-original-commit: 6e0d01771b
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-06-29 09:11:24 +02:00
Timothy Kukulka (tiku)
ee3bd2419e [IMP] IoT: edits to all IoT docs
closes odoo/documentation#4922

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

closes odoo/documentation#4914

X-original-commit: eb8a257049
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-06-27 19:49:43 +02:00
Benoit Socias
c79188d2ca [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#4902

X-original-commit: 5a446f5c59
Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
2023-06-27 14:08:40 +02:00
Benoit Socias
b6bc8a4ba8 [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#4903

X-original-commit: 3a131c829a
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-06-27 13:09:04 +02:00
KC (ksc)
eb17ad3942 [IMP] sales: updated down payment doc for RST and image reasons
closes odoo/documentation#4892

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:52:58 +02:00
Brandon Seltenrich (BRSE)
40d2af0d2b [IMP] inventory: update expiration dates doc
closes odoo/documentation#4885

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:15 +02:00
Lara Martini (larm)
22a917e331 [ADD] Employees: anning a new employee
closes odoo/documentation#4853

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:03 +02:00
Lara Martini (larm)
ebcaab2bd3 [IMP] inventory: update strategies second person and images
closes odoo/documentation#4864

X-original-commit: 6201ee8760
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-24 03:48:24 +02:00
Jonathan
c3e5bff281 [IMP] accounting: add tutorials links to chart of accounts
closes odoo/documentation#4830

X-original-commit: a85e064ffc
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-06-21 22:35:25 +02:00
Jonathan
a7053f8c9f [IMP] localizations: small rst changes in belgium.rst
Backporting some rst changes introduced with #3442

closes odoo/documentation#4837

X-original-commit: c111c68a7f
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-06-21 21:35:46 +02:00
Jonathan
6d096cf50e [FIX] discuss: broken link in ice_servers.rst
closes odoo/documentation#4820

X-original-commit: 8efbe3ef84
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-06-21 17:00:03 +02:00
Loredana Perazzo
1ef39da922 [IMP] pos: write content on the Payment Terminals page
task-3358474

closes odoo/documentation#4792

X-original-commit: 573d201361
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-06-21 09:51: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
Antoine Vandevenne (anv)
c27c3a0901 [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#4786

X-original-commit: 8cffb57dae
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-06-19 18:23:04 +02:00