Commit Graph

951 Commits

Author SHA1 Message Date
John Holton (hojo)
e76f3c1015 [IMP] Inventory: Update Multi-package shipments doc
closes odoo/documentation#5242

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:01 +02:00
“Chiara
17b66406e2 [ADD] l10n: saudi arabia e-invoicing
task-3422500

closes odoo/documentation#5229

X-original-commit: 4328529135
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-28 16:01:57 +02:00
Xavier (XPL)
66c0b32954 [IMP] payments: update ACH section content to match 16.0
closes odoo/documentation#5212

X-original-commit: 4cb7b3af3d
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-26 17:39:13 +02:00
Xavier (XPL)
ca37c744bf [IMP] accounting: year-end closing
task-2823858

closes odoo/documentation#5206

X-original-commit: 8c03442791
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-26 14:48:44 +02:00
Donatienne Pirlot
5c6ded7d49 [ADD] elearning: creating a new elearning doc page
To add updated information related to the elearning app

closes odoo/documentation#5149

Id: 3251391
X-original-commit: 2e9c99c941
Signed-off-by: Donatienne Pirlot (dopi) <dopi@odoo.com>
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-26 08:01:01 +02:00
Xavier (XPL)
b9c804f3ea [IMP] payments: add section about ACH payments
task-3303591

closes odoo/documentation#5193

