Commit Graph

1388 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
Donatienne Pirlot
242c13bfc0 [ADD] localization: belgian accounting
closes odoo/documentation#3442

Id: 3143421
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-06-21 18:41:45 +02:00
Jonathan
3ba81b3394 [FIX] discuss: broken link in ice_servers.rst
closes odoo/documentation#4821

X-original-commit: 8efbe3ef84
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-06-21 17:29:06 +02:00
Lara Martini (larm)
e074580ffb [IMP] Inventory: Updating for 16.0 no save button
closes odoo/documentation#4573

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-20 23:16:15 +02:00
Christophe Monniez
eb6c567ee2 [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#4804

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 15:42:14 +02:00
Christophe Monniez
9f8bf0a307 [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#4804
2023-06-20 15:42:14 +02:00
Loredana Perazzo
b745bd9fef [IMP] pos: write content on the Payment Terminals page
task-3358474

closes odoo/documentation#4793

X-original-commit: 573d201361
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-06-20 10:45:40 +02:00
Antoine Vandevenne (anv)
35deec4c3d [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#4787

X-original-commit: 8cffb57dae
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-06-19 18:22:52 +02:00
“Dallas”
cf5a3276c9 [MOV] accounting: update/move customer addresses to accounting
task-3304975

closes odoo/documentation#4772

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-16 19:02:46 +02:00
KC (ksc)
5c3e8d5919 [IMP] sales: updated pro-forma invoice doc
closes odoo/documentation#4758

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

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

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

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

closes odoo/documentation#4732

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-06-16 09:18:49 +02:00
Xavier
7ddbeb9223 [IMP] accounting/sales: default terms and conditions + quotation templates
task-3304938

closes odoo/documentation#4442

Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2023-06-15 20:46:24 +02:00
“Audrey
1f2f11c42b [FIX] Adyen: Fix live/test URLs
closes odoo/documentation#4722

X-original-commit: 52bf00663e
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: auva-odoo <auva@odoo.com>
2023-06-15 01:29:04 +02:00
Tom Aarab (toaa)
a7bd0be69c [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#4718

X-original-commit: bf327d9200
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-06-14 23:12:11 +02:00
Tom Aarab (toaa)
0494082a55 [IMP] accounting: OSS report
Added a section on where to find OSS reports and how to export them

task-3305037

closes odoo/documentation#4696

X-original-commit: b675584730
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-06-12 18:06:56 +02:00
“Audrey
9e453285d0 [IMP] Website: Multiple websites
task-3190493

closes odoo/documentation#4509

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-12 18:06:28 +02:00
Loredana Perazzo
ee4b279e7c [IMP] pos: update the register customers section
task-3357882

closes odoo/documentation#4693

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-06-12 09:54:10 +02:00
Tom Aarab (toaa)
256ddb30ab [IMP] accounting: follow-up reports
task-3316301.

closes odoo/documentation#4497

X-original-commit: 48f3417b7c
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-09 19:19:39 +02:00
Morfosys
d7bb5af3cd [IMP] l10n: update links in mexico.rst
Update the link for Smarter Web to the appropriate landing page for
Odoo.

closes odoo/documentation#4682

X-original-commit: 7510b4bb23
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-09 15:26:34 +02:00
Benjamin Hanquin
83806263df [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#4681

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

closes odoo/documentation#4665

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

closes odoo/documentation#4644

X-original-commit: e3379e2856
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: auva-odoo <auva@odoo.com>
2023-06-08 09:26:42 +02:00
Loredana Perazzo
e3665393c3 [IMP] pos: update multi employees management
task-3005118

closes odoo/documentation#4558

Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-06-08 07:20:40 +02:00
Brandon Seltenrich (BRSE)
0cfa38785d [FIX] inventory: fix two step doc
closes odoo/documentation#4648

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:24 +02:00
Jonathan Castillo (jcs)
65929330ba [MOV] accounting: rename VAT verification filename and title
closes odoo/documentation#4636

X-original-commit: 5c578d627a
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-06 20:01:21 +02:00
Antoine Vandevenne (anv)
5d7ccb0616 [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#4625

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

task-3305037

closes odoo/documentation#4603

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-02 11:08:51 +02:00
Tom Aarab (toaa)
971543266a [ADD] accounting: incoterms
Seperating Incoterms section from "Intrastat" doc to make it a stand
alone documentation.

task-3305222

closes odoo/documentation#4572

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-02 11:08:40 +02:00
Brandon Seltenrich (BRSE)
e7bcfc6c3d [FIX] inventory: fix sn doc typos
closes odoo/documentation#4587

X-original-commit: 17b53be028
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-06-01 20:09:49 +02:00
Brandon Seltenrich (BRSE)
a85275dbc9 [FIX] inventory: fix note in inv val config
closes odoo/documentation#4586

X-original-commit: 5a55437adc
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-06-01 20:09:46 +02:00
tiku-odoo
f449011c39 [NEW]IoT- Windows IoT doc
closes odoo/documentation#4025

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-01 19:09:15 +02:00
Jess Rogers (jero)
b7efbb61b1 [IMP] helpdesk: combine and update invoice time docs
closes odoo/documentation#3974

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-01 00:22:59 +02:00
“Audrey
fb1e764a8d [IMP] payment providers: Wire Transfer
task-3301001

closes odoo/documentation#4564

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: auva-odoo <auva@odoo.com>
2023-05-30 17:21:43 +02:00
Olivier Dony
2bea4790d6
[FIX] legal: fix link to pt_BR PDF version 2023-05-26 20:03:00 +02:00
“Dallas”
27560e7e89 [IMP] accounting: update epc qr code
task-3336175

closes odoo/documentation#4541

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:22:07 +02:00
oco-odoo
de095cc4ad [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#4537

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-26 15:22:05 +02:00
Olivier Dony
32a22581bd [FIX] legal: add pt_BR translation of OEEL
Courtesy of LANA :)

closes odoo/documentation#4548

X-original-commit: a718922b0c
Signed-off-by: Olivier Dony (odo) <odo@odoo.com>
2023-05-26 12:08:26 +02:00
Olivier Dony
1e7142ba6f [FIX] legal: rename pt_BR + build PDF version
X-original-commit: 0df79a70e0
Part-of: odoo/documentation#4548
2023-05-26 12:08:26 +02:00
jopa-odoo
6121576d52 [ADD] Legal: Portuguese (Brasil) translation of Odoo Enterprise Agreement
X-original-commit: 966bade927
Part-of: odoo/documentation#4548
2023-05-26 12:08:26 +02:00
Loredana Perazzo
163d653468 [ADD] k7e: how to manage articles (add, del, move, structure, share).
Task-3049957

closes odoo/documentation#4393

Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-05-26 12:07:54 +02:00
Brandon Seltenrich (BRSE)
dbc94f2f50 [IMP] inventory: fix and update lots
closes odoo/documentation#4524

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

X-original-commit: 20972dc033
Signed-off-by: Dean Dallas (dade) <dade@odoo.com>
2023-05-24 18:47:53 +02:00
“Chiara
440c18ca01 [IMP] accounting: fiscal position update
task-3272939

closes odoo/documentation#4151

Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2023-05-24 17:39:47 +02:00
“Chiara
0bea5d85b5 [IMP] accounting: improve accounting concept
task-2846856

closes odoo/documentation#4516

X-original-commit: 4fc24468e4
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
Signed-off-by: chiaraprattico <chpr@odoo.com>
2023-05-24 08:27:39 +02:00
Tom Aarab (toaa)
80349d6399 [ADD] accounting: VAT units
task-2557013

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

closes odoo/documentation#4499

X-original-commit: 214ce3075c
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2023-05-23 16:02:09 +02:00
tiku-odoo
9267ce21a5 [IMP]Misc:SysParm-edits-email-doc
closes odoo/documentation#4277

Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2023-05-22 20:52:08 +02:00
Melanie Nguyen (meng)
71024deb7b [IMP] subscriptions: update subscription plans
closes odoo/documentation#4343

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-05-22 19:43:58 +02:00
Brandon Seltenrich (BRSE)
342d35892c [IMP] inventory: update serial numbers doc
closes odoo/documentation#4482

X-original-commit: af4ad4cf4d
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-05-22 18:40:28 +02:00
Jonathan Castillo (jcs)
ebeebbcd45 [MOV] accounting: restructuration of the accounting documentation
This commit improves the structure of the accounting documentation by
- reducing the levels necessary to reach the information
- grouping some docs
- moving content to their parent category page (content in all levels)
- renaming some sections to reflect the structure of the app better

task-3330093

closes odoo/documentation#4470

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-20 08:26:00 +02:00
Tom Aarab (toaa)
04f67c0b3f [ADD] Sales: loyalty and discount programs
closes odoo/documentation#3587

Signed-off-by: Melanie Nguyen (meng) <meng@odoo.com>
2023-05-19 19:47:07 +02:00
Olivier Dony
e67cc8f8e1
[CHG] legal: partnership contract v11 (updated level requirements + clarifications) 2023-05-19 12:40:10 +02:00
Jonathan Castillo (jcs)
363c935f28 [FIX] accounting: mark salt edge bank sync provider available worldwide
task-3329454

closes odoo/documentation#4449

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-17 13:46:49 +02:00
Jess Rogers (jero)
cbffc99b0f [IMP] helpdesk: update aftersales services
closes odoo/documentation#3643

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-05-15 20:04:20 +02:00
Jonathan Castillo (jcs)
f23173625d [REM] accounting: remove page about purchase receipts
Sale and purchase receipts aren't really useful anymore. However, they
are left in the app for corner cases and to avoid upgrade issues. Since
this page is already deprecated, it is best to remove it.

closes odoo/documentation#4431

X-original-commit: b3db7fdd48
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-15 19:01:05 +02:00
CVDE-odoo
892fd3e2ac [ADD] developer/howto: guide for theming
A complete guide on how to create a custom website theme for Odoo

closes odoo/documentation#4399

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-11 20:37:08 +02:00
Melanie Nguyen (meng)
e650e86173 [IMP] subscriptions: update product configuration
closes odoo/documentation#4266

Signed-off-by: Melanie Nguyen (meng) <meng@odoo.com>
2023-05-11 20:36:55 +02:00
Antoine Vandevenne (anv)
26e12696c1 [IMP] tutorials/getting_started: rework the environment setup guide
This commit replaces a big chunk of the instructions relative to the
environment setup with a reference to the equivalent steps listed in the
contribution guide. It also moves the content of the "Create your first
PR" section from chapter 16 to chapter 2, as readers were struggling
with the Git configuration required to push their work to GitHub as they
progressed through the tutorial.

closes odoo/documentation#4402

X-original-commit: 276f981703
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-05-11 11:29:46 +02:00
Jess Rogers (jero)
84390f4461 [IMP] helpdesk: updated 16.0 reporting doc
closes odoo/documentation#3690

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-05-11 02:34:44 +02:00
Tom Aarab (toaa)
42ef3b170a [IMP] accounting: follow-up reports
taskid-2057352.

Forward to master.

closes odoo/documentation#4387

X-original-commit: 767ee598ac
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2023-05-10 13:20:35 +02:00
Ahmed Elhadi
2d630dffb6 [IMP] sales: Update different_addresses.rst
closes odoo/documentation#4083

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-05-09 18:42:40 +02:00
Loredana Perazzo
3be3897033 [IMP] pos: note about businesses requirements to use Adyen
task-3251524

closes odoo/documentation#4369

X-original-commit: 6740ad7811
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-05-09 09:29:58 +02:00
Loredana Perazzo
da73f09da5 [IMP] pos: correct a typo in note
task-3296759

closes odoo/documentation#4357

X-original-commit: 89a1a95a2b
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-05-08 21:14:28 +02:00
Xavier
17f54037b3 [IMP] upgrade: clarify and update the SLA section
task-3300955

closes odoo/documentation#4360

X-original-commit: 8763fef3f7
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2023-05-08 17:14:49 +02:00
“Audrey
15d8985d33 [ADD] website: cookies bar
Task ID: 3297795

closes odoo/documentation#4315

Related: odoo/odoo#120639
Signed-off-by: auva-odoo <auva@odoo.com>
2023-05-05 15:35:06 +02:00
Xavier
4eeee7bba0 [IMP] studio: add a note about duplicating standard reports
Task ID: 3301013

closes odoo/documentation#4339

X-original-commit: af93e6532d
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2023-05-05 08:06:32 +02:00
Sam Lieber (sali)
1a8447c9bc [IMP] inventory: delivery orders and incoming shipments restructure
closes odoo/documentation#4333

X-original-commit: bea00ecb40
Related: odoo/odoo#120526
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-04 14:29:48 +02:00
John Holton (hojo)
d42dedf6e6 [ADD] Inventory: add create second warehouse
closes odoo/documentation#4326

X-original-commit: f2c1cb228a
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-05-03 06:25:48 +02:00
Jonathan Castillo (jcs)
d5d3dd9a85 [ADD] UAE localization
closes odoo/documentation#4311

Taskid: 2906051
X-original-commit: eea4029a33
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2023-05-02 16:53:56 +02:00
Tommy (tong)
7bdc313e07 [REV] accounting: add Hong Kong localisations
This reverts commit 29b3313d85.
The reason is this commit should deploy together with odoo/odoo#120050.

closes odoo/documentation#4304

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-05-02 14:26:58 +02:00
Melanie Nguyen (meng)
591532ecca [ADD] subscriptions: add ecommerce configuration
closes odoo/documentation#4270

Signed-off-by: Melanie Nguyen (meng) <meng@odoo.com>
2023-05-01 23:47:39 +02:00
Timothy Kukulka (tiku)
6b5d0ab29e [IMP] Google Oauth Docs edits final review
closes odoo/documentation#4300

X-original-commit: 5b63bfcba9
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-30 19:45:16 +02:00
Tommy (tong)
29b3313d85 [ADD] accounting: add Hong Kong localisations
closes odoo/documentation#3657

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-28 04:48:39 +02:00
Melanie Nguyen (meng)
07249080ca [IMP] sales: update customer addresses
closes odoo/documentation#3784

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-28 03:26:25 +02:00
tiku-odoo
00fe5a5852 [IMP]Maintain:Fix typo in Azure Mail
closes odoo/documentation#4284

X-original-commit: d2e6c1d647
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-28 02:22:49 +02:00
Brandon Seltenrich (BRSE)
a217787ad3 [IMP] purchase: split purchase agreements docs
closes odoo/documentation#3511

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-28 02:22:47 +02:00
Antoine Vandevenne (anv)
c1b38dc1f3 [FIX] reference/services: mark optional the params parameter of rpc
closes odoo/documentation#3994

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-27 11:30:29 +02:00
Antoine Vandevenne (anv)
b58dbb1fbb [IMP] tutorials/js_framework: reword, clarify and improve instructions
Part-of: odoo/documentation#3994
2023-04-27 11:30:29 +02:00
Antoine Vandevenne (anv)
6e746c851f [IMP] tutorials/js_framework: freeze GitHub links with line numbers
A few links were already outdated. Either the referenced code was no
longer on the same line, or the file didn't exist anymore.

This commit freezes all links targeting a specific line on the odoo/odoo
repository by selecting a specific commit.

Part-of: odoo/documentation#3994
2023-04-27 11:30:29 +02:00
Antoine Vandevenne (anv)
ce14b2cfb5 [IMP] tutorials/js_framework: retarget links to the current major branch
Commits pushed on the odoo/tutorials repository are not automatically
forward-ported, which makes it cumbersome to keep all SaaS branches up
to date.

Because of this, and because Odoo developers are very unlikely to follow
tutorials specific to a SaaS branch, links to odoo/tutorials now target
the current major branch, or master if applicable. SaaS branches have
also been deleted from the odoo/tutorials repository.

Part-of: odoo/documentation#3994
2023-04-27 11:30:28 +02:00
Sam Lieber (sali)
f6ae80ef16 [REF] surveys: remove overview folder
closes odoo/documentation#4273

X-original-commit: 50824b6677
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-26 08:56:32 +02:00
Brandon Seltenrich (BRSE)
5bbbc673d4 [IMP] inventory: update stock_warehouses
closes odoo/documentation#4265

X-original-commit: 31889ddc3b
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-26 02:03:58 +02:00
Jonathan
8ad5572abf [IMP] contributing/dev: add cd command to the git config section
closes odoo/documentation#4256

X-original-commit: 817e332160
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-25 14:41:16 +02:00
Jess Rogers (jero)
6c6f2398dd [IMP] helpdesk: update ratings doc
closes odoo/documentation#3664

Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2023-04-24 21:45:03 +02:00
Géry Debongnie
b6b9de70d2 [IMP] developer/tutorials: separate js framework tutorial in two parts
This commit splits the 7 chapters of the JS tutorial in two
smaller and more focused tutorials:
- a basic one (Discover the JS framework)
- and an advanced one (Master the odoo web framework)

closes odoo/documentation#4243

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-24 19:01:01 +02:00
Jonathan
f851ea0e0a [MOV] pos: restructuration of pos toctree
task-3284514

+ update of access pos settings
Task-3256407

closes odoo/documentation#4239

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Co-authored-by: Jonathan Castillo <jcs@odoo.com>
Co-authored-by: Loredana Perazzo <lrpz@odoo.com>
2023-04-22 11:40:57 +02:00
KC (ksc)
bd1ea29aba [ADD] social marketing: added social marketing documentation to v14
closes odoo/documentation#4232

X-original-commit: 42148acbec
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-21 23:21:54 +02:00
Artygo8
07eef81a95 [IMP] reference/extract: update documentation
task-3071317

closes odoo/documentation#3835

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-21 14:15:46 +02:00
Zuzanna Luczynska
623cd04fa0 [IMP] field service: default warehouse
task-2948598

closes odoo/documentation#4205

X-original-commit: 3ae4fbab84
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-19 18:11:54 +02:00
John Holton (hojo)
552519f8ba [ADD] Maintenance: add new equipment
closes odoo/documentation#4200

X-original-commit: eb067d6dc1
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-19 00:36:18 +02:00
Mahmoud Metwally
9e6f4a8c56 [FW][FIX] howtos/company: fix typos
closes odoo/documentation#4176

Forward-port-of: odoo/documentation#4147
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-17 17:48:23 +02:00
Zuzanna Luczynska
e885488286 [MOV] field service: improve the structure and merge docs
Currently, there are two pages about onsite interventions in two
separate categories. This task aims to merge both pages into a single
one and remove the useless categories.

task-3275322

closes odoo/documentation#4189

X-original-commit: 151e0554fa
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-17 08:37:52 +02:00
hapa-odoo
5280cb147e [ADD] fiscal localizations: Indian GST service
In this commit, I have added documentation for GST return filing.
I have explained how to register on GST Portal, configure it in odoo,
and enable GST API Access on GST Portal. I have also explained different
GSTR Report.

task-3272960

closes odoo/documentation#3432

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-14 16:55:45 +02:00
Mahmoud Metwally
32c6bed34b [FW][FIX] developer/web_services: fix typo
closes odoo/documentation#4157

Forward-port-of: odoo/documentation#4146
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-14 12:47:22 +02:00
Julien Van Roy
875d5ea61f [IMP] accounting/electronic_invoicing: add SG einvoicing format
Since commit
bd06decccf,
the 'SG BIS Billing 3.0' format is available for singaporean companies.

closes odoo/documentation#4155

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-14 09:32:08 +02:00
Julien Van Roy
136187f0fb [IMP] accounting/electronic_invoicing: remove useless section
In previous versions (from 14.0 to saas-15.4), `account_edi_ubl_cii` was
not auto-installed. From 16.0, it is. Thus, we no longer need the
section advising to install this module.

Manifest in saas-15.4:
https://github.com/odoo/odoo/blob/saas-15.4/addons/account_edi_ubl_cii/__manifest__.py
Manifest in 16.0:
https://github.com/odoo/odoo/blob/16.0/addons/account_edi_ubl_cii/__manifest__.py

closes odoo/documentation#4131

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-13 23:25:54 +02:00
Brandon Seltenrich (BRSE)
b4ee060aaa [IMP] inventory: update owned_stock
closes odoo/documentation#4140

X-original-commit: 1289a9ec45
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-04-13 00:59:23 +02:00
Loan (LSE)
bc62fcde72 [IMP] iot: add documentation regarding HTTPS certificate
Also include details/troubleshoot/solutions for redundant
support issues:
 - Error code details for HTTPS certificate generation
   (see: https://github.com/odoo/odoo/pull/114993 )
 - DNS issue with HTTPS domain

 OPW-3227004

closes odoo/documentation#4134

X-original-commit: 6f4822cb2b
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-12 21:46:18 +02:00
Jonathan Castillo (jcs)
3d2c5d7c16 [MOV] calendar: "Calendar" app from "Misc" to "Productivity"
To improve the structure of the documentation, the "Miscellaneous"
section should be limited as much as possible.

This commit:
- renames "Calendars" into "Calendar" (as the app name)
- moves the app from the "Miscellaneous" section to the "Productivity"
  section
- fixes the wrong file structure to follow the toc
  (e.g. general/calendars/outlook/outlook_calendar -> productivity/calendar/outlook)

task-3217827

closes odoo/documentation#4123

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-11 23:27:10 +02:00
fvz-odoo
62917665e3 [l10n_mx] Update exempt tax configuration.
In Mexico there are two 0% taxes, 0% VAT and 0% exempt VAT. This change
makes the tip clearer so users do not confuse both taxes. Forward to
master.

closes odoo/documentation#4117

X-original-commit: 5ef339fe82
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-11 21:54:10 +02:00
Jonathan Castillo (jcs)
e28ca153cb [MOV] live chat: structure
task-3269837

closes odoo/documentation#4107

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-11 21:54:07 +02:00
Jonathan Castillo (jcs)
8b13e1b0dc [MOV] website: structure
As a first step to update the doc - at last! - we first need to update
its structure.

task-3269837

Part-of: odoo/documentation#4107
2023-04-11 21:54:07 +02:00
Jess Rogers (jero)
a1b86849b7 [IMP] helpdesk: update ticket closing
closes odoo/documentation#3656

Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2023-04-11 15:02:03 +02:00
Brandon Seltenrich (BRSE)
c59db7d9f8 [IMP] purchase: update bill control policies doc
closes odoo/documentation#3451

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-11 00:05:52 +02:00
John Holton (hojo)
fc74d42157 [ADD] Quality: add Create quality alerts
closes odoo/documentation#4087

X-original-commit: 1b640a7a30
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-10 22:11:19 +02:00
John Holton (hojo)
ffef2cd11c [IMP] Inventory: Update dropshipping
closes odoo/documentation#4079

X-original-commit: bbbca62f6f
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-09 23:36:29 +02:00
Sam Lieber (sali)
0bc19fc87c [IMP] purchase: update reordering rules config doc
closes odoo/documentation#4073

X-original-commit: 728a462762
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-08 05:28:25 +02:00
Jonathan Castillo (jcs)
878fc0e21f [IMP] subscriptions: overhaul of the basic docs
This commit improves the structure of the Subscription doc and updates
its content (recurring products, subscription plans, sales flow)

task-3222232

closes odoo/documentation#4062

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Co-authored-by: Xavier Platteau <xpl@odoo.com>
Co-authored-by: Tom Aarab <toaa@odoo.com>"
2023-04-07 22:22:30 +02:00
Jess Rogers (jero)
401a19fcdc [IMP] helpdesk: updated sla policies
closes odoo/documentation#3509

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-07 22:22:24 +02:00
“Chiara
67f10d3eca [IMP] accounting: update batch payments
closes odoo/documentation#3958

Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2023-04-06 11:24:46 +02:00
John Holton (hojo)
09de4c79a3 [IMP] Inventory: Update inter-warehouse replenishment
closes odoo/documentation#4043

X-original-commit: 6f6e018db4
Signed-off-by: John Holton (hojo) <hojo@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-06 04:17:27 +02:00
KC (ksc)
13320f490f [ADD] sms marketing: added essentials/getting started docs
closes odoo/documentation#4048

X-original-commit: e8ad53cead
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-06 03:16:16 +02:00
Jonathan Castillo (jcs)
2d7a48a65e [IMP] accounting: bank statements in the transactions page
task-3264491

closes odoo/documentation#4036

Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2023-04-05 21:58:27 +02:00
Melanie Nguyen (meng)
7c4d8c92d6 [FIX] crm: replace old lead scoring content with predictive lead scoring
closes odoo/documentation#4027

X-original-commit: 9f72036be8
Signed-off-by: Melanie Nguyen (meng) <meng@odoo.com>
2023-04-05 19:21:42 +02:00
Tiffany Chang (tic)
7124542ed9 [REF] developer: rewrite sql view as a howto
SQL view was formerly part of the dashboard tutorial which is now
obsolete. Since creating a SQL view as a tutorial does not make sense
anymore, it has been converted into a simple howto.

closes odoo/documentation#4031

Task: 3226581
Signed-off-by: Tiffany Chang <tic@odoo.com>
2023-04-05 14:47:46 +02:00
Tiffany Chang (tic)
e2c880aafe [REM] developer: remove references to web_dashboard view
Since odoo/enterprise#31641 the dashboard view no longer exists since it
is now replaced with spreadsheet_dashboard, therefore we remove it from
the backend Views documentation.

Task: 3226581
Part-of: odoo/documentation#4031
2023-04-05 14:47:46 +02:00
“Audrey
0a384a2a35 [IMP] payment_providers/flutterwave: recommend ticking all checkboxes
task-3254461

closes odoo/documentation#4014

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-04 17:08:30 +02:00
Loredana Perazzo
a350dd76f0 [ADD] pos: how to add/modify customer notes from POS UI
Task ID: 2622090

closes odoo/documentation#4010

X-original-commit: 3a0e23f3f9
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-04-04 17:08:22 +02:00
fdardenne
7e4435deb8 [IMP] create JavaScript howtos
The JavaScript cheatsheet is outdated, we therefore remove it and
replace it by multiple howtos:

- Create a view from scratch
- Extending an existing view
- Create a field from scratch
- Extend an existing field
- Create a client action

There is other subjects to introduce as the web framework is big. Other
future contributions will cover them.

closes odoo/documentation#3969

Signed-off-by: Dardenne Florent (dafl) <dafl@odoo.com>
2023-04-04 16:06:19 +02:00
Tom Aarab (toaa)
4c623b69b1 [ADD] ecommerce: performance monitoring
Adding a doc page on performance monitoring and analysis for eCommerce
websites

closes odoo/documentation#3866

Taskid: 3246984
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2023-04-04 16:06:16 +02:00
Zuzanna Luczynska
78c9a7f26d [ADD] field service: default warehouse
task-2948598

closes odoo/documentation#3996

X-original-commit: 40ef1a26f9
Signed-off-by: zulu-odoo <zulu@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-03 19:40:57 +02:00
oskarenablebanking
cc194eb979 [ADD] accounting: enablebanking
task-3232701

closes odoo/documentation#3993

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-03 18:42:44 +02:00
Jonathan Castillo (jcs)
d694c6c9f5 [MOV] accounting: structure of bank sync docs
Part-of: odoo/documentation#3993
2023-04-03 18:42:44 +02:00
Benoit Socias
ee8341402a [IMP] tutorials: add warning about mutable global variables
The whole concept of multi-tenancy is not really approached within the
tutorial.

This commit adds a warning about never using mutable global variables
within odoo to seed the idea in the reader's mind.

task-3059110

closes odoo/documentation#3988

X-original-commit: 1ce7166f49
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
2023-04-03 15:42:15 +02:00
Felicious
c4bbd54c5a [IMP]: add manual valuation section
Add images and manual valuation

add ref tag and retitle doc to sentence case

Remove trailing whitespaces

update explanation

closes odoo/documentation#3981

X-original-commit: 71ede7a3d4
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-02 21:00:46 +02:00
“Audrey
67bada80e6 [IMP] Website: review website translation page
task-3255779

closes odoo/documentation#3973

Signed-off-by: auva-odoo <auva@odoo.com>
2023-03-31 18:37:51 +02:00
Xavier
cde27305ee [ADD] attendances: hr and attendances categories + hardware page
Task ID: 3251124

closes odoo/documentation#3956

X-original-commit: 0124878dd4
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-29 16:05:34 +02:00
Loan (lse)
cd1f3e4510 [IMP] ePoS: vulgarise the SSL ePos issue
SSL/HTTPS topic is complicated for most of
Odoo customers as it is quite technical.

This PR should help them guide them to better
understand the issue and how to fix it themselves.

Support can't be provided to each device, browsers and OS.
But we did add some guides regarding the more
"popular" ones and some "keyword" to search
online for the others.

closes odoo/documentation#3922

X-original-commit: 415a817c57
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Co-authored-by: Loredana Perazzo <lrpz@odoo.com>
2023-03-29 16:05:25 +02:00
Tom Aarab (toaa)
9b0a54b7f2 [IMP] Adyen: additional minimum requirements for users
Adding requirements for users to use Adyen. Forward to master.

closes odoo/documentation#3952

Taskid: 3159712
X-original-commit: 0b234fe203
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2023-03-29 14:56:57 +02:00
Melanie Nguyen (meng)
a1fce64ce5 [IMP] mail plugins: add instructions to gmail plugin
closes odoo/documentation#3944

X-original-commit: 404d524deb
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-29 04:42:41 +02:00
Melanie Nguyen (meng)
fa90d23a90 [IMP] sales: menuselection fix
Fixed a menuselection error and deleted instances of second-person pov
Closes task 3116083

closes odoo/documentation#3939

X-original-commit: f30f6d2003
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-29 03:41:01 +02:00
Timothy Kukulka (tiku)
098ecbcb99 [IMP] General: Oauth seemore additions
closes odoo/documentation#3934

X-original-commit: aa4e5d7a01
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-29 03:40:58 +02:00
Loredana Perazzo
4a7acf8c02 [IMP] pos: update fiscal positions page
Task ID: 2862506

closes odoo/documentation#3876

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-28 16:39:16 +02:00
Anita (anko)
de8db5a6a0 [IMP] paypal: remove deleted field
Removing no longer used Merchant Account ID field.
task-2854184

closes odoo/documentation#3833

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-28 13:17:24 +02:00
Felicious
1ab8e5fb11 [FIX] inventory: fix BoM typo
closes odoo/documentation#3910

X-original-commit: f2010faafc
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-28 00:50:15 +02:00
Nicolas (vin)
9cab0fdb75 [IMP] coding_guidelines: fix python code indents
A few python code blocks on the coding guidelines are indented twice
(8 spaces instead of 4), which is not correct.

closes odoo/documentation#3903

X-original-commit: 16176fb508
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2023-03-27 17:40:05 +02:00
Antoine Vandevenne (anv)
af67aac71f [IMP] supported_version: release saas-16.2
closes odoo/documentation#3893

X-original-commit: 697cdad097
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-27 17:40:02 +02:00
“Chiara
e89211e451 [IMP] accounting: bank transactions
task-3204835

closes odoo/documentation#3760

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-27 12:32:37 +02:00
Timothy Kukulka (tiku)
1904ba574a [IMP] Support: Update What can I expect
closes odoo/documentation#3883

X-original-commit: 406e12822e
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-26 09:12:27 +02:00
Jess Rogers (jero)
ab0d9c239d [IMP] helpdesk: updated ticketing channels setup
closes odoo/documentation#3505

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-24 23:09:53 +01:00
LoredanaLrpz
e6fd7db226 [IMP] pos: and update kitchen printing
Task ID: 3235139

closes odoo/documentation#3844

Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2023-03-24 13:29:01 +01:00
Brandon Seltenrich (BRSE)
b9453515a0 [IMP] inventory: fix sendcloud doc
closes odoo/documentation#3774

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-24 11:18:31 +01:00
Jess Rogers (jero)
da2e4a1a60 [IMP] helpdesk: updated teams and stages setup content
closes odoo/documentation#3503

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-24 11:18:29 +01:00
Olivier Dony
e6aa5dd01b
[FIX] legal: fix some broken links (pdfs, translations)
1) PDF files are generated and stored at the root of the CURRENT_BRANCH
directory. The links to those files are generated at different levels of
the doctree, which makes it impossible to use a relative path.
For example the same "Enterprise Agreement" doc in EN is published on:
 - /16.0/legal/terms/enterprise.html
 - /16.0/fr/legal/terms/enterprise.html

As a workaround, use absolute links for the PDFs. They won't work
locally for now. Can be improved later, as long as we don't break
those links located in various depths of the troctree.

2) The legal constracts aren't translated in all availables languages
(yet), so those links are 404s now. Introduced a conf.py variable
`legal_translations` with the list of languages where translated
contracts are indeed available, and falling back to the EN version
otherwise. Some languages don't have *all* the contracts translated, so
some 404 may remain temporarily.

Forward-port of f69dba70be
2023-03-23 16:42:27 +01:00
LoredanaLrpz
fe08c166bb [IMP] pos: take the half-up out of the last note
Task ID: 3184227

closes odoo/documentation#3854

X-original-commit: f3aafe2f09
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-21 12:36:57 +01:00
Tom Aarab (toaa)
c24f6eca7a [ADD] eCommerce: customer interaction
Adding a page on customer interaction and adding redirects. Forward to
master.

closes odoo/documentation#3775

Taskid: 3224716
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-21 12:36:49 +01:00
Jonathan Castillo (jcs)
6866cfa361 [FIX] dev/tuto: grammar mistake in 02_setup
task-3238089

closes odoo/documentation#3845

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-20 12:29:04 +01:00
Antoine Vandevenne (anv)
3d592c4dd8 [IMP] supported_versions: flag saas-16.1 as supported
closes odoo/documentation#3838

X-original-commit: c466d6fd6e
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-17 12:01:34 +01:00
Jonathan Castillo (jcs)
fe7aa39bc1 [MOV] accounting: remove "misc" category in "bank and cash"
closes odoo/documentation#3825

X-original-commit: 5888b6eb89
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-14 08:27:52 +01:00
Timothy Kukulka (tiku)
b542c3bc97 [IMP] Website: rewrite-keycdn-doc
closes odoo/documentation#3821

X-original-commit: 3eb3f74f70
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2023-03-13 20:01:39 +01:00
Timothy Kukulka (tiku)
0a716aa644 [IMP] Misc: Remove section from from-address
closes odoo/documentation#3812

X-original-commit: 9eb9fa7e19
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2023-03-13 18:03:04 +01:00
Timothy Kukulka (tiku)
a3fa77af02 [IMP] Maintain: Add process to delete account and clean-up
closes odoo/documentation#3808

X-original-commit: 6b7c550724
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2023-03-13 18:03:02 +01:00
Donatienne Pirlot
5d801fbdeb [IMP] accounting: intrastat documentation update
Updating the Intrastat documentation to provide information related to the Intrastat report.

closes odoo/documentation#3640

Id: 3167429
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-13 14:42:08 +01:00
Donatienne Pirlot
6079d0e1d7 [IMP] accounting: Analytic Accounting Documentation
closes odoo/documentation#3370

Id: 3133182
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-10 17:17:53 +01:00
LoredanaLrpz
3d82ab27f0 [imp] pos: fusion between split and print bills pages
Task ID: 3210388

closes odoo/documentation#3789

X-original-commit: 00671f9005
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-10 11:14:41 +01:00
LoredanaLrpz
1bd8f10ba3 [IMP] pos: structure of the restaurant category
Task ID: 3210388

X-original-commit: 0bbbb5288e
Part-of: odoo/documentation#3789
2023-03-10 11:14:41 +01:00
Tom Aarab (toaa)
49b45c9aa6 [ADD] eCommerce: customer accounts
Adding a page on customer accounts for the eCommerce doc. Forward to
master.

closes odoo/documentation#3769

Taskid: 3223001
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-09 19:34:21 +01:00
poma-odoo
6b35cacb2a [FIX] contributing/coding_guidelines: remove mention to assets.xml
We no longer load assets by xml files, but we use __manifest__.py for that.

closes odoo/documentation#3720

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-08 23:57:52 +01:00
LoredanaLrpz
d7c7cb9fb2 [IMP] l10n: setup info for belgian pos
TaskID:3142402

closes odoo/documentation#3771

X-original-commit: d92a554ab2
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-03-08 20:12:03 +01:00
tsm-odoo
6129288439 [FIX] deploy: duplicated proxy_set_headers in serve static block
This commit removes unnecessary `proxy_set_headers` in the serve
static config block.

Indeed, the request will either be served by Nginx in which case
the request won't go to the proxy backend or by the `@odoo` backend
which have its own `proxy_set_headers` set as the user is supposed
to copy/paste the contennt of the `location /` block.

closes odoo/documentation#3763

Closes: #3675
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-08 10:10:14 +01:00
Tom Aarab (toaa)
f6fa482087 [ADD] eCommerce: Handling orders
Adding a page on handling orders for the eCommerce doc, and removing
older pages. Forward to master.

closes odoo/documentation#3721

Taskid: 3214065
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2023-03-08 09:10:40 +01:00
LoredanaLrpz
436e4ae603 [ADD] Finance: POS certification doc blackbox setup
closes odoo/documentation#3753

X-original-commit: f6dfea8206
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-03-07 13:46:29 +01:00
“Chiara
46175b6071 [IMP] accounting: archive module description
closes odoo/documentation#3752

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-07 13:46:27 +01:00
Tom Aarab (toaa)
70267f4535 [IMP] eCommerce: ewallets/giftcards section
Adding ewallets/giftcards section to the eCommerce doc. Forward to
master.

closes odoo/documentation#3739

Taskid: 3215674
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-07 12:44:58 +01:00
Donatienne Pirlot
fc5dfabf77 [IMP] accounting: improving snailmail documentation
Id: 3099154
X-original-commit: 3bb3acbb42

Debug mode should be activated in V15 and V16 to modify the paper format

closes odoo/documentation#3729

X-original-commit: 64aaa6f784
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Pirlot Donatienne (dopi) <dopi@odoo.com>
2023-03-07 11:41:40 +01:00
Julien Castiaux
01d9f7cdf1 [FIX] deploy: typo in example addons path
closes odoo/documentation#3744

Closes: #3675
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-06 18:06:56 +01:00
Cindy
a06b2f86a9 [IMP] contributing: fix a punctutation mistake in contributing
For instance, "Fix a typo"
         or "Add documentation for invoicing of sales orders." instead of For instance, "Fix a typo"
         or "Add documentation for invoicing of sales orders".

closes odoo/documentation#3734

X-original-commit: da87d72167
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-02 21:20:50 +01:00
LoredanaLrpz
65cee65b20 [IMP] pos: add port num for windows os, rem useful tips and check indent
Task ID: 3193053

closes odoo/documentation#3724

X-original-commit: adad64289f
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-02 20:02:01 +01:00
Tom Aarab (toaa)
b7db89e77b [IMP] ecommerce: add custom anchors, links and "see also" sections
This commit adds custom anchors, links and new see also sections

task-3212218

closes odoo/documentation#3712

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-02 10:16:17 +01:00
John Holton (hojo)
6722c315cc [ADD] MRP: using work centers
closes odoo/documentation#3701

X-original-commit: dd304af1e3
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: John Holton (hojo) <hojo@odoo.com>
2023-03-02 00:18:09 +01:00
Tom Aarab (toaa)
1bd7d2d3b3 [FIX] website: syntax error (fix for translators)
A translator notified me that one of the sentences in English made no
sense, so I'm fixing it to 1) make sense now 2) make it easier for the
translator.

Small fix, this page will be depecrated when I have time to make a new
one.

Forward to master.

closes odoo/documentation#3709

Taskid: 3211784
X-original-commit: f4ede744ae
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-01 17:36:36 +01:00
Sam Lieber (sali)
10f67804c9 [IMP] sales: product variants config btn instructions
closes odoo/documentation#3700

X-original-commit: cc7467788d
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2023-03-01 17:36:20 +01:00
Jonathan Castillo (jcs)
5fd3092ad3 [IMP] accounting: new version of cash discount
task-2834752

closes odoo/documentation#3683

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-02-28 18:13:33 +01:00
Antoine Vandevenne (anv)
34bc63d2bc [ADD] extensions/cards: add an extension to implement cards
The extension adds two new directive:
- `cards` is the row container for one or more `card` directives.
- `card` is the implementation of a Bootstrap card that accepts a
  `target` argument for the href of the card, a `large` option to render
  the card on two columns, a `tag` option to display a single arbitrary
  tag on the card, and arbitrary content that is shown in the card
  body.

task-3141419

closes odoo/documentation#3685

X-original-commit: 72e636da5f
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-02-28 10:55:05 +01:00
Jonathan Castillo (jcs)
178bce67bf [IMP] accounting: add custom anchors to tax_return.rst headings
closes odoo/documentation#3679

X-original-commit: 91fadf0ff6
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-02-27 14:08:03 +01:00
Timothy Kukulka (tiku)
4bd9a4ef8e [MOV] Misc: Move Portal doc to Misc
closes odoo/documentation#3632

X-original-commit: d690314ba5
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2023-02-24 18:03:52 +01:00
John Holton (hojo)
3744d13e31 [FIX] Odoo.sh: correct content error
closes odoo/documentation#3667

X-original-commit: 033f6de839
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2023-02-24 13:53:55 +01:00
Sam Lieber (sali)
a1d2c7a6c8 [ADD] l10n: Ecuador fiscal localization
task-3164933

closes odoo/documentation#3485

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-02-24 11:28:10 +01:00
Antoine Vandevenne (anv)
3dc6bb83c1 [MOV] developer/cli: move "Command-line interface (CLI)" to the reference dir
task-2991663

closes odoo/documentation#3655

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-02-23 14:33:17 +01:00
Antoine Vandevenne (anv)
73f976e679 [MOV] developer/api/extract_api: move "Extract API" to the reference dir
task-2991663

Part-of: odoo/documentation#3655
2023-02-23 14:33:17 +01:00
Antoine Vandevenne (anv)
95ed856446 [MOV] developer/api/external_api: move "External API" to the reference dir
task-2991663

Part-of: odoo/documentation#3655
2023-02-23 14:33:17 +01:00
Antoine Vandevenne (anv)
b817e16a4c [MOV] developer/api/iap: move "In-App Purchase" to the howtos dir
task-2991663

Part-of: odoo/documentation#3655
2023-02-23 14:33:16 +01:00
Antoine Vandevenne (anv)
2701d91db0 [MOV] developer/iot: move "Internet of things" the howtos dir
task-2991663

Part-of: odoo/documentation#3655
2023-02-23 14:33:16 +01:00
Antoine Vandevenne (anv)
9561c9abf8 [IMP] tutorials/*: hide outdated tutorials
*: backend, web, website

task-2991663

Part-of: odoo/documentation#3655
2023-02-23 14:33:16 +01:00
Antoine Vandevenne (anv)
2d469bccbc [MOV] howto/web: move "Customizing the webclient" to the tutorials dir
task-2991663

Part-of: odoo/documentation#3655
2023-02-23 14:33:16 +01:00
Antoine Vandevenne (anv)
58f2174c49 [MOV] howto/website: move "Building a website" to the tutorials dir
task-2991663

Part-of: odoo/documentation#3655
2023-02-23 14:33:15 +01:00
Antoine Vandevenne (anv)
642c4839f7 [MOV] howtos/backend: move "Building a module" to the tutorials dir
task-2991663

Part-of: odoo/documentation#3655
2023-02-23 14:33:15 +01:00
Antoine Vandevenne (anv)
9c5ea316ff [MOV] howtos/discover_js_framework/*: move "Discover the JS Framework" to the tutorials dir
task-2991663

Part-of: odoo/documentation#3655
2023-02-23 14:33:15 +01:00
Antoine Vandevenne (anv)
a8c78a80ba [MOV] tutorials/getting_started/*: promote advanced chapters to independent tutorials
task-2991663

Part-of: odoo/documentation#3655
2023-02-23 14:33:15 +01:00
Antoine Vandevenne (anv)
4f4e346953 [MOV] howto/rdtraining: move "Getting started" to the tutorials dir
This commit also replaces references to the "Building a module"
tutorial by references to the "Getting started" tutorial.

task-2991663

Part-of: odoo/documentation#3655
2023-02-23 14:33:14 +01:00
Antoine Vandevenne (anv)
73ce4d6cd8 [ADD] developer/tutorials: add a directory for developer tutorials
task-2991663

Part-of: odoo/documentation#3655
2023-02-23 14:33:14 +01:00
Xavier
cf67ac8504 [ADD] Spreadsheet/Reporting/Search
Task ID: 3053800

closes odoo/documentation#3000

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-02-23 14:32:59 +01:00
“Chiara
3a4af92667 [ADD] Accounting: Italian warning
closes odoo/documentation#3652

Taskid: 3201538
X-original-commit: eea1aec26b
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: chiaraprattico <chpr@odoo.com>
2023-02-22 18:14:44 +01:00
Tom Aarab (toaa)
470e74492f [ADD] eCommerce: shipping page
Added a shipping page to the eCommerce section. Forward to master.

closes odoo/documentation#3229

Taskid: 3111638
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2023-02-20 18:38:18 +01:00
Donatienne Pirlot
1db61fca8f [IMP] accounting: updating the doc related to vendor bill to payment
closes odoo/documentation#3240

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-02-20 11:56:35 +01:00
tsm-odoo
8b92b734b2 [FIX] deploy: add set_headers, fixing wrong $host value
closes odoo/documentation#3628

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-02-20 10:53:18 +01:00
KC (ksc)
f28ecbdcff [ADD] events: added complete documentation
closes odoo/documentation#3595

X-original-commit: b76b3fa3f3
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Kevin Scannell (ksc) <ksc@odoo.com>
2023-02-17 23:17:40 +01:00
Donatienne Pirlot
8d6e656701 [IMP] accounting: update cheat sheet
This PR change the cheat sheet of the accounting documentation.
Change done:
* Change name of the file: memento to cheat_sheet
* Adding explanation to the doc (Ex: Invoices and bills status)
* Correcting some sentences

closes odoo/documentation#3623

Task-id: 2847663
X-original-commit: 2fa9de17e1
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-02-17 22:16:41 +01:00
Jonathan Castillo (jcs)
d04a61fc40 [IMP] install/maintain: add section about search engine indexation
task-3179504

closes odoo/documentation#3618

X-original-commit: 2fccceb964
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-02-17 16:32:28 +01:00
Jonathan Castillo (jcs)
bab84c61a0 [FIX] legal: RST cleanup (headings delimiters characters)
This commit changes the characters used as heading delimiters in the
/legal/ folder of the documentation. This makes it easier for writers to
figure out the heading order as all other files in this repository use
the same order of heading delimiters characters.

closes odoo/documentation#3614

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-02-17 16:32:23 +01:00
Tom Aarab (toaa)
d43a9b2598 [ADD] eCommerce: new price management page
Current documentation doesn't feature any pricing management info.
Forward to master.

closes odoo/documentation#3046

Taskid: 3086649
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2023-02-17 10:55:29 +01:00
Brandon Seltenrich (BRSE)
f25fc40dde [IMP] inventory: update automated inventory valuation
closes odoo/documentation#3604

X-original-commit: aaa1de94bd
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-02-17 00:28:12 +01:00
LoredanaLrpz
6618683216 [IMP] pos: rename & redo receipt page (structure, text, images)
Task ID: 3005121

Do not merge for Odoo 16 - configuration flow to modify

closes odoo/documentation#3570

X-original-commit: 295d29effd
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-02-16 21:47:22 +01:00
Donatienne Pirlot
817ad955af [IMP] sign: secured authentication info added
closes odoo/documentation#3430

Id: 3084552
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-02-16 10:05:34 +01:00
LoredanaLrpz
403f54d1df [IMP] knowledge: h3 titles improvement and one typo fixed
Task ID: 3189032

closes odoo/documentation#3590

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-02-15 19:50:58 +01:00
luvi
7a9d807bcc [ADD] web: add core components documentation
Those components were added during the Owl rewrite of the webclient
that happened in 16.0. Unfortunately, there was still no documentation
for them.

This commits fixes that by adding documentation for the Notebook and
the Colorlist components.

closes odoo/documentation#3580

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-02-15 13:52:53 +01:00
Jonathan Castillo (jcs)
17319f92b2 [FIX] *: RST cleanup
RST cleanup to comply with the RST guidelines. This is required so we
can use "make test", as there are currently hundreds of errors. For now,
it is unusable because of the oldest code in this repo.

closes odoo/documentation#3581

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-02-15 12:51:21 +01:00
Amelia Williams
18b000602b [FIX] 02_setup: remove gramatical error
closes odoo/documentation#3579

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-02-15 11:46:43 +01:00
Sam Lieber (sali)
d623956da5 [IMP] marketing: sms pricing and faq doc updates
closes odoo/documentation#3564

X-original-commit: 1591e1f087
Signed-off-by: Zachary Straub <zst@odoo.com>
2023-02-15 03:17:26 +01:00
Tom Aarab (toaa)
4db98bd840 [ADD] ecommerce: cross and upselling page
Adding a cross/upselling page for the ecommerce section. Forward to
master.

closes odoo/documentation#3367

Taskid: 3142720
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2023-02-14 17:04:07 +01:00
LoredanaLrpz
bfa4ee56fd [IMP] pos: invoice issuance via qr code on receipts
Task ID: 3100959

closes odoo/documentation#3411

Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-02-13 20:31:51 +01:00
Mahmoud Metwally
7913fd7bdd [FW][FIX] developer/howtos: typos and phrasing
closes odoo/documentation#3555

Forward-port-of: odoo/documentation#3541
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2023-02-13 14:53:07 +01:00
Victor Feyens
a3068e1a2f [FIX] *: typos
closes odoo/documentation#3550

X-original-commit: 831cf23be9
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2023-02-13 14:53:04 +01:00
Jonathan Castillo (jcs)
ecbb755471 [MOV] finance: move fiscal localisation pages and merge /overview/
The content written in the fiscal localisation pages are not only for
Accounting, but also for other apps such as Payroll and Point of Sales.
This commit moves the content to the "Finance" level, to better reflect
this reality, and merges the pages in the /overview/ folder in the main
category page.

closes odoo/documentation#3546

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-02-13 14:52:59 +01:00
Jonathan Castillo (jcs)
26ddeef42c [FIX] *: first small clean of the code
Friday afternoon cleanup. This is required so we can use "make test", as
there are currently hundreds of errors. For now, it is unusable because
of the oldest code in this repo.

closes odoo/documentation#3540

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-02-13 11:37:15 +01:00
“Chiara
543158ff12 [IMP] accounting/l10n: Italian Localization
closes odoo/documentation#3527

Taskid: 3067241
X-original-commit: ec0fae4992
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-02-10 11:01:52 +01:00
Donatienne Pirlot
778b739a57 [ADD] accounting: localization page for uk
closes odoo/documentation#3517

X-original-commit: 0550374968
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Pirlot Donatienne (dopi) <dopi@odoo.com>
2023-02-09 16:40:06 +01:00
Tom Aarab (toaa)
6b45da21c1 [ADD] ecommerce: new payment providers page
Adding a documentation on payment providers specifically for the
ecommerce section.

closes odoo/documentation#3346

Taskid: 3138597
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2023-02-09 13:01:58 +01:00
Tom Aarab (toaa)
17ee191156 [ADD] eCommerce: checkout process page
Adding new page on checkout process for eCommerce. Forward to master.

closes odoo/documentation#3192

Taskid: 3110554
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2023-02-09 08:12:58 +01:00
Jason Aerts
1689b80470 [ADD] project: project creation and management
Adding a project creation and management page for the project app. Forward to master.

closes odoo/documentation#3244

Taskid: 3117349
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-02-08 16:27:40 +01:00
luvi
fc79df42fd [FIX] web: fix wrong ActionSwiper documentation
Since 16.0, the documentation for this component was no longer
correct, since the component was moved to web during the refactor
of the webclient views. This commit also adds documentation of
props that were introduced during the refactor, already present
in 16.0.

closes odoo/documentation#3504

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-02-08 15:24:35 +01:00
Tom Aarab (toaa)
9049013dde [ADD] Sales: new page on eWallets and gift cards programs
Adding a new page on eWallets and gift cards programs for the Sales app
documentation.

closes odoo/documentation#3241

Taskid: 3086636
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2023-02-07 12:54:59 +01:00
Tom Aarab (toaa)
d09e6a83aa [ADD] eCommerce: add to cart page
Adding add to cart page to the eCommerce section. Forward to master.

closes odoo/documentation#3175

Taskid: 3099603
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2023-02-07 11:49:35 +01:00
Zachary Straub (ZST)
afc9a024f8 [FIX] Quality: add missing/cutoff content
closes odoo/documentation#3489

X-original-commit: 591e80deb7
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
Signed-off-by: Zachary Straub <zst@odoo.com>
2023-02-06 20:31:22 +01:00
Tom Aarab (toaa)
bd13d34bd6 [IMP] ecommerce: updated variants page
Previous page was mostly on the sales app. New page focuses on ecommerce
with :ref: to sales. Forward to master.

closes odoo/documentation#3299

Taskid: 3121379
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2023-02-06 18:33:00 +01:00
Julien Van Roy
e2b4e8ad84 [IMP] accounting/electronic_invoicing: add a-nz einvoicing format
Since commit
9431dddd7c,
the 'A-NZ BIS Billing 3.0' format is available for australian and new
zealand companies.

closes odoo/documentation#3382

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-02-03 14:58:46 +01:00
Tom Aarab (toaa)
5329cff046 [ADD] eCommerce: add product page
Adding a product page for the eCommerce section, currently does not
exist. V16, forward to master.

closes odoo/documentation#3112

Taskid: 2903859
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2023-02-03 14:58:44 +01:00
Mahmoud Metwally
e6269ae56e [FW][FIX] developer/javascript_reference: typos and phrasing
closes odoo/documentation#3474

Forward-port-of: odoo/documentation#3470
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2023-02-02 17:27:02 +01:00
Sam Lieber (sali)
230796dd96 [ADD] Quality: configure quality control checks
closes odoo/documentation#3465

X-original-commit: ec1ddb34b1
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2023-02-01 22:05:21 +01:00
Zachary Straub (ZST)
fdf47bf106 [IMP] inventory: add a note on default warehouses
closes odoo/documentation#3459

X-original-commit: e5069dbf72
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-02-01 18:19:45 +01:00
Tom Aarab (toaa)
029b5a183b [IMP] ecommerce: updated catalog page
Updated catalog page. Forward to master.

closes odoo/documentation#2971

Taskid: 3071640
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-02-01 18:19:42 +01:00
Donatienne Pirlot
dc490cf482 [MOV] purchase: moving doc page from accounting to purchase
Moving the Manage vendor bills page from the accounting app to the purchase app as it is
more relevant.

closes odoo/documentation#3454

Taskid: 2687652
X-original-commit: b5febf2299
Signed-off-by: Zachary Straub <zst@odoo.com>
2023-01-31 23:33:51 +01:00
thkl-odoo
d06371c30b [IMP] install/maintain: clarification in the upgrade SLA
The Service Level Agreement has to be updated. Any additional line of
code, without using studio, in standard modules is not supposed to be
covered by the upgrade team. It is slightly different than the point
telling "development of custom modules"

closes odoo/documentation#3448

X-original-commit: f469e4ef81
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-01-31 21:47:16 +01:00
Melanie Nguyen (meng)
df5d0a3cfb [IMP] sales: fix returns and refunds
closes odoo/documentation#3435

X-original-commit: 2fb777e3e8
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Melanie Nguyen (meng) <meng@odoo.com>
2023-01-30 22:17:23 +01:00
Simon Goffin
d81513ed1c [FIX] content: The outlook add-in URL
The outlook add-in URL was not updated

opw:3131547

closes odoo/documentation#3409

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-01-30 11:30:27 +01:00
Sam Lieber (sali)
6f5a97705d [ADD] inventory: setup sendcloud shipping
closes odoo/documentation#2864

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-01-30 09:59:12 +01:00
Jonathan Castillo (jcs)
14154737d2 [IMP] accounting: update how to get api keys for silverfin integration
task 2918697

closes odoo/documentation#3426

X-original-commit: 9a0bf7bb0e
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-01-27 14:37:57 +01:00
avg-odoo
dd241b171d [IMP] install/maintain: update content of upgrade SLA
The maintenance fees cover the maintenance of the custom code (whoever
did it) and are not specifically dedicated to custom code written by
Odoo development teams

closes odoo/documentation#3420

X-original-commit: 92de7ccb2d
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-01-26 23:16:38 +01:00
KC (ksc)
28237e3835 [IMP] surveys:update get started docs
closes odoo/documentation#3414

X-original-commit: 3cf6e25f06
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Kevin Scannell (ksc) <ksc@odoo.com>
2023-01-26 22:17:14 +01:00
Mathieu (mano)
620387b9e8 [IMP] toctrees: redesign and new card component
The goal of this commit is to propose a first step towards a new
`.. card::` directive for the toctrees. This is a first design
proposition for this new card component in raw html for the fallback
page `howtos.rst`

The long term objective is to redesign the toctrees by implementing card
components, clearer toctree list design and custom html pages.

Related to task-3059229

closes odoo/documentation#3406

X-original-commit: 53035435f9
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-01-26 18:14:09 +01:00
Donatienne Pirlot
4f5bc3026e [IMP] : accounting : manage a financial budget documentation
closes odoo/documentation#3399

X-original-commit: 78d3cf489a
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Pirlot Donatienne (dopi) <dopi@odoo.com>
2023-01-26 08:17:44 +01:00
Jess Rogers (jero)
b34e8b6344 [IMP] helpdesk: close_ticket.rst cleanup
closes odoo/documentation#3386

X-original-commit: 8396c2a4ad
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2023-01-24 20:02:22 +01:00
Nishant Jain (niai)
8245b99acb [ADD] accounting/l10n: add section about E-waybill (India)
closes odoo/documentation#3393

X-original-commit: 97e914b340
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-01-24 18:56:41 +01:00
Victor Feyens
55a96bbe51 [ADD] finance: explain how to disable online invoice payment
closes odoo/documentation#3383

Related: odoo/odoo#110177
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-01-23 16:48:16 +01:00
LoredanaLrpz
8796ff1310 [ADD] knowledge: main, editing and properties pages
Task ID: 3035887

closes odoo/documentation#2838

Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-01-23 16:47:45 +01:00
LoredanaLrpz
38c3897f85 [IMP] POS: improve and update the barcode page (text & screenshots)
Task ID: 3004918

closes odoo/documentation#3365

X-original-commit: 8138b95b0b
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-01-20 17:13:13 +01:00
nle-odoo
420c066e01 [FIX] developer/guidelines: odoo addons import order
The example for import order is a little confusing since it is wrong.

closes odoo/documentation#3379

X-original-commit: f7b1f66b8c
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Nicolas Lempereur (nle) <nle@odoo.com>
2023-01-20 16:08:15 +01:00
Antoine Vandevenne (anv)
4c1a09a908 [IMP] supported_versions: add end of support dates for SaaS versions
closes odoo/documentation#3366

X-original-commit: ebce333c73
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-01-19 18:50:26 +01:00
pedrambiria
cb9ca25a63 [FIX] productivity/outlook: correct link for plugin installation
Forward-port of a8c58815f3 for 16.0+

closes odoo/documentation#3349

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2023-01-19 17:51:06 +01:00
Jonathan Castillo (jcs)
4df31a2c77 [ADD] accounting: configuration of silverfin integration
task-2918697

closes odoo/documentation#3357

X-original-commit: 7f6535dcc8
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-01-18 19:56:50 +01:00
fdardenne
a70665ef34 [FIX] developer: remove merge text in chapter 6
closes odoo/documentation#3348

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-01-18 11:49:18 +01:00
Sam Lieber (sali)
5b9d1cba2a [FW][ADD] maintain: connect office365 with azure oauth
closes odoo/documentation#3347

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-01-18 11:49:15 +01:00
Wesley Kao (weka)
481dbf8988 [IMP] MRP: edited semi-finished products user doc
closes odoo/documentation#3337

X-original-commit: 79e08557d3
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-01-17 10:22:40 +01:00
Ray Carnes
527c9469cd [IMP] sales: update portal.rst
Removed old and probably not needed image of the dashboard showing the Contacts App

closes odoo/documentation#3343

X-original-commit: 4d3a10e8cd
Signed-off-by: Zachary Straub <zst@odoo.com>
2023-01-16 21:37:37 +01:00
Xavier BOL (xbo)
f51633fdd5 [IMP] backend: add groups_draggable option in kanban view
Related PR: odoo/odoo#97447

task-2941335

closes odoo/documentation#3312

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-01-16 10:03:46 +01:00
Donatienne Pirlot
3ddc0eaada [ADD] accounting: add documentation related to the Kenyan localization
closes odoo/documentation#3329

Id: 3089195
X-original-commit: cc0285144a
Signed-off-by: Pirlot Donatienne (dopi) <dopi@odoo.com>
2023-01-13 16:51:41 +01:00
stefanorigano (SRI)
2ca32b40bc [IMP] scss: update, improve preexisting content
Add a new content focused on SCSS and user-interface.

- SCSS coding guidelines: regroup information already available (eg [1])
  or based on "oral tradition".
  The aim is not to establish new rules, ~99% of the current codebase
  is already compliant.

- SCSS inheritance: explain how SCSS assets management works in odoo.
  For example, people still find confusing that overrides are defined
  *before* the variable to customize.

- SCSS optimization tips: suggestions to lean SCSS code. Based on SCSS
  optimization task's know-how [2].

- CSS variables: explain how this feature is commonly used in odoo to
  adapt layout & design without raw CSS overrides.

- UI Icons: Add link to fontAwesome4 library . Replace the picture of
  odoo icons with the actual font (90kb image VS 15Kb font)

[1] https://github.com/odoo/odoo/wiki/SCSS-coding-guidelines
[2] https://www.odoo.com/web#id=2704984&menu_id=4720&cids=1&model=project.task&view_type=form

task-3090800

closes odoo/documentation#3093

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-01-12 18:19:27 +01:00
fdardenne
54628b4f5b [IMP] developer: JavaScript tutorial: chapter 3-7
This commit adds the chapter 3,4,5,6 and 7 of the JavaScript web
framework tutorial.

This new tutorial allows people to discover Owl and the building blocks
of the Odoo JavaScript framework.

closes odoo/documentation#3222

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Co-authored-by: Géry Debongnie <ged@odoo.com>
Co-authored-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-01-12 16:00:50 +01:00
Olivier Dony
d4de89f2e6
[CHG] legal: partnership contract v10 (update SH commission)
Version not bumped for ES translation, since it needs other updates
first
2023-01-09 11:55:23 +01:00
Olivier Dony
43614ec5ef
[FIX] legal: show license for Odoo 16 2023-01-09 11:43:39 +01:00
Sam Lieber (sali)
087291adc8 [ADD] maintain: setup mailjet api
closes odoo/documentation#3306

X-original-commit: 197a1cc932
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2023-01-06 16:55:48 +01:00
Mahmoud Metwally
9705552a6b Update qweb.rst
closes odoo/documentation#3288

X-original-commit: 8cde1f7b74
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-01-04 15:10:00 +01:00
Sam Lieber (sali)
1b701dc6f3 [FIX] maintain: correct cname definition
closes odoo/documentation#3280

X-original-commit: 96cbb2375b
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-01-03 23:43:05 +01:00
Jason (jaae)
b00c3c8246 [IMP] project: adding description to app page
closes odoo/documentation#3273

X-original-commit: cfaf4386c2
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-01-03 21:00:21 +01:00
Mahmoud Metwally
9c9c20110c [FIX] rdtraining: fix writing errors
closes odoo/documentation#3266

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-01-03 19:07:18 +01:00
Antoine Vandevenne (anv)
784fc69d47 [IMP] contributing/documentation: rewrite the contribution guide
This commit restructures the contributing/documentation page to re-use
content introduced with the contributing/development page and to
display the two ways to contribute (github vs git) in content tabs
rather than sections.

The guide is simplified and updated to delegate long explanations to
other pages or websites, remove useless images and focus on getting
users ready to contribute.

task-2897123

Part-of: odoo/documentation#3260
2023-01-03 13:27:06 +01:00
Antoine Vandevenne (anv)
8d94f66d81 [ADD] contributing/development: add a guide to contribute to the codebase
In addition, this commit extracts the git guidelines from the coding
guidelines. This helps link the git guidelines and unclutter the coding
guidelines, which should focus on only the programming languages.

task-2897123

Part-of: odoo/documentation#3260
2023-01-03 13:27:05 +01:00
LoredanaLrpz
4b258e1401 [IMP] pos: update tip info, remove and update screenshots
closes odoo/documentation#3059

Taskid: 3005150
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-01-02 17:08:04 +01:00
Michelle Vu (mivu)
883814c50e [IMP] Calendar: Outlook sync warning
If committed, this will add a more elaborate warning on what users must
do before syncing Odoo Calendar and Outlook Calendar. It also removes
mentions of the import/export process and archiving events, as these
methods will not prevent email spam from Outlook.

closes odoo/documentation#3233

X-original-commit: 5979a772e6
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Michelle (mivu) <mivu@odoo.com>
2022-12-27 22:12:37 +01:00
oco-odoo
bf2d3d9ed2 [IMP] accounting: full documentation of the new report engine
Engine report for accounting.

closes odoo/documentation#2784

Taskid: 3042880
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-12-21 16:55:24 +01:00
Sam Lieber (sali)
b8a1829fb6 [IMP] general: add notes about dev mode toggle
closes odoo/documentation#3210

X-original-commit: 54b903e512
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2022-12-19 19:44:06 +01:00
LoredanaLrpz
4070f64467 [IMP] POS: upgrade the getting started page for 16.0
Task ID: 3090486

closes odoo/documentation#3218

X-original-commit: fb5c128fb7
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2022-12-19 17:45:55 +01:00
Antoine Vandevenne (anv)
3b80d99db7 [FIX] legal: fix path to PDF version of legal agreements
closes odoo/documentation#3215

X-original-commit: 94cbce843b
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-12-16 18:02:43 +01:00
Zachary Straub (ZST)
73566a9a77 [IMP] email: add mail.default.from_filter
closes odoo/documentation#3209

X-original-commit: df041b1212
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
Signed-off-by: Zachary Straub <zst@odoo.com>
2022-12-15 20:12:40 +01:00
fdardenne
1bd7e803e0 [IMP] developer: JavaScript tutorial: enhance chapter 1
This commit adds several small information on chapter 1 of the training
 owl:

- 1.1 How to get to the playground controller
- 1.2 Add a reference on sub component
- 1.4 How to activate the dev mode in owl

closes odoo/documentation#3177

Signed-off-by: Dardenne Florent (dafl) <dafl@odoo.com>
2022-12-14 17:56:07 +01:00
Tom Aarab (toaa)
adf0596a5f [IMP] odoo.sh: Python libraries and packages
Added a note on packages and extensions support

closes odoo/documentation#3187

Taskid: 2836438
X-original-commit: b1f92ba879
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2022-12-13 09:02:09 +01:00
LoredanaLrpz
6b6104f081 [ADD] pos: Stripe payment terminal + link to doc in payment provider
Task ID: 2574495

closes odoo/documentation#2891

Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2022-12-12 19:10:38 +01:00
Horacio Tellez
924e6a2339 [FIX] rdtraining: remove outdated line about journal_id in chapter 14
In chapter 14 there was a line pointing to how to deduce a default journal for an `account.move` record.
This is no longer needed as the journal is automatically deduced using the `move_type`. Also, the link
point to an outdated line of code that causes an error.

closes odoo/documentation#3182

X-original-commit: 67a75a3e11
Signed-off-by: Horacio Tellez Perez (hote) <hote@odoo.com>
2022-12-12 09:55:44 +01:00
Valentin Vallaeys (vava)
b2d0ab29a5 [FIX] developer: better definition for oe_inline
closes odoo/documentation#3171

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-12-09 15:19:04 +01:00
Antoine Vandevenne (anv)
fa2d0f6363 [IMP] conf.py, *: interpolate the version and releases in the content
This commit replaces hard-coded occurrences of the version and of the
last, current and next releases' version with placeholders interpolated
at build time to avoid manually updating these after each freeze.

task-2917614

closes odoo/documentation#3166

X-original-commit: 12e1085199
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-12-09 10:40:06 +01:00
KC (ksc)
f2acac5cae [ADD] marketing automation: added 'getting started' section and docs to round out documentation
closes odoo/documentation#3161

X-original-commit: 4f6b03dc5b
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-12-08 17:46:59 +01:00
fdardenne
c5c6daef22 [IMP] developer: JavaScript tutorial: chapter 2
This commit adds the chapter 2 of the JavaScript tutorial.

This new tutorial allows people to discover Owl and the building blocks
of the Odoo JavaScript framework.

closes odoo/documentation#3105

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Co-authored-by: Géry Debongnie <ged@odoo.com>
Co-authored-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-12-08 16:43:13 +01:00
Antoine Vandevenne (anv)
6472593cc0 [IMP] contributing: list the ways to contribute to Odoo
task-2897123

closes odoo/documentation#3154

X-original-commit: a309372d83
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-12-08 15:39:14 +01:00
Donatienne Pirlot
da49f6f3e4 [IMP] accounting: different ways to record a payment
closes odoo/documentation#3147

X-original-commit: 7a57fb3c81
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-12-08 12:29:09 +01:00
Morgane (morm)
a52a9eef2d [IMP] documentation: legal page design
Prior to this commit, the terms and conditions were displayed in a table
with all the languages and it was not practical for the futur, with many
more languages.

task-3073198

closes odoo/documentation#3136

X-original-commit: d7b69d802a
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-12-07 18:44:34 +01:00
jopa-odoo
f9db0854b7 [IMP] legal/fr: fix typos, spellcheck French translation
No changes to actual contents/semantics.

closes odoo/documentation#3135

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-12-07 18:44:31 +01:00
Zachary Straub (ZST)
2f93f2ae7e [IMP] CRM: updating flow and screenshots about lead mining
Task: 2543815
Cherry pick from #998

Omitted changes proposed in the **track_leads** directory (e.g. `lead_scoring.rst` + image folder). Both the content and image updates were already pushed from another PR so what was proposed on #998 was outdated and no longer necessary.

What’s left over are the original proposed changes in #998, within the **acquire_leads** directory which include updates to `lead_mining.rst` and corresponding image files.

On top of these proposals, I went ahead and made the following changes:

- renamed the image files in the asset directory, since they were using outdated naming convention (e.g. LM1.png, LM6.png, LM7.png)
- cleaned up rst formatting issues (headings, line breaks, added guilabels, etc.)
- rewrote document so content was more concise + followed content guidelines. You can see the first version of proposals here to compare the changes made.

closes odoo/documentation#3130

X-original-commit: 2416a2e5e9
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Zachary Straub <zst@odoo.com>
2022-12-07 17:43:56 +01:00
“Chiara
fcba85bc71 [ACC] accounting: Forecasting bills
closes odoo/documentation#3126

Tasikd: 3069519
X-original-commit: 939d40c16d
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: chiaraprattico <chpr@odoo.com>
2022-12-07 12:42:32 +01:00
“Chiara
0c5769cc87 [IMP] accounting: tax return
closes odoo/documentation#3116

X-original-commit: 1db9968faa
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: chiaraprattico <chpr@odoo.com>
2022-12-07 09:33:03 +01:00
Melanie Nguyen (meng)
db4f26f0db [IMP] mail plugins: gmail plugin updates
Updated to reflect how to download Gmail Plugin from Google Workspace Marketplace for Odoo Online users; added new images

Closes Odoo Task 3001713

closes odoo/documentation#3110

X-original-commit: 88e00bf021
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-12-07 09:32:59 +01:00
Donatienne Pirlot
64e952bbe1 [IMP] sign: update the documentation related to sign app
closes odoo/documentation#2923

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-12-06 17:36:43 +01:00
Sam Lieber (sali)
39e7282e32 [IMP] accounting/l10n: AR update documentation
closes odoo/documentation#3106

X-original-commit: efb165d791
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-12-06 16:24:09 +01:00
“Chiara
88149f5b56 [IMP] accounting: SEPA
closes odoo/documentation#3099

Taskid: 2890089
X-original-commit: 5628762fae
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
Signed-off-by: chiaraprattico <chpr@odoo.com>
2022-12-06 08:52:58 +01:00
Tom Aarab (toaa)
3c95e8596e [IMP] paypal: typo update
V14 has a dedicated "Fees" tab for PayPal, current documentation does not reflect that.

closes odoo/documentation#3086

Taskid: 3089273
X-original-commit: d774094e87
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2022-12-03 00:36:16 +01:00
LoredanaLrpz
8ae05b9a4b [IMP] POS: improve the page - update text and screenshots
closes odoo/documentation#3048

Taskid: 3004917
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-12-02 23:39:00 +01:00
Tom Aarab (toaa)
a1f4c3704b [IMP] Payment providers: advertise and document the "demo" provider
New page to document the new features of the demo payment provider, and
modifications to related pages

task id: 2982367

closes odoo/documentation#2736

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-12-02 22:45:22 +01:00
LoredanaLrpz
1197494895 [IMP] pos: update and improve the page and screenshots
closes odoo/documentation#3072

Taskid: 3062150
X-original-commit: f2b8645a3c
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2022-12-02 14:38:00 +01:00
“Chiara
068a3e7dcb [IMP] accounting: update payments by check
closes odoo/documentation#3067

Taskid: 3062532
X-original-commit: 528d16c611
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: chiaraprattico <chpr@odoo.com>
2022-12-02 11:38:16 +01:00
fdardenne
62051b643f [ADD] developer: add a tutorial on Owl
This commit adds the introduction and the chapter 1 of the new
Owl/JavaScript framework tutorial.

This new tutorial allows people to discover Owl and the building blocks
of the Odoo JavaScript framework.

closes odoo/documentation#2845

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Co-authored-by: Géry Debongnie <ged@odoo.com>
Co-authored-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-12-01 18:04:17 +01:00
Jonathan Castillo (jcs)
a895603a16 [IMP] contribution: typo in documentation.rst
closes odoo/documentation#3055

X-original-commit: f0fa7a2e22
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-11-30 16:01:27 +01:00
Sam Lieber (sali)
e4bb11b1f8 [ADD] discuss: specific email server from
closes odoo/documentation#2992

X-original-commit: ce1d0b216d
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2022-11-30 16:01:01 +01:00
Antoine Vandevenne (anv)
828568afba [IMP] contributing/documentation: suggest to clone with ssh
GitHub requires users to "use token-based authentication for all
authenticated operations", for example `git push`. See
https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/

This commit suggests new contributors to clone the repository with SSH
so that the remote URL is automatically configured with the SSH
protocol.

task-3036845

closes odoo/documentation#3041

X-original-commit: dfb7801484
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-11-29 15:44:58 +01:00
Wesley Kao (weka)
2af0557a19 [IMP] MRP: updated Kits doc rst content
Went through the existing kits documentation and changed a lot of the
content, as much of it was outdated. Also replaced the images with new
ones.

closes odoo/documentation#2996

X-original-commit: 426b66ec7b
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: weka-odoo <weka@odoo.com>
2022-11-28 19:19:32 +01:00
“Chiara
d8f9c121ff [IMP] accounting: batch payments sdd
Forward to 16.0

closes odoo/documentation#3035

X-original-commit: fe2d694aff
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: chiaraprattico <chpr@odoo.com>
2022-11-25 12:46:50 +01:00
Ivan Kropotkin
17bb126cab [FW][FIX] developer/reference: code example
closes odoo/documentation#3027

Forward-port-of: odoo/documentation#2943
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-11-25 03:52:51 +01:00
Donatienne Pirlot
84e900f0f3 [IMP] Documents: improve and update the Documents documentation
closes odoo/documentation#2887

Id: 2899532
Signed-off-by: Pirlot Donatienne (dopi) <dopi@odoo.com>
2022-11-25 01:23:52 +01:00
Victor Feyens
b2121b7891 [FIX] developer/*: code blocks linting & fixes
invalid xml
invalid python
correct indentation

closes odoo/documentation#3001

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-11-24 21:38:37 +01:00
Victor Feyens
387cf15e7f [FIX] developer/*: consistent code-block language specification
Part-of: odoo/documentation#3001
2022-11-24 21:38:37 +01:00
Loan (lse)
a13d93cb93 [IMP] point_of_sale: Adyen Event URLs configuration
Add more details as of how to set Adyen Event URLs.
This is important to configure as it is necessary to
receive a callback from Adyen terminal when a transaction
have been done.

OPW-3041117
OPW-3041117

closes odoo/documentation#3021

X-original-commit: aa9126b037
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-11-23 21:41:51 +01:00
Jeff Nyalik
e44a8c49bb [FIX] rdtraining: fix typo
Kind of a typo here " it will not possible" to "it will not be possible"

closes odoo/documentation#3016

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-11-23 18:39:58 +01:00
Tori (vpk)
ec85d1e843 [ADD] Sales: new doc about returns and refunds
Task Number: 2514789

closes odoo/documentation#2988

X-original-commit: be0a995e21
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-11-23 18:39:52 +01:00
Donatienne Pirlot
06e1272491 [IMP] upgrade: updating screenshots and process steps
closes odoo/documentation#3014

X-original-commit: f0f6083ee5
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-11-22 20:12:08 +01:00
william-andre
025e365a9b [IMP] cli: suggest auto complete script
Add a hint to how to build autocompletion values for odoo-bin

closes odoo/documentation#3008

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-11-22 16:13:38 +01:00
Victor Feyens
e9c26512e6 [IMP] developer/howtos: deprecate themes tutorial
This tutorial was already outdated in 13.0 (but
supposedly working).

In 14.0+, a lot of changes happened in website logic,
especially for 'website option definitions', breaking
the existing theme tutorial.

Considering the fact that a new tutorial is being made,
and that fixing the whole existing tutorial would be
a big work, it will be kept, but hidden as 'most things
being said still make sense'.

closes odoo/documentation#3005

X-original-commit: 9cc60baf46
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-11-21 20:12:45 +01:00
Victor Feyens
568e8a28fa [FIX] developer/mobile: use spaces and not tabs for indentation
closes odoo/documentation#2983

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-11-18 20:30:01 +01:00
Victor Feyens
1b811f8de8 [FIX] *: unbalanced literal markups
Part-of: odoo/documentation#2983
2022-11-18 20:30:01 +01:00
Victor Feyens
c367974170 [FIX] *: remove trailing whitespaces
Part-of: odoo/documentation#2983
2022-11-18 20:30:01 +01:00
Victor Feyens
968ed0a17a [FIX] *: enforce 1 newline on files end
Part-of: odoo/documentation#2983
2022-11-18 20:30:00 +01:00
Wesley Kao (weka)
2785e845df [IMP] MRP: updated bills of materials rst content
Reviewed the 15.0 doc for Bills of Materials and made some edits to
clean up inconsistencies and made minor wording changes.

closes odoo/documentation#2964

X-original-commit: 1645e8c3da
Signed-off-by: Zachary Straub <zst@odoo.com>
2022-11-17 21:08:58 +01:00
Victor Feyens
31f9b8a56d [CLN] core: upgrade to python 3.6
& sort imports

closes odoo/documentation#2975

X-original-commit: 57784a2f90
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-11-17 17:20:55 +01:00
Donatienne Pirlot
ded5983ebb [IMP] accounting: update the doc related to internal transfers
closes odoo/documentation#2950

Id: 2901915
X-original-commit: d36bacb54a
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Pirlot Donatienne (dopi) <dopi@odoo.com>
2022-11-15 18:32:56 +01:00
jopa-odoo
5f5912bb5f
[IMP] Legal: Update Dutch translation
Update of the Dutch translation of Odoo Enterprise Subscription agreemnt
2022-11-15 17:53:04 +01:00
Donatienne Pirlot
e381c454a2 [IMP] accounting: ai powered document digitization page updated
ID: 2989846

If you feel that it might help a future reader to understand your commit

closes odoo/documentation#2751

Signed-off-by: Pirlot Donatienne (dopi) <dopi@odoo.com>
2022-11-15 14:10:01 +01:00
Donatienne Pirlot
cc65809ec5 [ADD] accounting: provide information on the tax carryover feature
closes odoo/documentation#2889

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-11-15 10:34:40 +01:00
Julien Castiaux
67cb3acd6a [FIX] deploy.rst: nginx config for static files
In case of a source install the various places where static files can be
found are spread on the filesystem. The previous configuration sample
used custom internal locations but it turns out that it is only possible
to `try_files` on filesystem paths and on "named location (@ ones)".

This commit fixes the configuration sample so that it works for the
given situation where community and enterprise has been cloned from git.

task-3049538

closes odoo/documentation#2902

Signed-off-by: Julien Castiaux <juc@odoo.com>
2022-11-14 17:54:09 +01:00
Christophe Monniez
62f9a96972 [FIX] install: update 15.0 references to 16.0
closes odoo/documentation#2848

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-11-14 15:07:36 +01:00
Loan (lse)
3ee58b5816 [IMP] iot: Add part regarding screen
Add  more details as of how to connect a screen to the IoT box
and how it can be used.

OPW-2962462

closes odoo/documentation#2939

X-original-commit: 21edc4fcc7
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-11-14 14:06:10 +01:00
Tom Aarab (toaa)
adbf2aa7cc [IMP] accounting: updated chart of accounts v15
Creating account groups part was outdated.

task id: 2950820

closes odoo/documentation#2932

X-original-commit: 60ad93ea31
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2022-11-10 15:37:26 +01:00
Tom Aarab (toaa)
accafb84ad [IMP] TaxCloud: updated doc
Changed out-of-date function and updated doc/changed grammar. Forward up to 16 (16 exluded)

task id: 2909436

closes odoo/documentation#2907

X-original-commit: 7cf109db1e
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2022-11-08 11:47:04 +01:00
Tom Aarab (toaa)
20cc128956 [IMP] accounting: updated multiple payments page
Previous page was based on V13. Forward up to 16.

closes odoo/documentation#2918

Taskid: 3045197
X-original-commit: e4839ea7e9
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-11-07 14:43:47 +01:00
Tom Aarab (toaa)
dd4b9fbdd9 [IMP] accounting: updated bank statement page
Previous version used V13 screenshots.

task - 2902004

closes odoo/documentation#2913

X-original-commit: de7fddab6c
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-11-07 11:03:17 +01:00
Chong Wang (cwg)
f2fd03b8fc [IMP] orm/changelog: store translations in jsonb
closes odoo/documentation#2801

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-11-03 14:42:10 +01:00
Xavier
837c342b87 [ADD] Studio: PDF reports
closes odoo/documentation#2894

Id: 2978638
X-original-commit: 5ad9d5eb0b
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2022-11-02 20:17:04 +01:00
“Chiara
9b88280cc2 [IMP] accounting: Bank Synchronization: automatic import
closes odoo/documentation#2899

X-original-commit: 7fb5a21d64
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-11-02 18:51:55 +01:00
Antoine Vandevenne (anv)
cdb4b9398c [IMP] extensions/spoilers: add an extension for spoilers
It is often needed in developer tutorials to show excerpts of code for
examples and solutions. This takes quite some page space and, for the
latter, it is not always desired to show the final code result right
after the exercise objective.

This commit adds a spoiler feature to the documentation to allow hiding
content until the reader wants to display it.

The feature relies on the new `.. spoiler:: Button label` directive.

task-3036845

closes odoo/documentation#2876

X-original-commit: 4d7a88639a
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Co-authored-by: Morgan Meganck <morm@odoo.com>
Co-authored-by: Stefano Rigano <sri@odoo.com>
2022-10-28 15:51:21 +02:00
Donatienne Pirlot
9f723e83ae [IMP] accounting: update and improve the cash basis taxes documentation
closes odoo/documentation#2871

Id: 2381690
X-original-commit: 8770938a97
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-10-28 15:51:17 +02:00
Donatienne Pirlot
f0ea16abf3 [IMP] accounting: update the bank accounts documentation
ID:2607774

closes odoo/documentation#2880

X-original-commit: 285252d1fd
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-10-28 13:18:09 +02:00
Olivier Dony
11b4f790d0
[IMP] legal: OE v10a - clarified wording for Section 5.1
The "(at that time") wording could be confusing - the goal was really to
refer to the price at the time of the deviation, not the price at the
conclusion of the agreement. This should be clearer.

Validated with SBR.
2022-10-27 18:14:13 +02:00
Victor Feyens
c8ab8908da [FIX] developer/guidelines: do not mention deprecated xml tags
act_window & report xml tags have been deprecated by
6835aeb0de
two years ago, we should avoid mentioning them in the guidelines.

Furthermore, in 17.0 they won't be available anymore.

closes odoo/documentation#2861

X-original-commit: 758463edd4
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-10-25 18:59:54 +02:00
Victor Feyens
1225c93112 [FIX] developer/cli: remove unsupported cli options
Removed by c0647b5c52

Fixes odoo/odoo#104060

closes odoo/documentation#2856

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-10-25 18:59:51 +02:00
Zachary Straub (ZST)
edf9e1ac62 [IMP] inventory: thd batch updates
closes odoo/documentation#2854

X-original-commit: ac3ec17266
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-10-25 18:59:49 +02:00
niyasraphy
3f34c3874c [IMP] report_barcode function: parameter type to barcode_type
ee324e8374

closes odoo/documentation#2843

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-10-24 16:52:54 +02:00
Christophe Monniez
1c2d59b280 [FIX] install: update installation from the nightly debian repo
As the `apt-key` command will is deprecated and will be removed in the
next Debian release, it's time to update the documentation.

closes odoo/documentation#2840

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-10-24 15:54:46 +02:00
Jonathan Castillo (jcs)
9b69e0d77e [IMP] *: Remove "SaaS" to keep only the "Odoo Online" appellation
task-3034812

closes odoo/documentation#2836

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-10-21 16:19:58 +02:00
Jonathan Castillo (jcs)
2c17b6fb4a [IMP] *: consistency for the use of "Odoo Online" (and SaaS)
task-3034812

Part-of: odoo/documentation#2836
2022-10-21 16:19:58 +02:00
nbe-odoo
87392b7262 [FIX] website: rst and file organization for plausible.rst
- external links
- notes
- indentation
- media filenames
- images compression
- images alt tags
- light content improvement

closes odoo/documentation#2820

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
Co-authored-by: Nicolas Bebawi (nbe) <nbe@odoo.com>
Co-authored-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2022-10-20 15:44:12 +02:00
zzk2000
fc39619be4 [FIX] administration/install: Odoo 16 distribution link
closes odoo/documentation#2817

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-10-20 15:44:10 +02:00
tsm-odoo
9ed3575f19 [IMP] install: add $connection_upgrade map documentation
Before this commit, following the install documentation to setup
the odoochat server would fail. This was due to the fact that the
documentation about how to define the `$connection_upgrade` variable
was missing.

This PR fixes this issue.

closes odoo/documentation#2807

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-10-20 15:44:07 +02:00
Olivier Dony
3f9a2f97d7
[IMP] legal: make PDF links relative
This way we don't need to update the links nor risk a desynchronization
between the version of the PDF and the HTML.

Previously version 15.0 and 16.0 still referenced the 14.0 PDFs
(which are the same at the moment, but still...)
2022-10-19 19:11:17 +02:00
Olivier Dony
0b36e6b567
[FIX] legal: enterprise terms FR fall 2022 pricing typo 2022-10-19 18:53:17 +02:00
“Friederike
99de3b637c
[FIX] legal: enterprise terms DE translation update (v9c) 2022-10-19 18:53:17 +02:00
Elias
90513b30dc [FIX] developer/howtos/rdtraining: Update warning message
Update warning output for missing access rules.
Also reflect up-to-date contents of res.country.state.csv.

closes odoo/documentation#2825

X-original-commit: e21dbd01c9
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-10-18 12:53:39 +02:00
Victor Feyens
93b383e95d [FIX] *: Odoo 16 requires postgresql 12
Update the minimal version in the installation doc
Make all postgresql docs references target the v12 documentation
Fix some non http links on the way

closes odoo/documentation#2821

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-10-17 23:02:34 +02:00
Olivier Dony
590d505c67
[FIX] legal: fixup for 8a62493495
Missing small change
2022-10-13 12:10:25 +02:00
Olivier Dony
8a62493495 [CHG] legal: enterprise terms for fall 2022 pricing
- removal of "per app" notion
- addition of "subscription plan" notion
2022-10-13 11:50:39 +02:00
Antoine Vandevenne (anv)
a70f74dba8 [IMP] supported_version: release 16.0 and deprecate 13.0
closes odoo/documentation#2813

X-original-commit: 3c61d24b1d
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-10-11 21:21:48 +02:00
Demesmaeker
91f3859a53 [IMP] sale_amazon: support all marketplaces
task-2939972

closes odoo/documentation#2749

Related: odoo/enterprise#31387
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-10-11 13:10:45 +02:00
Victor Feyens
7c42ab8eaf [IMP] developer/orm: environment documentation
Move Environment explanation to the class docstring and autogenerate the
doc

Add documentation on some util methods.

closes odoo/documentation#2798

Related: odoo/odoo#102896
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-10-10 18:03:50 +02:00
Victor Feyens
b7f5b3e04b [FIX] developer/iap: wrong :class: element
Part-of: odoo/documentation#2798
2022-10-10 18:03:49 +02:00
Antoine Vandevenne (anv)
7696235acb [IMP] reference/payment: auto-document the method _get_removal_values
Task - 3002532

closes odoo/documentation#2799

Related: odoo/odoo#102265
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-10-10 17:00:20 +02:00
Antoine Vandevenne (anv)
668ac2c650 [ADD] reference/standard_modules: API reference for the payment engine
task-2804999

closes odoo/documentation#2782

Related: odoo/odoo#101756
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-10-07 20:12:06 +02:00
Xavier-Do
811510fbcb [ADD] developer/reference: add a reference page on performance
closes odoo/documentation#2793

X-original-commit: 4d8e3f9785
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
Co-authored-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-10-06 13:13:02 +02:00
Julien Van Roy
1387c5e8c3 [IMP] accounting/electronic_invoicing: update factur-x usage
Update Factur-X mentions and screenshot.

task-2957808
https://github.com/odoo/odoo/pull/99699

closes odoo/documentation#2693

Related: odoo/odoo#99699
Related: odoo/enterprise#31851
Signed-off-by: Julien Van Roy <juvr@odoo.com>
2022-10-06 02:49:03 +02:00
Denis Ledoux
0bdf714112 [IMP] developer/reference: move model view related methods out of orm
The model method `get_views` and `get_view` are moved
from `odoo/models.py` to `odoo/addons/base/models/ir_ui_view.py`.

The documentation is updated accordingly,
to put the documentation related to `get_views` in the
views chapter of the documentation.

closes odoo/documentation#2760

Related: odoo/odoo#101200
Signed-off-by: Denis Ledoux (dle) <dle@odoo.com>
2022-10-04 15:18:03 +02:00
Aleksander
508b089f68 [FW][IMP] howtos/rdtraining: give the meaning of "ACL"
closes odoo/documentation#2778

Forward-port-of: odoo/documentation#2774
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-10-01 15:11:40 +02:00
Jonathan Quique (jqu)
e74d239907 [IMP] email_communication: can't use Odoo STMP with another mail server
Customer may want to use their own SMTP for email marketing, and Odoo default SMTP for everything else. There is no good way to do this. Previously we suggested adding Odoo SMTP as an outgoing email server but we don't want to share credentials anymore.
R&D is working on a solution (e.g. showing the Odoo default email server in the list rather than keeping it as an "hidden feature") but for the time being, if you use an outgoing email server, you give up using the Odoo default SMTP.

closes odoo/documentation#2770

X-original-commit: 7b21e6001b
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-09-29 18:28:39 +02:00
Wesley Kao (weka)
26cf8a0583 [IMP] MRP: updated Variants BOM Management rst content
closes odoo/documentation#2763

X-original-commit: b3d5e928aa
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-09-27 19:43:46 +02:00
Jonathan Castillo (jcs)
81352e98b2 [IMP] website: register domain name menu path
closes odoo/documentation#2765

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-09-27 16:13:03 +02:00
Fabrice Henrion
4de66e2cd9 [FIX] accounting: grammar fix in ponto
closes odoo/documentation#2758

X-original-commit: dad110c7cc
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-09-23 12:34:30 +02:00
Victor Feyens
c765ea9bad [REL] freeze 16.0 branch 2022-09-21 08:45:37 +02:00
Tom Aarab (toaa)
cdb71bb807 [IMP] accounting: update + merge of multiple multi-currency pages
task id: 2942040

closes odoo/documentation#2744

X-original-commit: 149353cf72
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Co-authored-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2022-09-21 02:25:58 +02:00
Jonathan Quique (jqu)
455f4a9359 [FIX] sales/crm: fix menu path and RST formatting
Cherry-pick of #2652:
>To view the Sales Team dashboard, go to `:menuselection:CRM --> Sales --> Teams.`

closes odoo/documentation#2739

X-original-commit: 1b7ec7ca20
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-09-20 22:50:55 +02:00
Tori (vpk)
fa5dcc6940 [ADD] Sales: adding doc about variants in orders
closes odoo/documentation#2735

Task: 2574874
X-original-commit: 05d10ab355
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-09-20 11:33:57 +02:00
Claire Bretton (clbr)
33196968df [IMP] developer/howtos/rdtraining: Add missing information about module category.
Adds explanations and directive for module category creation, so it can be used correctly at res.groups creation.

closes odoo/documentation#2729

X-original-commit: 338fe297b0
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-09-16 23:49:41 +02:00
Prakash Prajapati
8e4dedc9a1 [ADD] web_gantt: add pill_label attribute in gantt_view
task-2672783

closes odoo/documentation#2649

Related: odoo/enterprise#28372
Signed-off-by: Laurent Stukkens (ltu) <ltu@odoo.com>
2022-09-16 14:24:59 +02:00
Max
c260ecd39d [FW][IMP] developer/backend: correct filters attribute for calendar view fields
closes odoo/documentation#2724

Forward-port-of: odoo/documentation#2692
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-09-15 19:21:33 +02:00
Demesmaeker
10eee0fe7c [IMP] razorpay: warning for void not working
Fix payment flow + add information about the void not supported

closes odoo/documentation#2663

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-09-14 21:21:27 +02:00
Julien Castiaux
b2b6ec698a [IMP] developer/api/external_api: XML-RPC in PHP8
Starting PHP8, the XML-RPC extension is not available by default
anymore and must be installed separately.

closes odoo/documentation#2719

Task: 2613818
X-original-commit: 79e58e3db1
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-09-14 16:18:27 +02:00
Julien Castiaux
0e6a41d6d5 [IMP] content/developer/webservices
It is hard to find and learn about RPC in Odoo, users hardly know about
JSON-RPC as the only place where we talk about it in deep down in the
*How to make a Module* tutorial.

In the commit, we isolated the tutorial about RPC in a dedicated file,
that file is better referenced thanks to cross-references in some others
places that are talking about RPC

Task: 2884559
X-original-commit: 83c2e6de0b
Part-of: odoo/documentation#2719
2022-09-14 16:18:26 +02:00
Xavier
db65871c39 [ADD] accounting: data inalterability check report
Task ID: 2977343

closes odoo/documentation#2716

X-original-commit: 1d48967962
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-09-13 13:53:46 +02:00
Tori (vpk)
ae172a8520 [IMP] Sales: updating product variants overview and config
closes odoo/documentation#2711

Task: 2055940
X-original-commit: 01878ac966
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-09-13 13:53:44 +02:00
std-odoo
8f4c884f5f [IMP] mail: add documentation about the SSL SMTP authentication
Purpose
=======
Add the documentation about the SSL SMTP authentication
(2 new binary arguments) and also about the new from
filter binary argument.

The goal of those new arguments is to improve the score
of the emails sent by Odoo.

Task 2367946
See odoo/odoo/pull/61853
See odoo/upgrade/pull/1903

closes odoo/documentation#2706

X-original-commit: 2a01b21800
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-09-12 17:33:45 +02:00
Horacio Tellez
a83d44239a [IMP] finance,*: change of the term "acquirer" to "provider"
Changing the name of model payment.acquirer to payment.provider
and everything that it touches. It is technically incorrect to
use the term "acquirer" for systems that only provide a service
of payment.
After this commit the model payment.acquirer and everything
related to it will be renamed to payment.provider.

Task - 2842088

closes odoo/documentation#1981

Related: odoo/upgrade#3542
Related: odoo/odoo#90899
Related: odoo/enterprise#27131
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-09-09 13:38:04 +02:00
John Laterre (jol)
1b8754a67a [IMP] account_reports: create abstract model for custom reports
closes odoo/documentation#2673

Related: odoo/odoo#98973
Related: odoo/enterprise#30777
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-09-09 12:16:55 +02:00
Valentin Vallaeys (vava)
7de62ec00e [FIX] coding_guidelines: fix typos and add sql contraints
task-2977263

closes odoo/documentation#2701

X-original-commit: 8061470577
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-09-08 19:30:43 +02:00
Jonathan Castillo (jcs)
89cf77f760 [IMP] acc/l10n: minor change in mexico/pre-requirements
task-2971754

closes odoo/documentation#2691

X-original-commit: 8d482c831e
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-09-06 12:01:44 +02:00
Donatienne Pirlot
d157b18959 [IMP] accounting: update the information on recording payments
closes odoo/documentation#2685

Id: 2258464
X-original-commit: de3beb7e8a
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-09-06 07:56:41 +02:00
Jonathan Castillo (jcs)
eaa3e69e51 [IMP] install/maintain: add note about mailboxes in domain_names
task-2973080

closes odoo/documentation#2680

X-original-commit: 9089a78602
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-09-05 20:13:20 +02:00
Victor Feyens
e47b0379c3 [IMP] finance/acquirers: deprecate old acquirers
closes odoo/documentation#2686

Related: odoo/odoo#99025
Related: odoo/upgrade#3848
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-09-05 20:12:59 +02:00
Valentin Chevalier
624048c891 [IMP] payment_acquirers, stripe: add information about express checkout
task-2754209

closes odoo/documentation#2392

Related: odoo/odoo#88374
Related: odoo/enterprise#29915
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-09-05 14:49:40 +02:00
Jonathan Castillo (jcs)
df35905d72 [IMP] accounting/l10n: table with list of modules to install Luxembourg
closes odoo/documentation#2672

X-original-commit: 3083c2dbe6
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-09-02 17:46:13 +02:00
frin-odoo
1b7408bf19 [IMP] crm: grammar on google_spreadsheets
closes odoo/documentation#2669

X-original-commit: f39a43f697
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-09-02 17:46:05 +02:00
Nidhi Patel
f54dde63a5 [ADD] accounting/l10n: new localization page for India
closes odoo/documentation#2662

X-original-commit: 028c67041b
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Co-authored-by: Jonathan Castillo <jcs@odoo.com>
2022-09-01 23:27:48 +02:00
Mahendra Barad
119ecffb45 [ADD] payment_acquirers: add configuration steps for Razorpay
task-2800823

closes odoo/documentation#2149

Related: odoo/odoo#92848
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-09-01 19:16:22 +02:00
William Henrotin
d7ba0a6660 [FIX] inventory: fix typo
closes odoo/documentation#2655

X-original-commit: 1a10dced12
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-09-01 02:57:04 +02:00
Zachary Straub (ZST)
3a3e61af73 [IMP] finance/accounting: add Delivery Guide to CL localization
closes odoo/documentation#2647

X-original-commit: a6f2c55896
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-08-30 21:25:22 +02:00
Tommy (tong)
d719a63b5d [ADD] payment_acquirers: add configuration steps for AsiaPay
task-2845428

closes odoo/documentation#2628

Related: odoo/odoo#98441
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-08-30 20:22:47 +02:00
Horacio Tellez
9d1e6157bc [ADD] payment_acquirers: add documentation for Mercado Pago
Task - 2704764

closes odoo/documentation#2242

Related: odoo/odoo#83957
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-08-30 20:21:49 +02:00
Tommy (tong)
62d454875a [FIX] payment_acquirers: update Amazon Payment Services official website link
closes odoo/documentation#2642

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-08-30 02:50:56 +02:00
Tom Aarab (toaa)
bb128030a2 [IMP] accounting: updated foreign currency page
Foreign currency page was V13 only and outdated. Updated for V14.

task - 2904025

closes odoo/documentation#2639

X-original-commit: 0ba09280ad
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-08-27 05:25:48 +02:00
Jonathan Castillo (jcs)
28b25b876e [FIX] accounting: new tutorial link in payment_terms
task-2963526

closes odoo/documentation#2634

X-original-commit: 99519c93cb
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-08-27 03:34:04 +02:00
Tom Aarab (toaa)
5ce8981fb8 [IMP] accounting: fixed one-word mistake on B2B/B2C page
V13/14 only. Create fw-bot request for V15

task id: 2960682

closes odoo/documentation#2625

X-original-commit: bc7c65fbf6
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-08-26 21:37:00 +02:00
Julien Alardot (jual)
642968bfd8 [IMP] account, account_report, l10n_*: Introduce unified reporting engine
This commit adapts account's model to the new report engine introduced for v16, and updates the data files accordingly.

account.report model is now declared in community, together with the other models used by the reporting. This is done so that the tax tags can properly be created by the tax report and used on tax templates. All the actual computation logic stays in enterprise.

See enterprise commit for full details.

Task 2524389

closes odoo/documentation#2557

Related: odoo/odoo#94125
Related: odoo/enterprise#28648
Related: odoo/upgrade#3695
Signed-off-by: Julien Alardot (jual) <jual@odoo.com>
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-08-25 19:57:06 +02:00
tsm-odoo
6ec20abc53 [REF] deploy: adapt deployment documentation to websocket
closes odoo/documentation#2618

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-08-24 17:17:12 +02:00
Laurent Stukkens (LTU)
667da8bcff [IMP] developer: add default_period multi values support
Update the documentation accordingly to the support of multi values support
in the default_period attribute of the filter elements in the search views.

task-2941625

closes odoo/documentation#2551

Related: odoo/odoo#97321
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-08-22 18:03:16 +02:00
Julian Roussieau
2f283d72f5 [FIX] odoo_sh: change img who explain storage space
closes odoo/documentation#2617

X-original-commit: f52be8da2a
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-08-19 11:53:11 +02:00
Antoine Guenet
390126a28a [ADD] frontend: documentation for the editor's Powerbox
This adds a simple documentation for the editor's Powerbox and creates
the base for the editor's own documentation in general.

closes odoo/documentation#2586

Signed-off-by: Antoine Guenet (age) <age@odoo.com>
2022-08-19 11:52:46 +02:00
poma-odoo
ab03f8a9f3 [FW][FIX] developer/frontend: small typos
closes odoo/documentation#2610

Forward-port-of: odoo/documentation#2584
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-08-18 18:25:46 +02:00
Moens Alexandre
cd9657c3da [IMP] maintain : process for odoo.sh to odoo online
Correction to a typo that made the line completly nonsensical and made
people think that they could migrate just part of the database.

opw-2947684

closes odoo/documentation#2605

X-original-commit: a92671bd85
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-08-18 15:08:06 +02:00
Jonathan Castillo (jcs)
ba60d5a207 [FIX] iot: typo in devices/scale
task-2956495

closes odoo/documentation#2599

X-original-commit: 81a23de57d
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-08-18 13:46:56 +02:00
Antoine Vandevenne (anv)
0f113316ec [IMP] stripe: clarify the conditions for the support of a payment method
Even though the documentation was correct, it was confusing the reader
to state that local payment methods are considered enabled if their
related payment icon record does not exist in the database. The intended
meaning was that this statement only holds if the local payment method
is also supported, otherwise it cannot be enabled.

closes odoo/documentation#2592

X-original-commit: 8bcaa08531
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-08-18 13:46:41 +02:00
Laura Schauer
3b69390a11 [ADD] payment acquirers: add config steps for Amazon Payment Services
task-2802678

closes odoo/documentation#2532

Related: odoo/odoo#95860
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-08-17 17:20:52 +02:00
Donatienne Pirlot
29b1539201 [IMP] accounting: further information to be added regarding EDI
closes odoo/documentation#2581

Id: 2857860
X-original-commit: 0f42b4c94f
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-08-09 14:38:45 +02:00
Michelle Vu (mivu)
29f725955d [IMP] helpdesk: update field names and screenshots
In Odoo v15, the field names for "Timesheet on Ticket" and "Time
Reinvoicing" changed to "Timesheets" and "Time Billing", respectively.
The "Tickets" button on the project card is also no longer available in
Odoo v15. Updated the RST file to reflect these changes, and also
updated screenshots to match.

Fixes PR #2094
Closes Odoo Task 2870115

closes odoo/documentation#2580

X-original-commit: 30a38d23d0
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-08-09 14:38:43 +02:00
Wesley Kao (weka)
187c0cbb00 [IMP] inventory and mrp: capitalized "MRP" in toctree
In the toctree, "MRP" wasn't capitalized in "Inventory & MRP."
Affects all branches, can be forward ported.

closes odoo/documentation#2566

X-original-commit: 8c665643ce
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-08-09 10:15:46 +02:00
Donatienne Pirlot
02bf1dc5f5 [ADD] accounting: creation of electronic invoicing documentation
closes odoo/documentation#2572

Id: 2857860
X-original-commit: 73204e6789
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-08-09 07:47:40 +02:00
Xavier Morel
825048b2be [IMP] backend: clarify and improve steps doc
Current documentation is quite incomplete and not really sufficient to
write up a tour without looking at existing examples.

Try to better document the various options, and the relation between
`trigger`, `extra_trigger` (underscore, not dash), and `run`.

Also add the missing `content` and `timeout` step attributes.

closes odoo/documentation#2550

Related: odoo/odoo#96517
Related: odoo/enterprise#29824
Signed-off-by: Xavier Morel (xmo) <xmo@odoo.com>
2022-08-04 09:13:59 +02:00
Tom Aarab (toaa)
b1a958006f [IMP] payment providers: ingenico documentation updated
This is a new documentation for the Ingenico payment provider, as support received a lot of tickets from customers having issues setting-up ingenico properly.

task - 2834329

closes odoo/documentation#2527

X-original-commit: b064a7ed6b
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2022-08-03 11:06:25 +02:00
Antoine Vandevenne (anv)
6050a2bb00 [IMP] install: guide the user through the login page
Developers sometimes have a hard time making the difference between the
PostgreSQL user and the internal user. They would try to log into Odoo's
web client with their PostgreSQL credentials rather than with admin. See
https://reddit.com/r/Odoo/comments/w8zubf/logging_in_on_source_install.

closes odoo/documentation#2548

X-original-commit: 1ddfcc49f4
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-08-02 09:20:02 +02:00
Antoine Vandevenne (anv)
d508e02871 [IMP] rdtraining: mention that the second part needs to be completed too
closes odoo/documentation#2541

X-original-commit: 9279fb80a7
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-08-01 16:01:09 +02:00
Xavier
4e889021ce [IMP] studio: complete update of Studio
The goal is to make the Studio users doc a sort of encyclopedia to accompany tutorials.
The doc isn't to explain the basics - or just briefly, as introductions - but instead to
give a full overview of all the available options.

closes odoo/documentation#2531

Task: 2817981
X-original-commit: c8ea9703f7
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-07-28 13:21:30 +02:00
Victor Feyens
0fa4d26c19 [CLN] rdtraining: remove reference to unexisting file
The referenced `bypass.py` file isn't specified anywhere in
the training documentation or code content.

The paragraph is removed to avoid meaningless searches and
confusing trainees.

This commit also adds a missing parenthese in the preceding
code content.

Fixes #2488

closes odoo/documentation#2523

X-original-commit: 1c4abe4e07
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-07-27 04:53:16 +02:00
Romain Derie
f1e3c2d81d [FIX] website: warn about google api deprecation
Google deprecated both its "Universal Analytics" and "Google Sign-In"
API. See community counterpart commit for a detailed explanation and
links.

closes odoo/documentation#2499

X-original-commit: 0d01565ac3
Related: odoo/odoo#96280
Related: odoo/enterprise#29666
Related: odoo/upgrade#3698
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Romain Derie (rde) <rde@odoo.com>
2022-07-26 15:48:50 +02:00
Horacio Tellez
588772b9a3 [IMP] payment acquirers: filter acquirers by maximum amount
Documentation for the task of adding a maximum amount filter on
acquirers.

Doc task - 4720
RD taks - 2162165

closes odoo/documentation#1835

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-07-25 17:45:02 +02:00
Benoit Socias
92f4743b83 [IMP] rdtraining: update float utils information
The warning about float utils does not state where to find them, and
they are preceded by an example in the code that infringes the warning's
recommendation.

This commit indicates where to find the float utils and replaces the
example by one that uses them.

task-2925402

closes odoo/documentation#2513

X-original-commit: b8ee134a28
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-07-20 22:40:01 +02:00
Benoit Socias
be801ed80e [IMP] install: troubleshoot typical problems for Mac users
When installing requirements, the psycopg requirement can fail
because the $PATH does not contain the postgresql tools installed with
the .app.

This commit provides instructions to avoid this issue.

task-2922249

closes odoo/documentation#2506

X-original-commit: c40cf83073
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-07-19 21:22:03 +02:00
Laura Schauer
0866b08510 [IMP] payment acquirers: allow (un-)publishing of payment acquirers
Before this commit, it was impossible to migrate from one payment
acquirer to another as the only way to do so was to change a payment
acquirer’s state to ‘disabled’, subsequently disabling all tokens of that
acquirer (detrimental for eg. running subscriptions).

After this commit, payment acquirers have an additional boolean
‘Published’. With this functionality, users can safely migrate by
keeping an acquirer ‘enabled’, but invisible for customers.

There are five combined states an acquirer can take:

1. ‘enabled’ & ‘published’: Visible to all users
2. ‘enabled’ & ‘unpublished’: Visible only to internal users
3. ‘disabled’ & ‘unpublished’: Same as previously ‘disabled’
4. ‘test’ & ‘published’: Same as previously ‘test’
5. ‘test’ & ‘unpublished’: visible only to internal users

task-2871459

closes odoo/documentation#2308

Related: odoo/odoo#94242
Related: odoo/upgrade#3688
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-07-19 20:13:03 +02:00
Stanislas Sobieski
b0509d1c95 [IMP] install/maintain: update info about upgrade process on Odoo.sh
closes odoo/documentation#2494

Id: 2744270
X-original-commit: 815acb64c4
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Pirlot Donatienne (dopi) <dopi@odoo.com>
Co-authored-by: Stanislas <sts@odoo.com>
Co-authored-by: Donatienne <dopi@odoo.com>
2022-07-18 19:55:06 +02:00
Victor Feyens
a1d7e430c7 [FIX] accounting_localization: use relative paths in csv-table's option
The `file` option for the `csv-table` directive expects relative file
paths rather than absolute file paths since Sphinx 4. Since this was the
only usage of the `ODOO_ABSPATH` placeholder, it is removed with this
commit.

Task - 2898477

closes odoo/documentation#2455

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-07-14 16:42:08 +02:00
Antoine Vandevenne (anv)
449898e39c [IMP] developer/rdtraining: simplify the development environment setup
In an attempt to help new developers install Odoo with a
straightforward procedure, Chapter 2 of the "Getting started" tutorial
included copy-pastes of parts of the "Installing Odoo" page. This proved
to be inefficient because it required maintaining documentation on the
installation procedure in several places and misled the readers by
suggesting installing the Python requirements *after* installing
PostgreSQL.

With this commit, the page on Chapter 2 is refreshed to be clearer to
the readers and redirect them to the "Installing Odoo" page when
necessary.

task-2908434

closes odoo/documentation#2480

X-original-commit: 524794c59c
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-07-14 15:22:10 +02:00
Michelle Vu (mivu)
9f764682c3 [IMP] helpdesk: clarify postpaid support and delete mentions of tasks
If committed, this will delete mentions of project tasks in the "Invoice
Time Spent on Tickets (Postpaid Support Services)" v14.0 user doc. It
also deletes unnecessary steps and screenshots about creating and
configuring a new Project and updates the steps and screenshots for the
"Create a sales order" and "Link the Helpdesk ticket to the SO" sections.

Fixes PR #1901
Closes Odoo Task 2870104

closes odoo/documentation#2479

X-original-commit: 521cee8aa0
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-07-14 11:43:02 +02:00
Sam Lieber (sali)
0d6bfc4a57 [ADD] maintain: google oauth doc
Added document and media files on the setup of Google Gmail using OAuth with Odoo.

closes odoo/documentation#2476

X-original-commit: 9b75dfd2ac
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-07-14 11:42:59 +02:00
Antoine Vandevenne (anv)
c0d71b7664 [REF] legal: convert the table from a grid to a list table
Prior to this commit, the /legal.html page relied on RST substitutions
to insert the images directives of legal agreements within the table.
This caused Sphinx to omit the `image-reference` class on all `<a>`
elements surrounding an `<img>` element, which it normally adds when the
`target` option is specified on an `image` directive. As the theme
relies on that class to hide the "external link" icon added with commit
343decf1, the layout of the page was broken.

While replacing the substitutions with the plain `image` directive, the
grid table is converted to a list table to avoid the hassle of expanding
table cells to fit the directives. This will also help in maintaining
the content of the table when we will add new translations for the legal
agreements.

task-2909167

closes odoo/documentation#2467

X-original-commit: 81bf067ba1
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-07-13 19:56:04 +02:00
Antoine Vandevenne (anv)
61e94177f6 [FIX] odoo_theme: show a cursor when hovering on an image without modal
The images that have the class `o-no-modal` cannot be clicked to open in
a modal, so the cursor should not be changed to a pointer when hovering
on them.

This commit also simplifies the theme's SCSS by replacing the hard-coded
SVG images used in the "Supported versions" page by unicode circles with
a custom styling.

X-original-commit: f648960c78
Part-of: odoo/documentation#2467
Co-authored-by: Elisabeth Dickinson (edi) <edi@odoo.com>
2022-07-13 19:56:04 +02:00
Antoine Vandevenne (anv)
9b54acbee1 [FIX] odoo_theme: only open images that have no target in modal
Since clicking on the image redirects the user to the target URL, it's
useless to open the image in a modal. Also, it partially broke the
layout of the /legal.html page due to the modal div being inserted into
table cells.

This commit also introduces the possibility to add the `o-no-modal`
class on images that should not open in a modal.

task-2909167

X-original-commit: 7cbbb77746
Part-of: odoo/documentation#2467
2022-07-13 19:56:03 +02:00
Antoine Vandevenne (anv)
f12d8cecbb [MOV] developer/reference: move up the standard_modules directory
With the renaming of the "Backend" and "Frontend" directories to "Python
framework" and "JavaScript framework", and since we may want to document
modules that mainly rely on JavaScript, it makes sense to move the
"Standard modules" one level up from under "Python framework" directly
under "Reference".

closes odoo/documentation#2459

X-original-commit: 62e80093bd
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-07-13 19:55:51 +02:00
Antoine Vandevenne (anv)
18efd44da0 [IMP] developer: rename reference directories to "Py/Js framework"
It was confusing to label the directory for pages related to the Python
framework "Backend" as, in Odoo, the backend is the web client, and the
frontend is the portal/website. It also led to the "Standard modules"
directory to be placed within the "Backend" directory as of `saas-15.1`
to indicate that they were part of the backend too, but that was a
mistake. Indeed, most standard modules comprise JavaScript methods, and
we could want to document these in the reference at some point.

X-original-commit: 8046f742bc
Part-of: odoo/documentation#2459
2022-07-13 19:55:51 +02:00
LoredanaLrpz
27b89ed651 [ADD] pos: add a doc about tracking numbers in pos
Task ID: 2622088

closes odoo/documentation#2451

X-original-commit: 235d2ad749
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
Co-authored-by: Robin Boisdenghien <robo@odoo.com>
2022-07-12 18:31:39 +02:00
aliya
d136ce28ce [IMP] account: refactor account types
See
odoo/odoo#93212
odoo/enterprise#28205

closes odoo/documentation#2223

Related: odoo/upgrade#3595
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-07-08 19:52:12 +02:00
LoredanaLrpz
178f97f0e7 [IMP] pos: add a warning about Six unusability in July
Task ID:2893426
Since Six payment terminal won't be usable starting in July 2022, I
added this warning.

closes odoo/documentation#2425

X-original-commit: ceec1b0436
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2022-07-08 09:54:00 +02:00
“Lau-Odoo”
3f2334fda3 [IMP] ecommerce: remove one sub-menu to add it as a see also
task - 2904108 I removed the "website/publish" section from the toctree to add a link to the full website documentation inside off the see also.

closes odoo/documentation#2420

X-original-commit: 7307dac6a6
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-07-07 18:43:45 +02:00
Demesmaeker
b2233bb7e3 [FIX] sale_amazon: fix information displayed
Both carrier name and tracking reference are now displayed to the
customer, even when using the carrie `Self Delivery`

task-2900803

closes odoo/documentation#2412

X-original-commit: 471d0c2094
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-07-07 14:44:45 +02:00
LoredanaLrpz
c86d8c8a13 [ADD] pos: add a new doc page about sales orders in pos
Task ID: 2622084

closes odoo/documentation#2402

X-original-commit: 53744bea5b
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Co-authored-by: Quentin Celis (qce) <qce@odoo.com>
Co-authored-by: Xavier Plateau (xpl) <xpl@odoo.com>
Co-authored-by: Robin Boisdenghien (robo) <robo@odoo.com>
2022-07-07 07:33:02 +02:00
LoredanaLrpz
24ec474354 [IMP] pos: change the page heading
closes odoo/documentation#2404

X-original-commit: a5d850e230
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-07-07 06:16:47 +02:00
Ludvig Auvens
9d419b67ae [IMP] eCommerce: update of cross-selling doc for Odoo 15.0 and after.
closes odoo/documentation#2394

X-original-commit: db8b45ead2
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-07-06 21:22:59 +02:00
Antoine Vandevenne (anv)
cb8d65d5e3 [MOV] developer/misc: move all pages to a more logical location
Before this commit, the "Developer/Misc" directory of the doc, and
more particularly the "Developer/Misc/Other" sub-directory, was used as
a garbage dump where we moved all the pages that didn't fit elsewhere.
Due to that, interesting and important pages, such as the Coding
Guidelines, were buried in that directory never to be read again by Odoo
developers.

This commit moves most pages under "Misc" one or two levels up to be
located directly under "Developer" hence making them more accessible. A
new "Contributing/Development" directory is added to host the Coding
Guidelines page and soon many other pages.

task-2897143

closes odoo/documentation#2381

X-original-commit: 12ff9f118b
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-07-04 17:47:43 +02:00
Antoine Vandevenne (anv)
5244bd6e23 [IMP] developer/javascript: unify the styling of API references
Now that a new styling for API references was added with commit 934f45c,
we can remove the extra CSS that was crafted specifically for JavaScript
API references with commit 05a0a49a. While we're at it, this commit also
applies the new styling to definition lists that were missing it, like
it was done for the page on views with commit 120ae785.

closes odoo/documentation#2378

X-original-commit: 31a9d4a340
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-07-04 17:47:40 +02:00
“Lau-Odoo”
11996a97bc [IMP] website: broken link removal
task - 2841794

closes odoo/documentation#2365

X-original-commit: c40059e0a7
Signed-off-by: Auvens Ludvig (lau) <lau@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-07-01 16:36:26 +02:00
Tom Aarab (toaa)
84b6213eec [IMP] accounting: Adyen's backend changes for the webhook creation
Adyen's backend had slightly changed and the previous doc version was outdated (URL and HMAC key fields)

task - 2810213

closes odoo/documentation#2356

X-original-commit: da87312821
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-07-01 16:36:08 +02:00
Michelle Vu (mivu)
51dd489f62 [IMP] discuss: custom ICE server list optional
This will edit the "Define a list of custom ICE servers" section in the
"Configure ICE servers with Twilio" v15.0 user doc. I added a line to
mention that defining a list of custom ICE servers is an optional step,
as Odoo only uses this list as a fallback if Twilio is not configured or
is not working at any given moment.

Fixes PR #1994
Closes Odoo Task 2882679

closes odoo/documentation#2348

X-original-commit: 7f2110e8a3
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-06-29 12:19:56 +02:00
Antoine Vandevenne (anv)
c24673d532 [IMP] developer/views: apply the new API references style
The documentation of view attributes was lacking visual structure to
help the reader figure out which attribute relates to which parent
element. Since this documentation was relying on RST block quotes to
represent the hierarchy of view attributes, we can apply the same new
styling that was added with commit 934f45cf and designed for autodoc,
and which relies on the exact same HTML structure as block quotes.

task-2755298

closes odoo/documentation#2342

X-original-commit: e2a3ca0631
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-06-29 11:11:49 +02:00
LoredanaLrpz
b64b758bb5 [ADD] pos: adyen payment terminal
Task ID: 2808584
Do not Forward port r+

closes odoo/documentation#2335

X-original-commit: 85b5374995
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2022-06-28 17:15:27 +02:00
LoredanaLrpz
94e60e9460 [IMP] pos: change titles
X-original-commit: 5618e5ad9b
Part-of: odoo/documentation#2335
2022-06-28 17:15:27 +02:00
Jonathan Castillo (jcs)
6f76ff407f [IMP] contributing: update the rst cheat sheet
task - 2810468

closes odoo/documentation#2320

X-original-commit: 9ff312298d
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Co-authored-by: Antoine Vandevenne (anv) <anv@odoo.com>
Co-authored-by: Elisabeth Dickinson (edi) <edi@odoo.com>
2022-06-27 15:11:24 +02:00
Gopakumar N G
d58407e75a [FIX] pos: change the tab name in the configuration steps
closes odoo/documentation#2313

X-original-commit: 2f41dc4445
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-06-27 15:11:21 +02:00
Xavier-Do
e9a724958c [IMP] tests: add an option to watch chrome
closes odoo/documentation#2305

Related: odoo/odoo#66769
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-06-27 15:11:03 +02:00
Valentin Chevalier
e32f9d8eab [IMP] developer/howtos: Add missing information about debug mode
In chapter 3 of the developer core training, one is asked to click on a
button that is only shown in debug mode but there is no indication about
this mode in this chapter.

closes odoo/documentation#2304

X-original-commit: 96d822bf87
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-06-27 10:10:43 +02:00
Donatienne Pirlot
c949a732c9 [IMP] accounting: note about outstanding accounts
task-2868642

closes odoo/documentation#2297

X-original-commit: 11f9c35191
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-06-24 19:34:19 +02:00
Antoine Vandevenne (anv)
302b5307fa [IMP] redirects: split redirects.txt into multiple, per-version, files
The `redirects.txt` file used to specify redirect rules for renamed or
moved documentation pages is starting to grow too big to be easily
maintainable. The main reason is that the number of redirect rules that
were thought to be required has been largely underestimated when
implementing the 'redirects' extension. At first, we believed that no
guidelines or structure were necessary because only a small amount of
redirect rules would be specified. This proved wrong and the file is now
becoming a mess, making it increasingly difficult to figure out where,
why, when, and if a redirect rule is specified in the file.

As the file is versioned, another issue emerges: conflicts occur every
time a commit is forward-ported to a later version if that commit adds a
redirect rule at the end of the file or at a line that was changed in
the later version. As redirect rules are frequently added, and since
blocks of redirect rules for new versions are added at the end of the
file, this tends to happen a lot.

This commit attempts to hit two birds with one stone by splitting the
`redirects.txt` file into multiple files, one per version. While doing
so, the existing redirect rules are ordered alphabetically and moved
into contextual blocks. Instructions and guidelines on how to create
redirect rules are also listed in the `redirects/MANUAL.md` file. By
sorting the redirect rules and adding them in different files, the
number of conflicts should decrease by a lot.

task-2891912

closes odoo/documentation#2292

X-original-commit: 0417b95514
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-06-24 10:29:43 +02:00
Florian Damhaut
239fc190a0 [IMP] payment_ogone: add possibility to use sha256
SHA1 is going to be deprecated by ogone.

This change try to keep current behaviour while adding the
possibility to use SHA256 and SHA512 via a Selection field
available in the developper mode.

Related to :
- odoo/upgrade#3490
- odoo/odoo#88628

opw-2766648

closes odoo/documentation#1902

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-06-23 23:48:05 +02:00
Donatienne Pirlot
06d259b93d [IMP] accounting: new content for invoice digitization (ocr)
closes odoo/documentation#2262

Id: 2320188
X-original-commit: c8fd4608d4
Signed-off-by: Pirlot Donatienne (dopi) <dopi@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-06-21 20:21:12 +02:00
“Chiara
0dbc665113 [FW][IMP] accounting: remove the odoo tutorials invoices link
Deleting the Odoo Tutorials Invoices link since the course has been merged, and the link isn't necessary anymore.

closes odoo/documentation#2250

Forward-port-of: odoo/documentation#2243
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-06-20 18:56:31 +02:00
lma-odoo
b741ad3b4e Update epos_ssc.rst
Because of a recent Chrome security update, a lot of customers using peripheral devices (printers, ...) will have to follow this doc.

Therefore, I followed the doc and did the flow on my side.

I modified 'Copy to file' to 'Export' and 'Trusted Root Certification Authorities' to 'Authorities' in order to have the exact same terms as in Chrome (I guess they updated their terms at some point).

closes odoo/documentation#2237

X-original-commit: 4c4b81b12c
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-06-16 13:37:32 +02:00
LoredanaLrpz
55885be534 [REM] pos: remove cash control doc page in 15 bc deprecated
Task ID: 2680699

closes odoo/documentation#2192

X-original-commit: c0036ae13c
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-06-13 09:30:39 +02:00
Julien Castiaux
17185f0c99 [IMP] rdtraining: tip about -i/-u for odoo-bin
It is never shown to the trainee that he can install/update a module
right from the CLI. Multiple developpers still use the app manager to
install/update their modules multiple months into the job.

closes odoo/documentation#2189

X-original-commit: 3d2f067e6c
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
Signed-off-by: Julien Castiaux <juc@odoo.com>
2022-06-10 21:50:38 +02:00
Denis Vermylen
bcc8498c0b [FIX] odoo.sh: remove hidden folder from documentation
it will also be renamed to .repositories in the near future

closes odoo/documentation#2166

X-original-commit: 1afee9e2c7
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-06-08 11:20:34 +02:00
Demesmaeker
c0d32996f4 [REM] sale_amazon: update not necessary anymore
task-2694222

closes odoo/documentation#2156

Related: odoo/enterprise#27849
Related: odoo/upgrade#3559
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-06-03 16:40:59 +02:00
Gorash
7c4656f0c4 [IMP] qweb: document 't-cache' and 't-nocache' directives
related with: https://github.com/odoo/odoo/pull/88276

closes odoo/documentation#2056

Related: odoo/enterprise#27582
Related: odoo/upgrade#3451
Related: odoo/odoo#88276
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-06-03 16:40:21 +02:00
Jason Aerts (jaae)
f477cf5f1c [IMP] maintain: process for odoo.sh to odoo online
task-id 2870122

closes odoo/documentation#2158

X-original-commit: 6dc4288e49
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-06-03 14:36:48 +02:00
Jonathan Castillo (jcs)
4837aa7eef [ADD] accounting/l10n: new egyptian localization and einvoicing section
task-id 2858349

closes odoo/documentation#2148

X-original-commit: a2cf3da864
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-06-02 16:54:39 +02:00
Tom Aarab (toaa)
75368f52e8 [IMP] accounting: add note about bank sync not available for trial db
Added a note to specify that bank synchronization is not available on trial databases

closes odoo/documentation#2138

X-original-commit: e4fc5f07ee
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2022-06-02 15:51:00 +02:00
Jonathan Castillo (jcs)
235bcf85f2 [IMP] maintain: add note in hosting changes (on-premise to online)
task-id 2869953

closes odoo/documentation#2129

X-original-commit: 4cd0500408
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-06-01 19:32:47 +02:00
Antoine Vandevenne (anv)
e8e75d4175 [IMP] payment_acquirers: explain the different additional features
task-2862636

closes odoo/documentation#2121

X-original-commit: c820aa4951
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-06-01 14:16:04 +02:00
Horacio Tellez
869d8d1961 [IMP] general/payment_acquirers: authorize support refund from odoo
Add 'x' to make evident that Authorize.net supports refunds directly
from odoo.

Task - 2712287
Task (on payment) - 2678757

closes odoo/documentation#2091

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-06-01 12:13:59 +02:00
Julien Castiaux
0f2b82cb37 [IMP] install/deploy: serve static file/attachment
Odoo is compatible with X-Sendfile (apache) and X-Accel (nginx). They
are web server extension that can be used by the web application (Odoo)
to delegate serving local files to the web server (apache/nginx). We use
those extension to stream attachments. The documentation now explains
what is X-Sendfile/X-Accel and how to configure each web server.

Along those changes, the few sentences about serving static files have
been reworded and now include various configuration examples.

closes odoo/documentation#2083

Task: 2801675
Related: odoo/odoo#88134
Related: odoo/enterprise#26191
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-06-01 02:53:55 +02:00
Antoine Vandevenne (anv)
121be6a81e [ADD] payment_acquirers: add configuration steps for Flutterwave
task-2759117

closes odoo/documentation#1939

Related: odoo/odoo#85514
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-31 16:02:02 +02:00
Demesmaeker
e9943acebe [IMP] amazon: migrate to SPAPI
Starting July 2022, Amazon WMS API is deprecated and we need to use the Selling Partners API.

This brings changes in the authentication flow that are explained.

task-2466636

closes odoo/documentation#2107

X-original-commit: 2dd3a4ae74
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-30 16:45:56 +02:00
Michelle Vu (mivu)
e7aac2eed3 [IMP] payment: update SIX screenshots
closes odoo/documentation#2101

X-original-commit: 6dc30adf15
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-27 13:46:17 +02:00
Michelle Vu (mivu)
8ffc93b3c1 [IMP] helpdesk: update flow and images for reinvoicing time
closes odoo/documentation#2097

X-original-commit: 00ec789d96
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-27 11:46:02 +02:00
Raphael Collet
3da237343f [IMP] developer: new API for flush() and invalidate()
closes odoo/documentation#1909

Signed-off-by: Raphael Collet <rco@odoo.com>
2022-05-25 21:34:53 +02:00
Michelle Vu (mivu)
a0a4a2da98 [FW][IMP] calendar: update Google Calendar sync screenshots
Task ID: 2685658

closes odoo/documentation#2090

Forward-port-of: odoo/documentation#1982
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-25 12:46:11 +02:00
Valentin Chevalier
f93aeec22f [IMP] payment_acquirers/stripe: support refund
Add a check to indicate that Stripe supports refunds.

closes odoo/documentation#2086

Related: odoo/odoo#92235
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-25 12:46:05 +02:00
Donatienne Pirlot
3d145e7759 [IMP] accounting: update the follow-up information
Task ID: 2735445

closes odoo/documentation#2081

X-original-commit: ffc23483ca
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Pirlot Donatienne (dopi) <dopi@odoo.com>
2022-05-24 17:08:56 +02:00
Michelle Vu (mivu)
7aae398cf7 [ADD] discuss: configure Twilio ICE servers
closes odoo/documentation#2074

X-original-commit: 47d1146c10
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-23 10:58:44 +02:00
Donatienne Pirlot
404b954a0e [IMP] accounting : update the list of fiscal localization packages
task id: 2858536

closes odoo/documentation#2053

X-original-commit: 6ca1fd83ec
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: Pirlot Donatienne (dopi) <dopi@odoo.com>
2022-05-20 15:25:28 +02:00
Antoine Vandevenne (anv)
4887907ef7 [MOV] developer/api/odoo: rename odoo.rst into external_api.rst
The previous file name was not very relevant in regard to the content of
the page, and it conflicted with the `sys.path`.

closes odoo/documentation#2068

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-20 14:18:54 +02:00
Antoine Vandevenne (anv)
8722ea902e [MOV] content/*: move resource files into their related page's directory
Since odoo/documentation#903, the guideline for the location of new
resource (images, downloadable files, RST includes...) files is to place
those inside the directory of the RST page that references them.

For example, if `doc1.rst` has a reference to `image.png` and to
`download.zip`, the file structure should look like this:

├── parent_doc/
│     └── doc1/
│     │     └── image.png
│     │     └── download.zip
│     └── doc1.rst
│     └── doc2.rst
├── parent_doc.rst

Before this commit, most of the resource files were still located inside
'media' directories holding all the resource files referenced by RST
pages located at the same level as these directories. In the example
above, a single 'media' directory would hold all the resource files
referenced by both `doc1.rst` and `doc2.rst`. Doing so prevented us from
figuring out easily which resource file was referenced by which RST page
and, thus, lead to unused resource files piling up in the repository. It
also made it more complicated to define codeowners regex rules because a
team could not simply be assigned to `/some_page.*` but needed to be
assigned to both `/some_page\.rst` and to the location of 'media'.

In order to help new content writers figure out the guideline when
taking examples from other RST pages, this commit retroactively applies
the guideline to existing resource files and 'media' directories. The
left-over resource files that are not referenced by any RST page are
removed.

task-2497965

Part-of: odoo/documentation#2068
2022-05-20 14:18:54 +02:00
Beshoy Nabeih
d5d232bb50 [FIX] developer/frontend: typo in the user menu registry example
closes odoo/documentation#2039

X-original-commit: 6d30d81a76
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-19 18:06:18 +02:00
Altela Eleviansyah Pramardhika
5ddc402467 [FW][FIX] developer/howtos: Fixed typo from field to fields
closes odoo/documentation#2037

Forward-port-of: odoo/documentation#2023
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-19 18:06:15 +02:00
Tori (vpk)
79e3055ff4 [IMP] CRM: updated lead scoring with note about deprecation
Task ID: 2496900

closes odoo/documentation#2031

X-original-commit: fca684e802
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-19 16:40:26 +02:00
Tori (vpk)
55a8c391c4 [IMP] CRM: updating flow and screenshots of generating leads
closes odoo/documentation#2022

Task: 2540813
X-original-commit: 44129be225
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-19 12:28:30 +02:00
Jeremy Kersten
eb28322572 [ADD] websites: add plausible.io Dashboard documentation
closes odoo/documentation#2007

Related: odoo/odoo#91058
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-18 20:33:37 +02:00
John Kirkwood (kij)
ded1e69553 [IMP] developer: clarify options for many2one widget
Only `no_create` is required to hide both the 'Create "xxx"' and the
'Create and Edit...' dropdown menu options.

closes odoo/documentation#2016

X-original-commit: 599a137ffc
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-18 16:05:03 +02:00
Donatienne Pirlot
951e47708d [ADD] accounting: new doc about outstanding account
Task-id 2744131

closes odoo/documentation#2012

X-original-commit: 5de81c9e2d
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-18 13:08:28 +02:00
Fabrice Henrion
9e902c7a7e [IMP] payment acquirers: a note in Authorize.net
closes odoo/documentation#1990

X-original-commit: df10f17c3e
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-05-12 17:34:41 +02:00
Laurent Desausoi (lade)
6073895598 [IMP] sale_management: remove price_unit from quotation template
Companion of [1].

[1]: https://github.com/odoo/odoo/pull/47186

opw-2824263

closes odoo/documentation#1980

X-original-commit: f6bf1183db
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Desausoi Laurent (lade) <lade@odoo.com>
2022-05-10 16:23:55 +02:00
wan
889c9cf0f9 [REF] i18n/localization.rst: rework the entire localization tutorial
closes odoo/documentation#1969

X-original-commit: 9db567159d
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: William André (wan) <wan@odoo.com>
Co-authored-by: William Andre <wan@odoo.com>
Co-authored-by: Ivan Yelizariev <iel@odoo.com>
2022-05-09 14:03:24 +02:00
Demesmaeker
d12773b496 [IMP] amazon: explain how to use a carrier
In case of an unsupported carrier or a self Delivery, Odoo won't block
the user to use the Amazon connector, but explanation were needed for
these cases.

task-2804907

closes odoo/documentation#1967

X-original-commit: 3231d20d92
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-09 14:03:13 +02:00
Tori (vpk)
a7a0db9ca3 [IMP] CRM: update multiple sales teams doc
closes odoo/documentation#1964

Task: 2588786
X-original-commit: 98f306eca5
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-09 12:57:44 +02:00
Zachary Straub (ZST)
663157179f [ADD] accounting: avatax integration
closes odoo/documentation#1947

X-original-commit: 093aea15ec
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-09 08:25:01 +02:00
Jonathan Castillo (jcs)
35da831350 [IMP] install/maintain: add seealso links in domain names doc
closes odoo/documentation#1938

X-original-commit: d7da800674
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-05-06 15:32:00 +02:00
Altela Eleviansyah Pramardhika
ee64b99c07 [FW][FIX] developer/howtos: missing parentheses in print statement
Added parentheses in a print function

closes odoo/documentation#1931

Forward-port-of: odoo/documentation#1923
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-05-06 13:30:21 +02:00
Victor Feyens
9a5c4e5a40 [FIX] developer/orm: fields_view_get is now deprecated
Since odoo/odoo#87522, the method fields_view_get is deprecated and
get_view should be used instead.
A deprecation notice will be included in fields_view_get docstring
to make sure users are aware that they shouldn't use it anymore.

closes odoo/documentation#1908

Related: odoo/odoo#90634
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-05-05 18:47:58 +02:00