Sam Lieber (sali)
f93c0a6490
[IMP] marketing: RST format upgrades for marketing automation v14
...
closes odoo/documentation#5277
X-original-commit: b5bde9186e
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-05 03:02:27 +02:00
Lara Martini (larm)
5a2e7b0512
[IMP] Inventory: updated text for 16 and fixed rst errors
...
closes odoo/documentation#4378
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-04 22:28:46 +02:00
tiku-odoo
91895e7f86
[IMP] Misc: Oauth Azure
...
closes odoo/documentation#5041
closes odoo/documentation#5250
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:09:57 +02:00
John Holton (hojo)
7c1bcbfc1b
[IMP] Inventory: Update Multi-package shipments doc
...
closes odoo/documentation#5241
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:09:20 +02:00
Odoo Translation Bot
e3c5cc2784
[I18N] Update translation terms from Transifex
2023-07-30 00:40:41 +02:00
“Chiara
8d25366adb
[ADD] l10n: saudi arabia e-invoicing
...
task-3422500
closes odoo/documentation#5228
X-original-commit: fd2a9431ce
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-28 16:11:59 +02:00
Xavier (XPL)
4cb7b3af3d
[IMP] payments: update ACH section content to match 16.0
...
closes odoo/documentation#5209
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-26 15:15:42 +02:00
Xavier (XPL)
8c03442791
[IMP] accounting: year-end closing
...
task-2823858
closes odoo/documentation#5203
X-original-commit: 7ba101ffd5
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-26 12:53:17 +02:00
Martin Trigaux
223bfaee7c
[I18N] *: export translations
...
closes odoo/documentation#5194
X-original-commit: ac3e48eb2b
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2023-07-25 17:30:12 +02:00
Xavier (XPL)
6ed928ac55
[IMP] payments: add section about ACH payments
...
task-3303591
closes odoo/documentation#5192
X-original-commit: 0155844ef5
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-25 17:30:09 +02:00
Levi Siuzdak (sile)
a7743d513b
[IMP] developer: add notes on entity references & fix illegal XML
...
Using `<` inside XML elements will result in a parsing error,
an entity reference should be used instead: `<`.
closes odoo/documentation#5159
Signed-off-by: Levi Siuzdak (sile) <sile@odoo.com>
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-07-24 14:37:53 +02:00
Odoo Translation Bot
471d68e186
[I18N] Update translation terms from Transifex
2023-07-23 00:40:49 +02:00
Tom Aarab (toaa)
c2ff2671ff
[IMP] accounting: multicurrency
...
Changed the "bank statement" section to "bank transactions"
taskid-3433653
closes odoo/documentation#5167
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:47:45 +02:00
“Dallas”
26c4c01889
[IMP] accounting: update payment terms
...
task-3211595
closes odoo/documentation#5016
Signed-off-by: Dallas Dean (dade) <dade@odoo.com>
2023-07-20 11:55:35 +02:00
Xavier (XPL)
5ee932e14b
[IMP] general: add screenshot of stacked line chart in reporting
...
task-3375264
closes odoo/documentation#5147
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-18 16:39:40 +02:00
Donatienne Pirlot
2e9c99c941
[ADD] elearning: creating a new elearning doc page
...
To add updated information related to the elearning app
closes odoo/documentation#4153
Id: 3251391
Signed-off-by: Donatienne Pirlot (dopi) <dopi@odoo.com>
2023-07-18 16:39:21 +02:00
chyde-clearwater
bd434b0528
[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#5137
X-original-commit: f36c612d13
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-07-18 12:53:34 +02:00
Louis Wicket
1227c9cf79
[FIX] incoterms: fix typo: DPA → DAP
...
closes odoo/documentation#5134
Signed-off-by: Louis Wicket (wil) <wil@odoo.com>
2023-07-18 11:37:32 +02:00
Odoo Translation Bot
10e6f02841
[I18N] Update translation terms from Transifex
2023-07-16 00:40:48 +02:00
Henrique Dias
0a65b0872d
[ADD] rpc: Go examples
...
Examples rely on `kolo/xmlrpc` as well as on the standard library package `log` to panic on error, matching snippets in other languages (which tend to raise exceptions).
As with other languages, only the RPC interaction is spelled out.
closes odoo/documentation#5064
Signed-off-by: Xavier Morel (xmo) <xmo@odoo.com>
2023-07-14 10:11:48 +02:00
Loredana Perazzo
7ce5a5afe4
[IMP] pos: move part of the intro into generate tab
...
task-3372676
closes odoo/documentation#5111
X-original-commit: d5466bea0d
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2023-07-13 14:11:34 +02:00
Marc Durepos
c85031b3fc
[FIX] Remove reference to assets_qweb in assets.rst
...
Reflects the fact that assets_qweb bundle is no longer used in 16.0
closes odoo/documentation#5094
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-07-13 10:40:51 +02:00
Jess Rogers (jero)
a187b7cde4
[IMP] live chat: add note for 16.3 command changes
...
closes odoo/documentation#5086
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-13 05:02:55 +02:00
Lara Martini (larm)
29db8bf1e6
[IMP] Inventory: update for 16
...
closes odoo/documentation#4377
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-13 05:02:53 +02:00
John Holton (hojo)
222fd67d7f
[DEL] MRP: Delete Alternative Work Centers 16.0
...
closes odoo/documentation#4838
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-13 03:54:39 +02:00
Odoo's Mergebot
7d8072ea29
[FIX] install: remove duplicate note
...
The notes displayed before and after the tabs under the Git paragraph in `install.rst` were identical, except for one sentence. Added the sentence to the post-tabs note and removed the pre-tabs one.
closes odoo/documentation#5087
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-12 18:08:15 +02:00
Aymen Sellami
481a867a05
Remove duplicate note
...
The notes displayed before and after the tabs under the Git paragraph in install.rst were identical, except for one sentence. Added the sentence to the post-tabs note and removed the pre-tabs one.
Part-of: odoo/documentation#5087
2023-07-12 18:08:14 +02:00
Xavier (XPL)
22d45407c4
[IMP] payments: clarify authorize.net statement import steps
...
task-2382237
closes odoo/documentation#5073
X-original-commit: cd2bc63b22
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-10 20:44:28 +02:00
Martin Trigaux
b82d36c174
[I18N] *: export translations
...
closes odoo/documentation#5046
X-original-commit: 640b9f46e8
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2023-07-10 08:10:56 +02:00
Odoo Translation Bot
bbe9d4ba93
[I18N] Update translation terms from Transifex
2023-07-09 00:40:45 +02:00
Antoine Vandevenne (anv)
9db7381ea4
[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#5055
X-original-commit: c81a91db9c
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-07-07 16:59:08 +02:00
Tom Aarab (toaa)
ca38752795
[IMP] authorize.net statement import
...
taskid-2382237
closes odoo/documentation#5052
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 15:51:47 +02:00
Zuzanna Luczynska
dd268b543c
[ADD] project: recurring tasks
...
closes odoo/documentation#4260
Id: 3255317
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-07 11:19:54 +02:00
Xavier (XPL)
bc0da5c27d
[IMP] accounting: l10n chile deliver guides warning
...
task-3410367
closes odoo/documentation#5026
X-original-commit: b729d05e57
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-05 16:33:17 +02:00
tong-odoo
35989e4bec
[FIX] accounting: AU rebrands Keypay to Employment Hero
...
task-3250954
closes odoo/documentation#5020
X-original-commit: ee3634d623
Related: odoo/enterprise#43656
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
Signed-off-by: Tommy Ng (tong) <tong@odoo.com>
2023-07-05 09:48:04 +02:00
Brandon Seltenrich (BRSE)
dc9e98d48d
[IMP] purchase: update manage vendor bills
...
closes odoo/documentation#5008
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 20:21:52 +02:00
Xavier
5af98b20de
[IMP] maintain: odoo online database management
...
task-2995394
closes odoo/documentation#5002
X-original-commit: c6e6401e36
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-03 20:21:49 +02:00
tong-odoo
1844ad5e47
[IMP] localization: AU rebrands Keypay to Employment Hero
...
task-3250954
closes odoo/documentation#4994
X-original-commit: 35fc637ed4
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-07-03 20:21:44 +02:00
Martin Trigaux
11d8c153e2
[I18N] *: export source terms
...
closes odoo/documentation#4986
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2023-07-03 12:16:11 +02:00
AMZIL Ayoub
f3e3490ba4
[DOC] cleanup of pec server documentation
...
PEC Server is removed from 16 (onwards)
closes odoo/documentation#4953
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-03 12:16:08 +02:00
Odoo Translation Bot
9c9e78246e
[I18N] Update translation terms from Transifex
2023-07-02 00:40:29 +02:00
John Holton (hojo)
22f71172d5
[ADD] Inventory: Add Replenish on order (MTO)
...
closes odoo/documentation#4980
X-original-commit: d9ece7b353
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-01 19:09:23 +02:00
John Holton (hojo)
18e5f34ed6
[ADD] Inventory: Add reordering rules
...
closes odoo/documentation#4973
X-original-commit: eb347c2681
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-01 18:06:16 +02:00
John Holton (hojo)
da31abfba5
[ADD] MRP: Work center time off
...
closes odoo/documentation#4962
X-original-commit: 18a9b88a11
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-01 18:06:14 +02:00
Jess Rogers (jero)
729881c7b1
[ADD] livechat: added chatbot doc
...
closes odoo/documentation#4297
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-01 04:31:47 +02:00
Lara Martini (larm)
710c373354
[IMP] Inventory: updated images and removed edit and save directions
...
closes odoo/documentation#4879
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-30 21:31:44 +02:00
John Holton (hojo)
6c15190f38
[IMP] Administration: Rewrite Upgrade Odoo SaaS
...
closes odoo/documentation#4947
X-original-commit: 45b1a62782
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-06-30 10:20:50 +02:00
Tom Aarab (toaa)
ba3a60adf7
[IMP] accounting: checks
...
task-2979887
closes odoo/documentation#4938
X-original-commit: 6e0d01771b
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-06-29 12:12:50 +02:00
Xavier
88da0a9256
[FIX] accounting: remove fullscreen property from tutorial link
...
task-3389168
closes odoo/documentation#4932
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-06-28 13:05:03 +02:00
Xavier
2e90b83b0e
[ADD] website: reCAPTCHA
...
task-3336129
closes odoo/documentation#4915
X-original-commit: eb8a257049
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-06-28 10:06:47 +02:00