X-original-commit: 0155844ef5
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-25 17:31:56 +02:00
Levi Siuzdak (sile)
eab4bb492b [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: `&lt;`.

closes odoo/documentation#5180

X-original-commit: a7743d513b
Signed-off-by: Levi Siuzdak (sile) <sile@odoo.com>
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-07-24 18:18:01 +02:00
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
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
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
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
Lara Martini (larm)
0dd3b81769 [IMP] Inventory: Updating for 16.0 no save button
closes odoo/documentation#4811

X-original-commit: e074580ffb
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-21 19:47:37 +02:00
Jonathan
89c38011ee [FIX] discuss: broken link in ice_servers.rst
closes odoo/documentation#4822

X-original-commit: 8efbe3ef84
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-06-21 17:35:15 +02:00
Christophe Monniez
5eaf854e7f [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#4805

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:17:51 +02:00
Christophe Monniez
33441dd3a9 [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#4805
2023-06-20 17:17:51 +02:00
Antoine Vandevenne (anv)
4aee7b604d [FIX] legal: fix broken PDF link
Apply the fix of e6aa5dd0 to `terms_of_sale.rst` and
`terms_of_sale_fr.rst` that were forgotten.

closes odoo/documentation#4788

X-original-commit: 8cffb57dae
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-06-19 21:27:08 +02:00
Tom Aarab (toaa)
7f8bc62beb [IMP] payment providers: PayPal
taskid-3184602.

16.0 -> Change extra fees category to :ref: main page payment provider
16.2 -> Remove Odoo credentials section
        Remove PDT identity token
        Remove merchant ID note
        Remove test mode section on environment test

Took the opportunity to redo the whole page.

closes odoo/documentation#4724

X-original-commit: a7bd0be69c
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-06-17 12:27:43 +02:00
“Dallas”
8fcfdb7479 [MOV] accounting: update/move customer addresses to accounting
task-3304975

closes odoo/documentation#4775

X-original-commit: cf5a3276c9
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-17 01:12:50 +02:00
Xavier
68544e359a [IMP] accounting/sales: default terms and conditions + quotation templates
task-3304938

closes odoo/documentation#4763

X-original-commit: 7ddbeb9223
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2023-06-16 10:59:42 +02:00
KC (ksc)
6232ae7fe1 [IMP] sales: updated pro-forma invoice doc
closes odoo/documentation#4759

X-original-commit: 3e4e8acfed
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-16 09:18:09 +02:00
Sam Lieber (sali)
89188e54b7 [IMP] marketing: testing_running.rst format fixes
closes odoo/documentation#4749

X-original-commit: 4b327417b0
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-16 09:18:03 +02:00
Sam Lieber (sali)
71aebd8b17 [IMP] marketing: workflow_activities.rst - Format fixes
closes odoo/documentation#4748

X-original-commit: a09ca7bd0f
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-16 09:18:00 +02:00
Sam Lieber (sali)
db8aa35403 [IMP] Update rst for target_audiences.rst (v14)
closes odoo/documentation#4738

X-original-commit: 89c1c1b357
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-16 09:17:58 +02:00
“Audrey
17a9731b5f [FIX] Adyen: Fix live/test URLs
closes odoo/documentation#4726

X-original-commit: 1f2f11c42b
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: auva-odoo <auva@odoo.com>
2023-06-15 09:46:56 +02:00
“Audrey
5e2ed9fda6 [IMP] Website: Multiple websites
task-3190493

closes odoo/documentation#4709

X-original-commit: 9e453285d0
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: auva-odoo <auva@odoo.com>
2023-06-13 09:24:16 +02:00
Tom Aarab (toaa)
d89636d5f5 [IMP] accounting: OSS report
Added a section on where to find OSS reports and how to export them

task-3305037

closes odoo/documentation#4710

X-original-commit: 0494082a55
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-06-13 08:22:05 +02:00
Loredana Perazzo
6d58094a36 [IMP] pos: update the register customers section
task-3357882

closes odoo/documentation#4703

X-original-commit: ee4b279e7c
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-06-12 11:42:04 +02:00
Tom Aarab (toaa)
8be667cae3 [IMP] accounting: follow-up reports
task-3316301.

closes odoo/documentation#4697

X-original-commit: 256ddb30ab
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-06-12 10:32:39 +02:00
Morfosys
04a2fcbf64 [IMP] l10n: update links in mexico.rst
Update the link for Smarter Web to the appropriate landing page for
Odoo.

closes odoo/documentation#4684

X-original-commit: 7510b4bb23
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-09 14:27:12 +02:00
Benjamin Hanquin
96121cee3d [IMP] odoo.sh: settings collaborators access matrix
Add the Upgrade submenu, Fix the Settings submenu to User only in
staging branches and improve the style in order to be similar to
supported versions matrix
(https://www.odoo.com/documentation/16.0/administration/maintain/supported_versions.html)

closes odoo/documentation#4683

X-original-commit: 98207740d5
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-09 14:27:09 +02:00
Lara Martini (larm)
36807a7722 [IMP] Expenses: updaitng out of date information and images
closes odoo/documentation#4553

closes odoo/documentation#4666

X-original-commit: 01f40f24ba
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-08 22:01:18 +02:00
“Audrey
e4dbf7b4af [IMP] Adyen: Update directions for setting the URLs
task-3338125

closes odoo/documentation#4658

X-original-commit: 35d355f624
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: auva-odoo <auva@odoo.com>
2023-06-08 13:50:22 +02:00
Loredana Perazzo
6e75158ea9 [IMP] pos: update multi employees management
task-3005118

closes odoo/documentation#4654

X-original-commit: e3665393c3
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-06-08 11:03:41 +02:00
Brandon Seltenrich (BRSE)
1cb5aece50 [FIX] inventory: fix two step doc
closes odoo/documentation#4649

X-original-commit: c9dcbf6d01
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-06-07 21:35:13 +02:00
Jonathan Castillo (jcs)
4ea3071197 [MOV] accounting: rename VAT verification filename and title
closes odoo/documentation#4637

X-original-commit: 5c578d627a
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-06 21:19:40 +02:00
Antoine Vandevenne (anv)
c2fbfc4c7b [IMP] supported_versions: release saas-16.3
"September" didn't fit in the current table, so this commit also
replaces the previous implementation of the table by a `list-table`
directive... The real reason is that it was long due to ease future
updates of the table.

closes odoo/documentation#4626

X-original-commit: 3d1293757a
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-06-06 10:27:42 +02:00
Tom Aarab (toaa)
37f5af4f9c [IMP] accounting: OSS note removal
Removal of a note in 16 that only applies to versions below it.

task-3305037

closes odoo/documentation#4607

X-original-commit: adee414578
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-02 13:50:17 +02:00
Tom Aarab (toaa)
d365db01cf [ADD] accounting: incoterms
Seperating Incoterms section from "Intrastat" doc to make it a stand
alone documentation.

task-3305222

closes odoo/documentation#4606

X-original-commit: 971543266a
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-02 13:50:12 +02:00
tiku-odoo
0954183db3 [NEW]IoT- Windows IoT doc
closes odoo/documentation#4596

X-original-commit: f449011c39
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-02 07:45:49 +02:00
Brandon Seltenrich (BRSE)
543bb2bab0 [FIX] inventory: fix sn doc typos
closes odoo/documentation#4589

X-original-commit: 17b53be028
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-06-02 07:45:43 +02:00
Brandon Seltenrich (BRSE)
25cd0ad09c [FIX] inventory: fix note in inv val config
closes odoo/documentation#4588

X-original-commit: 5a55437adc
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-06-02 07:45:41 +02:00
Jess Rogers (jero)
28250a27ed [IMP] helpdesk: combine and update invoice time docs
closes odoo/documentation#4576

X-original-commit: b7efbb61b1
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2023-06-02 07:45:28 +02:00
“Audrey
c48640b3cb [IMP] payment providers: Wire Transfer
task-3301001

closes odoo/documentation#4567

X-original-commit: fb1e764a8d
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: auva-odoo <auva@odoo.com>
2023-05-31 14:21:43 +02:00
Loredana Perazzo
553350dd43 [ADD] k7e: how to manage articles (add, del, move, structure, share).
Task-3049957

closes odoo/documentation#4554

X-original-commit: 163d653468
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-30 09:40:59 +02:00
Olivier Dony
12e095a6d3
[FIX] legal: fix link to pt_BR PDF version 2023-05-26 20:03:25 +02:00
oco-odoo
748fa168dd [IMP] accounting: subformulas for aggregation engine in custom reports
f39862263c
introduced two new subformulas for aggregations, but they were still
missing in the doc.

closes odoo/documentation#4559

X-original-commit: de095cc4ad
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-26 17:27:51 +02:00
“Dallas”
7fbd316fb1 [IMP] accounting: update epc qr code
task-3336175

closes odoo/documentation#4542

X-original-commit: fd23308e93
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: Dean Dallas (dade) <dade@odoo.com>
2023-05-26 15:04:42 +02:00
Olivier Dony
68625eceb0 [FIX] legal: add pt_BR translation of OEEL
Courtesy of LANA :)

closes odoo/documentation#4549

X-original-commit: a718922b0c
Signed-off-by: Olivier Dony (odo) <odo@odoo.com>
2023-05-26 11:30:47 +02:00
Olivier Dony
004d361b11 [FIX] legal: rename pt_BR + build PDF version
X-original-commit: 0df79a70e0
Part-of: odoo/documentation#4549
2023-05-26 11:30:46 +02:00
jopa-odoo
7004b6b887 [ADD] Legal: Portuguese (Brasil) translation of Odoo Enterprise Agreement
X-original-commit: 966bade927
Part-of: odoo/documentation#4549
2023-05-26 11:30:46 +02:00
“Chiara
ba222cad55 [IMP] accounting: fiscal position update
task-3272939

closes odoo/documentation#4529

X-original-commit: 440c18ca01
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
Signed-off-by: chiaraprattico <chpr@odoo.com>
2023-05-25 09:27:51 +02:00
Brandon Seltenrich (BRSE)
0e34d5f5d6 [IMP] inventory: fix and update lots
closes odoo/documentation#4525

X-original-commit: 5bc3b94b61
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-05-24 18:09:42 +02:00
“Dallas”
e886d9eb1e [IMP] contributing: change gui abbreviation to lower case
closes odoo/documentation#4510

X-original-commit: 20972dc033
Signed-off-by: Dean Dallas (dade) <dade@odoo.com>
2023-05-24 15:43:57 +02:00
“Chiara
410949120b [IMP] accounting: improve accounting concept
task-2846856

closes odoo/documentation#4517

X-original-commit: 4fc24468e4
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
Signed-off-by: chiaraprattico <chpr@odoo.com>
2023-05-24 08:54:19 +02:00
tiku-odoo
75555a6eee [IMP]Misc:SysParm-edits-email-doc
closes odoo/documentation#4491

X-original-commit: 9267ce21a5
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2023-05-23 19:36:37 +02:00
Tom Aarab (toaa)
6676f2854e [ADD] accounting: VAT units
task-2557013

16.0: Line 36 = "Create" --> "New"

closes odoo/documentation#4500

X-original-commit: 214ce3075c
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2023-05-23 14:34:03 +02:00
Tom Aarab (toaa)
600de7bc03 [ADD] Sales: loyalty and discount programs
closes odoo/documentation#4471

X-original-commit: 04f67c0b3f
Signed-off-by: Melanie Nguyen (meng) <meng@odoo.com>
2023-05-23 01:18:43 +02:00