Commit Graph

3368 Commits

Author SHA1 Message Date
Tom Aarab (toaa)
d07250afb9 [IMP] accounting: multicurrency
Changed the "bank statement" section to "bank transactions"

taskid-3433653

closes odoo/documentation#5168

X-original-commit: a6e5cfd6ba
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-07-20 17:08:53 +02:00
“Dallas”
7a28ebf3cc [IMP] accounting: update payment terms
task-3211595

closes odoo/documentation#5172

X-original-commit: 26c4c01889
Signed-off-by: Dallas Dean (dade) <dade@odoo.com>
2023-07-20 13:57:21 +02:00
Xavier (XPL)
41c6bf4a31 [IMP] general: add screenshot of stacked line chart in reporting
task-3375264

closes odoo/documentation#5150

X-original-commit: 5ee932e14b
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-19 10:07:53 +02:00
Louis Wicket
94dd30c277 [FIX] incoterms: fix typo: DPA → DAP
closes odoo/documentation#5143

X-original-commit: 1227c9cf79
Signed-off-by: Louis Wicket (wil) <wil@odoo.com>
2023-07-18 15:33:12 +02:00
chyde-clearwater
f6692d076f [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#5138

X-original-commit: f36c612d13
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-07-18 12:23:43 +02:00
Henrique Dias
83aaa84f4c [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#5126

Forward-port-of: odoo/documentation#5064
Signed-off-by: Xavier Morel (xmo) <xmo@odoo.com>
2023-07-14 12:12:50 +02:00
Lara Martini (larm)
12cefdf6b9 [IMP] Inventory: update for 16
closes odoo/documentation#5097

X-original-commit: 29db8bf1e6
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-13 21:01:51 +02:00
Jess Rogers (jero)
ae7428caf2 [IMP] live chat: add note for 16.3 command changes
closes odoo/documentation#5098

X-original-commit: a187b7cde4
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-13 19:59:58 +02:00
John Holton (hojo)
a67a69beae [DEL] MRP: Delete Alternative Work Centers 16.0
closes odoo/documentation#5096

X-original-commit: 222fd67d7f
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-13 19:59:55 +02:00
Marc Durepos
ca2cf223ff [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#5105

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

closes odoo/documentation#5112

X-original-commit: d5466bea0d
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2023-07-13 13:25:47 +02:00
Odoo's Mergebot
3c0cade93e
[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#5089

Forward-port-of: odoo/documentation#5087
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-12 22:28:23 +02:00
Aymen Sellami
562cb7ff2b 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#5089
2023-07-12 22:28:22 +02:00
Xavier (XPL)
dc6bd77af3 [IMP] payments: clarify authorize.net statement import steps
task-2382237

closes odoo/documentation#5074

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

X-original-commit: b82d36c174
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2023-07-10 10:49:44 +02:00
Tom Aarab (toaa)
2bb135a92b [IMP] authorize.net statement import
taskid-2382237

closes odoo/documentation#5060

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 17:48:55 +02:00
Zuzanna Luczynska
4451e79f80 [ADD] project: recurring tasks
closes odoo/documentation#5045

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

X-original-commit: c81a91db9c
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-07-07 16:42:57 +02:00
Xavier (XPL)
83a09df06a [IMP] accounting: l10n chile deliver guides warning
task-3410367

closes odoo/documentation#5027

X-original-commit: b729d05e57
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-05 16:58:49 +02:00
tong-odoo
6d21b089a5 [FIX] accounting: AU rebrands Keypay to Employment Hero
task-3250954

closes odoo/documentation#5021

X-original-commit: 35989e4bec
Related: odoo/enterprise#43668
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
Signed-off-by: Tommy Ng (tong) <tong@odoo.com>
2023-07-05 15:31:36 +02:00
Brandon Seltenrich (BRSE)
03eca8171b [IMP] purchase: update manage vendor bills
closes odoo/documentation#5009

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:07:50 +02:00
Xavier
24af0dd7f0 [IMP] maintain: odoo online database management
task-2995394

closes odoo/documentation#5003

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

closes odoo/documentation#4995

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

closes odoo/documentation#4987

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

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

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

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

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

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

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

closes odoo/documentation#4939

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

closes odoo/documentation#4933

X-original-commit: 88da0a9256
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-06-28 18:05:48 +02:00
Jess Rogers (jero)
6757a85145 [IMP] livechat: update commands and canned responses
closes odoo/documentation#4928

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

closes odoo/documentation#4917

X-original-commit: 49348c9c8f
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-06-27 22:23:41 +02:00
Timothy Kukulka (tiku)
309617e288 [IMP] IoT: edits to all IoT docs
closes odoo/documentation#4924

X-original-commit: e7457c992b
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-27 21:15:26 +02:00
Benoit Socias
62d8f8bff5 [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#4906

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

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

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:37 +02:00
Brandon Seltenrich (BRSE)
03a3aa8b58 [IMP] inventory: update expiration dates doc
closes odoo/documentation#4887

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

X-original-commit: c24f4b237e
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2023-06-26 20:17:59 +02:00
Lara Martini (larm)
f54e2b25ca [ADD] Employees: anning a new employee
closes odoo/documentation#4855

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

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

X-original-commit: bafe824f38
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-24 00:18:16 +02:00
“Audrey
3290d215d5 [IMP] Payment providers - Stripe: Add missing webhook events
task-3373642

closes odoo/documentation#4770

X-original-commit: 394246d043
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-06-23 14:35:57 +02:00
Xavier
dfc8b5a3b2 [ADD] Spreadsheet: templates
task-3235170

closes odoo/documentation#4860

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 09:50:43 +02:00
Loredana Perazzo
de4f4944d8 [IMP] pos: write content on the Payment Terminals page
task-3358474

closes odoo/documentation#4795

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:44:12 +02:00
Lara Martini (larm)
4409cfe4d0 [IMP] Expenses: updating for new 16 design
closes odoo/documentation#4847

X-original-commit: 0433e84a0c
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-22 04:47:01 +02:00
Felicious
07480525a0 [IMP] inventory: adjust manual val for v.16
closes odoo/documentation#4843

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 03:37:00 +02:00
Jonathan
99b361f667 [IMP] accounting: add tutorials links to chart of accounts
closes odoo/documentation#4832

X-original-commit: a85e064ffc
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-06-21 21:57:55 +02:00
Donatienne Pirlot
d7286f230d [ADD] localization: belgian accounting
closes odoo/documentation#4839

Id: 3143421
X-original-commit: 242c13bfc0
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-06-21 20:52:45 +02:00