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
Timothy Kukulka (tiku)
e6372144cf
[IMP] IoT: edits to all IoT docs
...
closes odoo/documentation#4923
X-original-commit: e7457c992b
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-28 09:03:01 +02:00
Jess Rogers (jero)
e8aaefd283
[IMP] livechat: update commands and canned responses
...
closes odoo/documentation#4059
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2023-06-28 04:11:43 +02:00
Benoit Socias
1c98265c95
[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#4905
X-original-commit: 3a131c829a
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-06-27 16:07:02 +02:00
Benoit Socias
77fe26c390
[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#4904
X-original-commit: 5a446f5c59
Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
2023-06-27 16:07:00 +02:00
KC (ksc)
023e03549a
[IMP] sales: updated down payment doc for RST and image reasons
...
closes odoo/documentation#4893
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:47 +02:00
Brandon Seltenrich (BRSE)
7a53850477
[IMP] inventory: update expiration dates doc
...
closes odoo/documentation#4886
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 23:00:01 +02:00
Lara Martini (larm)
1e201095b3
[ADD] Employees: anning a new employee
...
closes odoo/documentation#4854
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:03:51 +02:00
Jess Rogers (jero)
c24f4b237e
[IMP] live chat:update getting started doc
...
closes odoo/documentation#4024
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2023-06-26 17:19:28 +02:00
Odoo Translation Bot
b19ba95d0e
[I18N] Update translation terms from Transifex
2023-06-25 00:40:30 +02:00
Lara Martini (larm)
0e128b803d
[IMP] inventory: update strategies second person and images
...
closes odoo/documentation#4865
X-original-commit: 6201ee8760
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-24 03:48:14 +02:00
Jess Rogers (jero)
bafe824f38
[IMP] helpdesk: update help center documentation
...
closes odoo/documentation#3864
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-23 22:43:37 +02:00
Xavier
1853f226e7
[ADD] Spreadsheet: templates
...
task-3235170
closes odoo/documentation#3985
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Co-authored-by: Xavier <xpl@odoo.com>
Co-authored-by: Loredana <lrpz@odoo.com>
2023-06-22 22:56:47 +02:00
Lara Martini (larm)
0433e84a0c
[IMP] Expenses: updating for new 16 design
...
closes odoo/documentation#4702
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-22 00:48:28 +02:00
Felicious
4c750d1bb7
[IMP] inventory: adjust manual val for v.16
...
closes odoo/documentation#4091
Signed-off-by: Zachary Straub (zst) <zst@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-06-21 23:38:51 +02:00
Jonathan
1a5952ee95
[IMP] accounting: add tutorials links to chart of accounts
...
closes odoo/documentation#4831
X-original-commit: a85e064ffc
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-06-21 22:29:41 +02:00
John Holton (hojo)
19b1a49436
[DEL] MRP: Delete Quality Control doc
...
closes odoo/documentation#4810
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2023-06-21 21:20:22 +02:00