Commit Graph

3251 Commits

Author SHA1 Message Date
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
Odoo Translation Bot
42c6d3ceab [I18N] Update translation terms from Transifex 2023-07-30 01:40:23 +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
Martin Trigaux
89c31844e5 [I18N] *: export translations
closes odoo/documentation#5186

X-original-commit: c4cd521815
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2023-07-25 11:49:07 +02:00
Odoo Translation Bot
a537987555 [I18N] Update translation terms from Transifex 2023-07-23 01:40:28 +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
Odoo Translation Bot
90e21f9466 [I18N] Update translation terms from Transifex 2023-07-16 01:40:29 +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
Odoo Translation Bot
d186066888 [I18N] Update translation terms from Transifex 2023-07-09 01:40:31 +02:00
Antoine Vandevenne (anv)
352177eb7f [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#5053

X-original-commit: c81a91db9c
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-07-07 16:49:42 +02:00
Martin Trigaux
5765d66e8d [I18N] *: export translations
closes odoo/documentation#5039

X-original-commit: e1b675ac8f
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2023-07-07 08:58:31 +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
Odoo Translation Bot
b2ced88330 [I18N] Update translation terms from Transifex 2023-07-02 01:40:11 +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
Odoo Translation Bot
506bacacd6 [I18N] Update translation terms from Transifex 2023-06-25 01:40:11 +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