Sam Lieber (sali)
b8d2b7c955
[IMP] marketing: RST format upgrades for marketing automation v14
...
closes odoo/documentation#5276
X-original-commit: b5bde9186e
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-05 02:57:19 +02:00
tiku-odoo
17766224c8
[IMP] Misc: Oauth Azure
...
closes odoo/documentation#5041
closes odoo/documentation#5249
X-original-commit: 66b2a3d50e
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: Zachary Straub <zst@odoo.com>
2023-08-02 23:10:18 +02:00
John Holton (hojo)
621af65ef0
[IMP] Inventory: Update Multi-package shipments doc
...
closes odoo/documentation#5240
X-original-commit: 7df2d749a8
Signed-off-by: John Holton (hojo) <hojo@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-02 21:08:45 +02:00
“Chiara
bbd5da2f6f
[ADD] l10n: saudi arabia e-invoicing
...
task-3422500
closes odoo/documentation#5227
X-original-commit: fd2a9431ce
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-31 09:48:30 +02:00
Xavier (XPL)
2b457968ae
[FIX] accounting: remove unused image on the year-end page
...
closes odoo/documentation#5205
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-26 14:06:03 +02:00
Xavier (XPL)
7dda0360c2
[IMP] accounting: year-end closing
...
task-2823858
closes odoo/documentation#5202
X-original-commit: 7ba101ffd5
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-25 21:41:41 +02:00
Xavier (XPL)
2ce618deed
[IMP] payments: add section about ACH payments
...
task-3303591
closes odoo/documentation#5191
X-original-commit: 0155844ef5
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-25 17:30:23 +02:00
Martin Trigaux
ac3e48eb2b
[I18N] *: export translations
...
closes odoo/documentation#5189
X-original-commit: 89c31844e5
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2023-07-25 15:06:50 +02:00
Tom Aarab (toaa)
f687f8b40e
[IMP] accounting: multicurrency
...
Slight sentence update for V15.
V16 --> Change the bank statement section
taskid-3433653
closes odoo/documentation#5166
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:04:45 +02:00
chyde-clearwater
166cf797b7
[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#5136
X-original-commit: f36c612d13
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-07-18 12:07:16 +02:00
Loredana Perazzo
b4d4bec130
[IMP] pos: move part of the intro into generate tab
...
task-3372676
closes odoo/documentation#5110
X-original-commit: d5466bea0d
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2023-07-13 13:16:01 +02:00
Tom Aarab (toaa)
3e54eb9dfe
[IMP] accounting: intrastat
...
Updated Intrastat for 15.0
task-3373480
closes odoo/documentation#5085
X-original-commit: 8baff9f232
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-07-12 14:44:01 +02:00
Xavier (XPL)
44036b10a5
[FIX] payments: remove authorize duplicated statement content
...
task-2382237
closes odoo/documentation#5080
X-original-commit: 10cee5e7b2
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-11 14:51:09 +02:00
Xavier (XPL)
efedf12ded
[IMP] payments: clarify authorize.net statement import steps
...
task-2382237
closes odoo/documentation#5072
X-original-commit: cd2bc63b22
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-10 18:54:20 +02:00
Antoine Vandevenne (anv)
ba266bb075
[FIX] odoo_theme/switchers: fallback to the original target URL
...
Attempting to switch from one version to another when navigating
<old_version>/applications/hr/employees.html led to the user being
redirected to /applications/documentation/<new_version>/hr/employees.html
because `hr` was interpreted as a version string, and thus the generated
target URLs of the version switcher were all wrong.
This commit ensures the redirection now falls back onto the original
target URL when all the generated ones point to a 404.
closes odoo/documentation#5054
X-original-commit: c81a91db9c
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-07-07 17:01:38 +02:00
Tom Aarab (toaa)
1ff809ea26
[IMP] authorize.net statement import
...
taskid-2382237
closes odoo/documentation#5051
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 14:46:54 +02:00
Martin Trigaux
640b9f46e8
[I18N] *: export translations
...
closes odoo/documentation#5044
X-original-commit: 5765d66e8d
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2023-07-07 11:31:45 +02:00
Xavier (XPL)
f2b9b93cd7
[IMP] accounting: l10n chile deliver guides warning
...
task-3410367
closes odoo/documentation#5025
X-original-commit: b729d05e57
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-05 15:54:23 +02:00
tong-odoo
3f3a9e4d9e
[FIX] accounting: AU rebrands Keypay to Employment Hero
...
task-3250954
closes odoo/documentation#5019
X-original-commit: ee3634d623
Related: odoo/enterprise#43654
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
Signed-off-by: Tommy Ng (tong) <tong@odoo.com>
2023-07-05 07:50:48 +02:00
Brandon Seltenrich (BRSE)
241189cbe1
[IMP] purchase: update manage vendor bills
...
closes odoo/documentation#5007
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 18:18:15 +02:00
Xavier
b88cfc1e16
[IMP] maintain: odoo online database management
...
task-2995394
closes odoo/documentation#5001
X-original-commit: c6e6401e36
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-03 18:18:13 +02:00
tong-odoo
e2911d77c6
[IMP] localization: AU rebrands Keypay to Employment Hero
...
task-3250954
closes odoo/documentation#4993
X-original-commit: 35fc637ed4
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-07-03 17:25:14 +02:00
John Holton (hojo)
e8e7c492d5
[ADD] Inventory: Add Replenish on order (MTO)
...
closes odoo/documentation#4979
X-original-commit: d9ece7b353
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-01 18:06:32 +02:00
John Holton (hojo)
effc37df22
[ADD] Inventory: Add reordering rules
...
closes odoo/documentation#4972
X-original-commit: eb347c2681
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-01 18:06:30 +02:00
John Holton (hojo)
bdb1366104
[ADD] MRP: Work center time off
...
closes odoo/documentation#4961
X-original-commit: 18a9b88a11
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-01 18:06:27 +02:00
John Holton (hojo)
8f0806bb37
[IMP] Administration: Rewrite Upgrade Odoo SaaS
...
closes odoo/documentation#4946
X-original-commit: 45b1a62782
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-06-30 10:13:05 +02:00
Tom Aarab (toaa)
8b7dc8435f
[IMP] accounting: checks
...
task-2979887
closes odoo/documentation#4937
X-original-commit: 6e0d01771b
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-06-29 09:11:24 +02:00
Timothy Kukulka (tiku)
ee3bd2419e
[IMP] IoT: edits to all IoT docs
...
closes odoo/documentation#4922
X-original-commit: e7457c992b
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-27 21:15:41 +02:00
Xavier
6fa4ddda61
[ADD] website: reCAPTCHA
...
task-3336129
closes odoo/documentation#4914
X-original-commit: eb8a257049
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-06-27 19:49:43 +02:00
Benoit Socias
c79188d2ca
[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#4902
X-original-commit: 5a446f5c59
Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
2023-06-27 14:08:40 +02:00
Benoit Socias
b6bc8a4ba8
[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#4903
X-original-commit: 3a131c829a
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-06-27 13:09:04 +02:00
KC (ksc)
eb17ad3942
[IMP] sales: updated down payment doc for RST and image reasons
...
closes odoo/documentation#4892
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:58 +02:00
Brandon Seltenrich (BRSE)
40d2af0d2b
[IMP] inventory: update expiration dates doc
...
closes odoo/documentation#4885
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 21:53:15 +02:00
Lara Martini (larm)
22a917e331
[ADD] Employees: anning a new employee
...
closes odoo/documentation#4853
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:04:03 +02:00
Lara Martini (larm)
ebcaab2bd3
[IMP] inventory: update strategies second person and images
...
closes odoo/documentation#4864
X-original-commit: 6201ee8760
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-24 03:48:24 +02:00
Jonathan
c3e5bff281
[IMP] accounting: add tutorials links to chart of accounts
...
closes odoo/documentation#4830
X-original-commit: a85e064ffc
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-06-21 22:35:25 +02:00
Jonathan
a7053f8c9f
[IMP] localizations: small rst changes in belgium.rst
...
Backporting some rst changes introduced with #3442
closes odoo/documentation#4837
X-original-commit: c111c68a7f
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-06-21 21:35:46 +02:00
Jonathan
6d096cf50e
[FIX] discuss: broken link in ice_servers.rst
...
closes odoo/documentation#4820
X-original-commit: 8efbe3ef84
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-06-21 17:00:03 +02:00
Loredana Perazzo
1ef39da922
[IMP] pos: write content on the Payment Terminals page
...
task-3358474
closes odoo/documentation#4792
X-original-commit: 573d201361
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-06-21 09:51:05 +02:00
Christophe Monniez
c1eeeb86a0
[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#4803
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 14:17:08 +02:00
Christophe Monniez
0b60ae0bb0
[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#4803
2023-06-20 14:17:08 +02:00
Antoine Vandevenne (anv)
c27c3a0901
[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#4786
X-original-commit: 8cffb57dae
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-06-19 18:23:04 +02:00
“Dallas”
9246c25940
[MOV] accounting: update/move customer addresses to accounting
...
task-3304975
closes odoo/documentation#4632
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-16 10:37:46 +02:00
KC (ksc)
0d4b8359ac
[IMP] sales: updated pro-forma invoice doc
...
closes odoo/documentation#4757
X-original-commit: 3e4e8acfed
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-16 01:15:44 +02:00
Sam Lieber (sali)
f6b0f35ec1
[IMP] marketing: testing_running.rst format fixes
...
closes odoo/documentation#4745
X-original-commit: 4b327417b0
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-15 18:57:06 +02:00
Sam Lieber (sali)
532a227136
[IMP] marketing: workflow_activities.rst - Format fixes
...
closes odoo/documentation#4744
X-original-commit: a09ca7bd0f
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-15 18:57:02 +02:00
Sam Lieber (sali)
265791a230
[IMP] Update rst for target_audiences.rst (v14)
...
closes odoo/documentation#4736
X-original-commit: 89c1c1b357
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-15 18:56:59 +02:00
“Audrey
72c96da1c6
[FIX] Adyen: Fix live/test URLs
...
closes odoo/documentation#4721
X-original-commit: 52bf00663e
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: auva-odoo <auva@odoo.com>
2023-06-14 17:07:57 +02:00
Tom Aarab (toaa)
457a82f413
[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#4717
X-original-commit: bf327d9200
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-06-13 15:12:07 +02:00
Loredana Perazzo
038261ff34
[IMP] pos: update the register customers section
...
task-3357882
closes odoo/documentation#4692
X-original-commit: 70f58a610d
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-13 12:38:01 +02:00