Commit Graph

3378 Commits

Author SHA1 Message Date
chyde-clearwater
4c1c8d9592 [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#5139

X-original-commit: f36c612d13
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-07-18 12:12:15 +02:00
Henrique Dias
12a79168a7 [FW][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#5127

Forward-port-of: odoo/documentation#5064
Signed-off-by: Xavier Morel (xmo) <xmo@odoo.com>
2023-07-14 15:41:19 +02:00
John Holton (hojo)
d0a07fdb9a [DEL] MRP: Delete Alternative Work Centers 16.0
closes odoo/documentation#5121

X-original-commit: a67a69beae
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-13 23:24:36 +02:00
Jess Rogers (jero)
26a9c04b06 [IMP] live chat: add note for 16.3 command changes
closes odoo/documentation#5100

X-original-commit: a187b7cde4
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-13 22:18:27 +02:00
Lara Martini (larm)
90d3e9d7cb [IMP] Inventory: update for 16
closes odoo/documentation#5099

X-original-commit: 29db8bf1e6
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-13 22:18:24 +02:00
Marc Durepos
61db3b3878 [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#5106

X-original-commit: c85031b3fc
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-07-13 20:09:59 +02:00
Loredana Perazzo
208ae4f4ae [IMP] pos: move part of the intro into generate tab
task-3372676

closes odoo/documentation#5113

X-original-commit: d5466bea0d
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2023-07-13 18:24:07 +02:00
Odoo's Mergebot
f06ae8ba59
[FW][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#5090

Forward-port-of: odoo/documentation#5087
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-12 22:28:12 +02:00
Aymen Sellami
22710cdd61 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.

X-original-commit: 481a867a05
Part-of: odoo/documentation#5090
2023-07-12 22:28:11 +02:00
Xavier (XPL)
298727e5d6 [IMP] payments: clarify authorize.net statement import steps
task-2382237

closes odoo/documentation#5075

X-original-commit: 22d45407c4
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-10 22:11:43 +02:00
Martin Trigaux
a45eac4a2d [I18N] *: export translations
closes odoo/documentation#5067

X-original-commit: 921b483e2e
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2023-07-10 17:39:51 +02:00
Tom Aarab (toaa)
a98e6aad14 [IMP] authorize.net statement import
taskid-2382237

closes odoo/documentation#5061

X-original-commit: ca38752795
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-07 18:19:44 +02:00
Zuzanna Luczynska
df11dea46c [ADD] project: recurring tasks, FW port edit 16.2
closes odoo/documentation#5047

Id: 3255317
X-original-commit: dd268b543c
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-07 17:17:54 +02:00
Antoine Vandevenne (anv)
c9c5cddaa8 [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#5057

X-original-commit: c81a91db9c
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-07-07 16:13:36 +02:00
tong-odoo
01e76a7c23 [FIX] accounting: AU rebrands Keypay to Employment Hero
task-3250954

closes odoo/documentation#5032

X-original-commit: 6d21b089a5
Related: odoo/enterprise#43698
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
Signed-off-by: Tommy Ng (tong) <tong@odoo.com>
2023-07-06 10:52:03 +02:00
Xavier (XPL)
a42774e94a [IMP] accounting: l10n chile deliver guides warning
task-3410367

closes odoo/documentation#5028

X-original-commit: b729d05e57
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-05 15:54:12 +02:00
Brandon Seltenrich (BRSE)
140e2d9725 [IMP] purchase: update manage vendor bills
closes odoo/documentation#5010

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 19:36:16 +02:00
Xavier
91b986acc0 [IMP] maintain: odoo online database management
task-2995394

closes odoo/documentation#5004

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

closes odoo/documentation#4996

X-original-commit: 35fc637ed4
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-07-03 19:36:11 +02:00
AMZIL Ayoub
fb23684422 [DOC] cleanup of pec server documentation
PEC Server is removed from 16 (onwards)

closes odoo/documentation#4989

X-original-commit: f3e3490ba4
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-03 19:36:03 +02:00
John Holton (hojo)
68983591d7 [ADD] Inventory: Add Replenish on order (MTO)
closes odoo/documentation#4982

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

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

X-original-commit: 18a9b88a11
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-01 18:05:47 +02:00
Jess Rogers (jero)
9b0b858c0b [ADD] livechat: added chatbot doc
closes odoo/documentation#4965

X-original-commit: 729881c7b1
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-01 18:05:45 +02:00
Lara Martini (larm)
80ad2dc41c [IMP] Inventory: updated images and removed edit and save directions
closes odoo/documentation#4957

X-original-commit: 710c373354
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-30 23:27:02 +02:00
John Holton (hojo)
c9906879d9 [IMP] Administration: Rewrite Upgrade Odoo SaaS
closes odoo/documentation#4949

X-original-commit: 45b1a62782
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-06-30 12:42:15 +02:00
Tom Aarab (toaa)
330b703959 [IMP] accounting: checks
task-2979887

closes odoo/documentation#4940

X-original-commit: 6e0d01771b
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-06-29 10:14:07 +02:00
Xavier
fdb2d7d8fa [FIX] accounting: remove fullscreen property from tutorial link
task-3389168

closes odoo/documentation#4934

X-original-commit: 88da0a9256
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-06-28 16:42:44 +02:00
Jess Rogers (jero)
50a16a6092 [IMP] livechat: update commands and canned responses
closes odoo/documentation#4929

X-original-commit: e8aaefd283
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2023-06-28 14:02:59 +02:00
Xavier
1ecca13ca7 [ADD] website: reCAPTCHA
task-3336129

closes odoo/documentation#4918

X-original-commit: 49348c9c8f
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-06-28 00:16:37 +02:00
Timothy Kukulka (tiku)
dc895469b0 [IMP] IoT: edits to all IoT docs
closes odoo/documentation#4925

X-original-commit: e7457c992b
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-27 23:09:09 +02:00
Benoit Socias
8be6d9e43e [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#4909

X-original-commit: 3a131c829a
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-06-27 13:57:04 +02:00
Benoit Socias
2184c827b1 [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#4908

X-original-commit: 5a446f5c59
Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
2023-06-27 13:57:01 +02:00
Lara Martini (larm)
dfc4ff40a4 [ADD] Employees: anning a new employee
closes odoo/documentation#4856

X-original-commit: 547ad6fca5
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-27 01:54:52 +02:00
KC (ksc)
ac7cee02dc [IMP] sales: updated down payment doc for RST and image reasons
closes odoo/documentation#4895

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:26 +02:00
Brandon Seltenrich (BRSE)
6ff2e19306 [IMP] inventory: update expiration dates doc
closes odoo/documentation#4888

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 22:57:34 +02:00
Jess Rogers (jero)
668203a204 [IMP] live chat:update getting started doc
closes odoo/documentation#4881

X-original-commit: c24f4b237e
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2023-06-26 19:53:22 +02:00
Donatienne Pirlot
fcb57a5aab [ADD] localization: belgian accounting
closes odoo/documentation#4840

Id: 3143421
X-original-commit: 242c13bfc0
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-06-26 18:49:40 +02:00
Lara Martini (larm)
f9a0e6c190 [IMP] inventory: update strategies second person and images
closes odoo/documentation#4867

X-original-commit: 6201ee8760
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-24 03:47:52 +02:00
Jess Rogers (jero)
3a6e500a63 [IMP] helpdesk: update help center documentation
closes odoo/documentation#4873

X-original-commit: bafe824f38
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-24 02:24:54 +02:00
Xavier
678578f004 [ADD] Spreadsheet: templates
task-3235170

closes odoo/documentation#4861

X-original-commit: 1853f226e7
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-23 13:07:36 +02:00
Loredana Perazzo
4cc17cc260 [IMP] pos: write content on the Payment Terminals page
task-3358474

closes odoo/documentation#4796

X-original-commit: b745bd9fef
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2023-06-22 09:42:49 +02:00
Lara Martini (larm)
10afe127a7 [IMP] Expenses: updating for new 16 design
closes odoo/documentation#4848

X-original-commit: 0433e84a0c
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-22 08:09:49 +02:00
Lara Martini (larm)
e25a37e8ef [IMP] Inventory: Updating for 16.0 no save button
closes odoo/documentation#4812

X-original-commit: e074580ffb
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-22 05:05:43 +02:00
Felicious
fae7176011 [IMP] inventory: adjust manual val for v.16
closes odoo/documentation#4844

X-original-commit: 4c750d1bb7
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-22 04:00:09 +02:00
Jonathan
4e3d517c7a [IMP] accounting: add tutorials links to chart of accounts
closes odoo/documentation#4833

X-original-commit: a85e064ffc
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-06-22 04:00:07 +02:00
Jonathan
8d2307bb01 [FIX] discuss: broken link in ice_servers.rst
closes odoo/documentation#4824

X-original-commit: 8efbe3ef84
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-06-22 04:00:04 +02:00
Christophe Monniez
d17ecab147 [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#4806

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 17:57:43 +02:00
Christophe Monniez
059c3d849d [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#4806
2023-06-20 17:57:43 +02:00
Martin Trigaux
4230773774 [I18N] *: export 16.0 source terms
closes odoo/documentation#4799

X-original-commit: ad7b636275
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2023-06-20 17:57:37 +02:00