Tom Aarab (toaa)
10815d9a2e
[IMP] accounting: multicurrency
...
Changed the "bank statement" section to "bank transactions"
taskid-3433653
closes odoo/documentation#5169
X-original-commit: 4b142c2a70
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-07-20 14:52:25 +02:00
Xavier (XPL)
fccc7f5b5d
[IMP] general: add screenshot of stacked line chart in reporting
...
task-3375264
closes odoo/documentation#5152
X-original-commit: 5ee932e14b
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-19 10:07:22 +02:00
Louis Wicket
13fa5030d6
[FIX] incoterms: fix typo: DPA → DAP
...
closes odoo/documentation#5144
X-original-commit: 1227c9cf79
Signed-off-by: Louis Wicket (wil) <wil@odoo.com>
2023-07-18 15:29:51 +02:00
chyde-clearwater
4c1c8d9592
[IMP] tutorials/getting_started: disambiguate example model name
...
I removed the dot notation in the "_name" variable for the example
model. AKA, "test.model" is now named "test_model".
Dot notation implies a data structure relationship between a <model> and
it's parent (or class etc) <test> (like test.model() or Test.model).
There is no relationship like this between a <test> and <model> - it's
just one thing: a <test model>.
The seeming "benefit" of the ORM translating dots to underscores doesn't
justify this naming convention. Yes, I know it's a string, but still,
this seems confusing for newbies and adds unnecessary complexity (why
name the same thing differently in different places?)
closes odoo/documentation#5139
X-original-commit: f36c612d13
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-07-18 12:12:15 +02:00
Henrique Dias
12a79168a7
[FW][ADD] rpc: Go examples
...
Examples rely on `kolo/xmlrpc` as well as on the standard library package `log` to panic on error, matching snippets in other languages (which tend to raise exceptions).
As with other languages, only the RPC interaction is spelled out.
closes odoo/documentation#5127
Forward-port-of: odoo/documentation#5064
Signed-off-by: Xavier Morel (xmo) <xmo@odoo.com>
2023-07-14 15:41:19 +02:00
John Holton (hojo)
d0a07fdb9a
[DEL] MRP: Delete Alternative Work Centers 16.0
...
closes odoo/documentation#5121
X-original-commit: a67a69beae
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-13 23:24:36 +02:00
Jess Rogers (jero)
26a9c04b06
[IMP] live chat: add note for 16.3 command changes
...
closes odoo/documentation#5100
X-original-commit: a187b7cde4
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-13 22:18:27 +02:00
Lara Martini (larm)
90d3e9d7cb
[IMP] Inventory: update for 16
...
closes odoo/documentation#5099
X-original-commit: 29db8bf1e6
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-13 22:18:24 +02:00
Marc Durepos
61db3b3878
[FIX] Remove reference to assets_qweb in assets.rst
...
Reflects the fact that assets_qweb bundle is no longer used in 16.0
closes odoo/documentation#5106
X-original-commit: c85031b3fc
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-07-13 20:09:59 +02:00
Loredana Perazzo
208ae4f4ae
[IMP] pos: move part of the intro into generate tab
...
task-3372676
closes odoo/documentation#5113
X-original-commit: d5466bea0d
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2023-07-13 18:24:07 +02:00
Aymen Sellami
22710cdd61
Remove duplicate note
...
The notes displayed before and after the tabs under the Git paragraph in install.rst were identical, except for one sentence. Added the sentence to the post-tabs note and removed the pre-tabs one.
X-original-commit: 481a867a05
Part-of: odoo/documentation#5090
2023-07-12 22:28:11 +02:00
Xavier (XPL)
298727e5d6
[IMP] payments: clarify authorize.net statement import steps
...
task-2382237
closes odoo/documentation#5075
X-original-commit: 22d45407c4
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-10 22:11:43 +02:00
Tom Aarab (toaa)
a98e6aad14
[IMP] authorize.net statement import
...
taskid-2382237
closes odoo/documentation#5061
X-original-commit: ca38752795
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-07 18:19:44 +02:00
Zuzanna Luczynska
df11dea46c
[ADD] project: recurring tasks, FW port edit 16.2
...
closes odoo/documentation#5047
Id: 3255317
X-original-commit: dd268b543c
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-07 17:17:54 +02:00
tong-odoo
01e76a7c23
[FIX] accounting: AU rebrands Keypay to Employment Hero
...
task-3250954
closes odoo/documentation#5032
X-original-commit: 6d21b089a5
Related: odoo/enterprise#43698
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
Signed-off-by: Tommy Ng (tong) <tong@odoo.com>
2023-07-06 10:52:03 +02:00
Xavier (XPL)
a42774e94a
[IMP] accounting: l10n chile deliver guides warning
...
task-3410367
closes odoo/documentation#5028
X-original-commit: b729d05e57
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-05 15:54:12 +02:00
Brandon Seltenrich (BRSE)
140e2d9725
[IMP] purchase: update manage vendor bills
...
closes odoo/documentation#5010
X-original-commit: 688220bb51
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-07-03 19:36:16 +02:00
Xavier
91b986acc0
[IMP] maintain: odoo online database management
...
task-2995394
closes odoo/documentation#5004
X-original-commit: c6e6401e36
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-03 19:36:14 +02:00
tong-odoo
51b480efeb
[IMP] localization: AU rebrands Keypay to Employment Hero
...
task-3250954
closes odoo/documentation#4996
X-original-commit: 35fc637ed4
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-07-03 19:36:11 +02:00
AMZIL Ayoub
fb23684422
[DOC] cleanup of pec server documentation
...
PEC Server is removed from 16 (onwards)
closes odoo/documentation#4989
X-original-commit: f3e3490ba4
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-03 19:36:03 +02:00
John Holton (hojo)
68983591d7
[ADD] Inventory: Add Replenish on order (MTO)
...
closes odoo/documentation#4982
X-original-commit: d9ece7b353
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-01 19:07:59 +02:00
John Holton (hojo)
1c5d75cf8d
[ADD] Inventory: Add reordering rules
...
closes odoo/documentation#4975
X-original-commit: eb347c2681
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-01 19:07:57 +02:00
John Holton (hojo)
a65e987fc9
[ADD] MRP: Work center time off
...
closes odoo/documentation#4966
X-original-commit: 18a9b88a11
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-01 18:05:47 +02:00
Jess Rogers (jero)
9b0b858c0b
[ADD] livechat: added chatbot doc
...
closes odoo/documentation#4965
X-original-commit: 729881c7b1
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-01 18:05:45 +02:00
Lara Martini (larm)
80ad2dc41c
[IMP] Inventory: updated images and removed edit and save directions
...
closes odoo/documentation#4957
X-original-commit: 710c373354
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-30 23:27:02 +02:00
John Holton (hojo)
c9906879d9
[IMP] Administration: Rewrite Upgrade Odoo SaaS
...
closes odoo/documentation#4949
X-original-commit: 45b1a62782
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-06-30 12:42:15 +02:00
Tom Aarab (toaa)
330b703959
[IMP] accounting: checks
...
task-2979887
closes odoo/documentation#4940
X-original-commit: 6e0d01771b
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-06-29 10:14:07 +02:00
Xavier
fdb2d7d8fa
[FIX] accounting: remove fullscreen property from tutorial link
...
task-3389168
closes odoo/documentation#4934
X-original-commit: 88da0a9256
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-06-28 16:42:44 +02:00
Jess Rogers (jero)
50a16a6092
[IMP] livechat: update commands and canned responses
...
closes odoo/documentation#4929
X-original-commit: e8aaefd283
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2023-06-28 14:02:59 +02:00
Xavier
1ecca13ca7
[ADD] website: reCAPTCHA
...
task-3336129
closes odoo/documentation#4918
X-original-commit: 49348c9c8f
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-06-28 00:16:37 +02:00
Timothy Kukulka (tiku)
dc895469b0
[IMP] IoT: edits to all IoT docs
...
closes odoo/documentation#4925
X-original-commit: e7457c992b
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-27 23:09:09 +02:00
Benoit Socias
8be6d9e43e
[FIX] howto/rdtraining: ch.13 adapt reference to salesperson field
...
In chapter 13 the `property_ids` field is defined as the inverse of a
`user_id` field. But in chapter 8 when the salesperson field is added,
no such name is given to it.
This commit adapts the description to reference the general concept of
the field used to link to the salesperson instead of an actual field
identifier.
task-3381757
closes odoo/documentation#4909
X-original-commit: 3a131c829a
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-06-27 13:57:04 +02:00
Benoit Socias
2184c827b1
[IMP] developer/views: add optional attribute for fields of list views
...
The attributes of fields of list views do not mention the `optional`
attribute while it is used by chapter 12 of the R&D Training.
This commit describes this `optional` attribute.
task-3380953
closes odoo/documentation#4908
X-original-commit: 5a446f5c59
Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
2023-06-27 13:57:01 +02:00
Lara Martini (larm)
dfc4ff40a4
[ADD] Employees: anning a new employee
...
closes odoo/documentation#4856
X-original-commit: 547ad6fca5
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-27 01:54:52 +02:00
KC (ksc)
ac7cee02dc
[IMP] sales: updated down payment doc for RST and image reasons
...
closes odoo/documentation#4895
X-original-commit: 802dc467de
Signed-off-by: Kevin Scannell (ksc) <ksc@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-27 00:52:26 +02:00
Brandon Seltenrich (BRSE)
6ff2e19306
[IMP] inventory: update expiration dates doc
...
closes odoo/documentation#4888
X-original-commit: 49029eda37
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-06-26 22:57:34 +02:00
Jess Rogers (jero)
668203a204
[IMP] live chat:update getting started doc
...
closes odoo/documentation#4881
X-original-commit: c24f4b237e
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2023-06-26 19:53:22 +02:00
Donatienne Pirlot
fcb57a5aab
[ADD] localization: belgian accounting
...
closes odoo/documentation#4840
Id: 3143421
X-original-commit: 242c13bfc0
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-06-26 18:49:40 +02:00
Lara Martini (larm)
f9a0e6c190
[IMP] inventory: update strategies second person and images
...
closes odoo/documentation#4867
X-original-commit: 6201ee8760
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-24 03:47:52 +02:00
Jess Rogers (jero)
3a6e500a63
[IMP] helpdesk: update help center documentation
...
closes odoo/documentation#4873
X-original-commit: bafe824f38
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-24 02:24:54 +02:00
Xavier
678578f004
[ADD] Spreadsheet: templates
...
task-3235170
closes odoo/documentation#4861
X-original-commit: 1853f226e7
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Co-authored-by: Xavier <xpl@odoo.com>
Co-authored-by: Loredana <lrpz@odoo.com>
2023-06-23 13:07:36 +02:00
Loredana Perazzo
4cc17cc260
[IMP] pos: write content on the Payment Terminals page
...
task-3358474
closes odoo/documentation#4796
X-original-commit: b745bd9fef
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2023-06-22 09:42:49 +02:00
Lara Martini (larm)
10afe127a7
[IMP] Expenses: updating for new 16 design
...
closes odoo/documentation#4848
X-original-commit: 0433e84a0c
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-22 08:09:49 +02:00
Lara Martini (larm)
e25a37e8ef
[IMP] Inventory: Updating for 16.0 no save button
...
closes odoo/documentation#4812
X-original-commit: e074580ffb
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-22 05:05:43 +02:00
Felicious
fae7176011
[IMP] inventory: adjust manual val for v.16
...
closes odoo/documentation#4844
X-original-commit: 4c750d1bb7
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
Co-authored-by: Zachary Straub <zst@odoo.com>
2023-06-22 04:00:09 +02:00
Jonathan
4e3d517c7a
[IMP] accounting: add tutorials links to chart of accounts
...
closes odoo/documentation#4833
X-original-commit: a85e064ffc
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-06-22 04:00:07 +02:00
Jonathan
8d2307bb01
[FIX] discuss: broken link in ice_servers.rst
...
closes odoo/documentation#4824
X-original-commit: 8efbe3ef84
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-06-22 04:00:04 +02:00
Christophe Monniez
d17ecab147
[FIX] deploy: reference the config parameter
...
The deploy documentation is assuming that `/etc/odoo.conf` is the
default config file, which is not the case.
With this commit, the configuration file references the cli
documentation.
closes odoo/documentation#4806
X-original-commit: 8aed7988ba
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Christophe Monniez (moc) <moc@odoo.com>
2023-06-20 17:57:43 +02:00
Christophe Monniez
059c3d849d
[IMP] maintain: switch to enterprise windows
...
* Update the title as `Upgrade Community to Enterprise` is confusing.
* Update 9.0 screenshots to more recent ones
* As the windows installer uses a real python interpreter, the install
command is updated accordingly.
X-original-commit: f03b4ca649
Part-of: odoo/documentation#4806
2023-06-20 17:57:43 +02:00
Antoine Vandevenne (anv)
acd76a4752
[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#4789
X-original-commit: 8cffb57dae
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-06-20 08:48:46 +02:00
KC (ksc)
b63e9a488d
[IMP] sales: updated pro-forma invoice doc
...
closes odoo/documentation#4760
X-original-commit: 3e4e8acfed
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-20 01:08:48 +02:00
“Dallas”
d3ed638de9
[MOV] accounting: update/move customer addresses to accounting
...
task-3304975
closes odoo/documentation#4776
X-original-commit: cf5a3276c9
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-17 03:40:29 +02:00
“Audrey
c04399c0b3
[IMP] Payment providers - Stripe: Add missing webhook events
...
task-3373642
closes odoo/documentation#4771
X-original-commit: 394246d043
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: auva-odoo <auva@odoo.com>
2023-06-16 21:06:44 +02:00
Xavier
2758fb4711
[IMP] accounting/sales: default terms and conditions + quotation templates
...
task-3304938
closes odoo/documentation#4764
X-original-commit: 7ddbeb9223
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2023-06-16 17:05:48 +02:00
Sam Lieber (sali)
ee1f2dbc36
[IMP] Update rst for target_audiences.rst (v14)
...
closes odoo/documentation#4739
X-original-commit: 89c1c1b357
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-16 01:40:48 +02:00
Sam Lieber (sali)
e5cdfa82b4
[IMP] marketing: testing_running.rst format fixes
...
closes odoo/documentation#4751
X-original-commit: 4b327417b0
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-15 20:27:17 +02:00
Sam Lieber (sali)
8d006b3b5d
[IMP] marketing: workflow_activities.rst - Format fixes
...
closes odoo/documentation#4750
X-original-commit: a09ca7bd0f
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-15 20:27:15 +02:00
Tom Aarab (toaa)
ede03aa87b
[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#4725
X-original-commit: a7bd0be69c
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-06-15 15:20:34 +02:00
“Audrey
6e1f9ce633
[FIX] Adyen: Fix live/test URLs
...
closes odoo/documentation#4727
X-original-commit: 1f2f11c42b
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: auva-odoo <auva@odoo.com>
2023-06-15 09:53:42 +02:00
“Audrey
a60ca0a2b5
[IMP] Website: Multiple websites
...
task-3190493
closes odoo/documentation#4711
X-original-commit: 9e453285d0
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: auva-odoo <auva@odoo.com>
2023-06-13 09:46:02 +02:00
Tom Aarab (toaa)
7879023310
[IMP] accounting: OSS report
...
Added a section on where to find OSS reports and how to export them
task-3305037
closes odoo/documentation#4712
X-original-commit: 0494082a55
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-06-13 08:33:58 +02:00
Loredana Perazzo
2e1e100a69
[IMP] pos: update the register customers section
...
task-3357882
closes odoo/documentation#4704
X-original-commit: ee4b279e7c
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-06-12 11:44:35 +02:00
Tom Aarab (toaa)
705bf87677
[IMP] accounting: follow-up reports
...
task-3316301.
closes odoo/documentation#4698
X-original-commit: 256ddb30ab
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-06-12 10:34:30 +02:00
Morfosys
eb2715a54c
[IMP] l10n: update links in mexico.rst
...
Update the link for Smarter Web to the appropriate landing page for
Odoo.
closes odoo/documentation#4686
X-original-commit: 7510b4bb23
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-09 13:39:05 +02:00
Benjamin Hanquin
04f2314c70
[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#4685
X-original-commit: 98207740d5
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-09 13:39:03 +02:00
Lara Martini (larm)
ed9469f6c5
[IMP] Expenses: updaitng out of date information and images
...
closes odoo/documentation#4553
closes odoo/documentation#4667
X-original-commit: 01f40f24ba
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-08 22:11:55 +02:00
“Audrey
c8323346ee
[IMP] Adyen: Update directions for setting the URLs
...
task-3338125
closes odoo/documentation#4659
X-original-commit: 35d355f624
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: auva-odoo <auva@odoo.com>
2023-06-08 14:05:16 +02:00
Loredana Perazzo
53ce3cd92f
[IMP] pos: update multi employees management
...
task-3005118
closes odoo/documentation#4655
X-original-commit: e3665393c3
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-06-08 09:00:53 +02:00
Brandon Seltenrich (BRSE)
c2f64cfd4a
[FIX] inventory: fix two step doc
...
closes odoo/documentation#4650
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 22:21:51 +02:00
Jonathan Castillo (jcs)
1faab9add5
[MOV] accounting: rename VAT verification filename and title
...
closes odoo/documentation#4638
X-original-commit: 5c578d627a
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-06 20:25:29 +02:00
Antoine Vandevenne (anv)
117bee4669
[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#4627
X-original-commit: 3d1293757a
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-06-06 10:30:42 +02:00
Tom Aarab (toaa)
e79ee2045b
[IMP] accounting: OSS note removal
...
Removal of a note in 16 that only applies to versions below it.
task-3305037
closes odoo/documentation#4610
X-original-commit: adee414578
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-02 14:01:19 +02:00
Tom Aarab (toaa)
978d3851ce
[ADD] accounting: incoterms
...
Seperating Incoterms section from "Intrastat" doc to make it a stand
alone documentation.
task-3305222
closes odoo/documentation#4609
X-original-commit: 971543266a
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-02 14:01:17 +02:00
tiku-odoo
cac0f7e0e5
[NEW]IoT- Windows IoT doc
...
closes odoo/documentation#4597
X-original-commit: f449011c39
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-02 00:20:51 +02:00
Brandon Seltenrich (BRSE)
fc3e5d2472
[FIX] inventory: fix sn doc typos
...
closes odoo/documentation#4591
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 19:36:07 +02:00
Brandon Seltenrich (BRSE)
9685d6aa51
[FIX] inventory: fix note in inv val config
...
closes odoo/documentation#4590
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 19:36:05 +02:00
Jess Rogers (jero)
9e3002189c
[IMP] helpdesk: combine and update invoice time docs
...
closes odoo/documentation#4577
X-original-commit: b7efbb61b1
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2023-06-01 16:40:41 +02:00
“Audrey
4a9169f59c
[IMP] payment providers: Wire Transfer
...
task-3301001
closes odoo/documentation#4569
X-original-commit: 882b4b852b
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: auva-odoo <auva@odoo.com>
2023-05-31 15:08:34 +02:00
Loredana Perazzo
0f7076790f
[ADD] k7e: how to manage articles (add, del, move, structure, share).
...
Task-3049957
closes odoo/documentation#4555
X-original-commit: 163d653468
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-30 10:24:36 +02:00
oco-odoo
5d9d690f4b
[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#4560
X-original-commit: de095cc4ad
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-27 04:26:59 +02:00
Olivier Dony
3f24b93a73
[FIX] legal: fix link to pt_BR PDF version
2023-05-26 20:04:09 +02:00
“Dallas”
8ad4c25b67
[IMP] accounting: update epc qr code
...
task-3336175
closes odoo/documentation#4543
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 18:58:45 +02:00
Olivier Dony
4fede6ae73
[FIX] legal: add pt_BR translation of OEEL
...
Courtesy of LANA :)
closes odoo/documentation#4550
X-original-commit: a718922b0c
Signed-off-by: Olivier Dony (odo) <odo@odoo.com>
2023-05-26 11:36:30 +02:00
Olivier Dony
6e3cc2dbc1
[FIX] legal: rename pt_BR + build PDF version
...
X-original-commit: 0df79a70e0
Part-of: odoo/documentation#4550
2023-05-26 11:36:30 +02:00
jopa-odoo
fe864d53fc
[ADD] Legal: Portuguese (Brasil) translation of Odoo Enterprise Agreement
...
X-original-commit: 966bade927
Part-of: odoo/documentation#4550
2023-05-26 11:36:30 +02:00
“Chiara
9d41b86aca
[IMP] accounting: fiscal position update
...
task-3272939
closes odoo/documentation#4530
X-original-commit: 440c18ca01
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
Signed-off-by: chiaraprattico <chpr@odoo.com>
2023-05-25 11:28:41 +02:00
Brandon Seltenrich (BRSE)
0835b171f2
[IMP] inventory: fix and update lots
...
closes odoo/documentation#4526
X-original-commit: 5bc3b94b61
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-05-24 21:23:34 +02:00
“Dallas”
140b50457d
[IMP] contributing: change gui abbreviation to lower case
...
closes odoo/documentation#4512
X-original-commit: 20972dc033
Signed-off-by: Dean Dallas (dade) <dade@odoo.com>
2023-05-24 20:16:54 +02:00
“Chiara
70ea894a41
[IMP] accounting: improve accounting concept
...
task-2846856
closes odoo/documentation#4518
X-original-commit: 4fc24468e4
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
Signed-off-by: chiaraprattico <chpr@odoo.com>
2023-05-24 08:56:51 +02:00
Tom Aarab (toaa)
118e73c1de
[ADD] accounting: VAT units
...
task-2557013
16.0: Line 36 = "Create" --> "New"
closes odoo/documentation#4501
X-original-commit: 214ce3075c
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2023-05-23 16:13:43 +02:00
Tom Aarab (toaa)
822abe89df
[ADD] Sales: loyalty and discount programs
...
closes odoo/documentation#4472
X-original-commit: 04f67c0b3f
Signed-off-by: Melanie Nguyen (meng) <meng@odoo.com>
2023-05-23 09:52:06 +02:00
Melanie Nguyen (meng)
752d95f700
[IMP] subscriptions: update subscription plans
...
closes odoo/documentation#4488
X-original-commit: 71024deb7b
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-05-23 00:20:54 +02:00
tiku-odoo
8f735c0568
[IMP]Misc:SysParm-edits-email-doc
...
closes odoo/documentation#4492
X-original-commit: 9267ce21a5
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2023-05-22 23:15:59 +02:00
Brandon Seltenrich (BRSE)
d083841d77
[IMP] inventory: update serial numbers doc
...
closes odoo/documentation#4484
X-original-commit: af4ad4cf4d
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-05-22 17:57:40 +02:00
Jonathan Castillo (jcs)
14afa1a1a2
[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#4477
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-21 17:26:45 +02:00
Olivier Dony
5f6af82817
[CHG] legal: partnership contract v11 (updated level requirements + clarifications)
2023-05-19 12:41:03 +02:00
Jonathan Castillo (jcs)
1e0fae74cd
[FIX] accounting: mark salt edge bank sync provider available worldwide
...
task-3329454
closes odoo/documentation#4451
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-17 15:37:11 +02:00
Jess Rogers (jero)
758c817e67
[IMP] helpdesk: update aftersales services
...
closes odoo/documentation#4437
X-original-commit: cbffc99b0f
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-05-15 23:31:56 +02:00
Jonathan Castillo (jcs)
8e2b3368f9
[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#4433
X-original-commit: b3db7fdd48
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-15 18:06:48 +02:00
CVDE-odoo
15c27a4ca9
[ADD] developer/howto: guide for theming
...
A complete guide on how to create a custom website theme for Odoo
closes odoo/documentation#4418
X-original-commit: 892fd3e2ac
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-12 10:50:51 +02:00
Melanie Nguyen (meng)
9f3dfd356f
[IMP] subscriptions: update product configuration
...
closes odoo/documentation#4417
X-original-commit: e650e86173
Signed-off-by: Melanie Nguyen (meng) <meng@odoo.com>
2023-05-11 22:32:53 +02:00
Antoine Vandevenne (anv)
d33f26059c
[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#4412
X-original-commit: 26e12696c1
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-05-11 13:10:13 +02:00
Jess Rogers (jero)
75e4c3eb0a
[IMP] helpdesk: updated 16.0 reporting doc
...
closes odoo/documentation#4408
X-original-commit: 84390f4461
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-05-11 03:52:07 +02:00
Tom Aarab (toaa)
872ce4e0ae
[IMP] accounting: follow-up reports
...
taskid-2057352.
Forward to master.
closes odoo/documentation#4389
X-original-commit: 767ee598ac
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2023-05-10 12:55:47 +02:00
Ahmed Elhadi
ec9a03a1fd
[IMP] sales: Update different_addresses.rst
...
closes odoo/documentation#4383
X-original-commit: 2d630dffb6
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-05-09 20:26:14 +02:00
Loredana Perazzo
7e381eca85
[IMP] pos: note about businesses requirements to use Adyen
...
task-3251524
closes odoo/documentation#4371
X-original-commit: 6740ad7811
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-05-09 11:25:42 +02:00
Loredana Perazzo
e306957cc9
[IMP] pos: correct a typo in note
...
task-3296759
closes odoo/documentation#4361
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 18:30:38 +02:00
Xavier
463e2a5743
[IMP] upgrade: clarify and update the SLA section
...
task-3300955
closes odoo/documentation#4364
X-original-commit: 8763fef3f7
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2023-05-08 16:19:53 +02:00
“Audrey
0d18cd7ac1
[ADD] website: cookies bar
...
Task ID: 3297795
closes odoo/documentation#4348
X-original-commit: 3fbe44b49d
Related: odoo/odoo#120713
Signed-off-by: auva-odoo <auva@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-05 19:59:40 +02:00
Xavier
f20cbcf429
[IMP] studio: add a note about duplicating standard reports
...
Task ID: 3301013
closes odoo/documentation#4341
X-original-commit: af93e6532d
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2023-05-05 08:08:01 +02:00
Sam Lieber (sali)
4bf74460ee
[IMP] inventory: delivery orders and incoming shipments restructure
...
closes odoo/documentation#4335
X-original-commit: bea00ecb40
Related: odoo/odoo#120533
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-04 17:15:03 +02:00
John Holton (hojo)
c97c61dc2c
[ADD] Inventory: add create second warehouse
...
closes odoo/documentation#4328
X-original-commit: f2c1cb228a
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-05-03 06:25:27 +02:00
Jonathan Castillo (jcs)
0d17158569
[ADD] UAE localization
...
closes odoo/documentation#4313
Taskid: 2906051
X-original-commit: eea4029a33
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2023-05-02 16:42:04 +02:00
Melanie Nguyen (meng)
b814d3982b
[ADD] subscriptions: add ecommerce configuration
...
closes odoo/documentation#4306
X-original-commit: 591532ecca
Signed-off-by: Melanie Nguyen (meng) <meng@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-05-02 01:01:53 +02:00
Timothy Kukulka (tiku)
9ed7a7acbb
[IMP] Google Oauth Docs edits final review
...
closes odoo/documentation#4302
X-original-commit: 5b63bfcba9
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-30 19:44:55 +02:00
Melanie Nguyen (meng)
2fc804c998
[IMP] sales: update customer addresses
...
closes odoo/documentation#4292
X-original-commit: 07249080ca
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-28 19:31:54 +02:00
Brandon Seltenrich (BRSE)
493524b8de
[IMP] purchase: split purchase agreements docs
...
closes odoo/documentation#4289
X-original-commit: a217787ad3
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-04-28 17:16:14 +02:00
tiku-odoo
3dac2060a7
[IMP]Maintain:Fix typo in Azure Mail
...
closes odoo/documentation#4286
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:25 +02:00
Antoine Vandevenne (anv)
4fab6f10c7
[FIX] reference/services: mark optional the params
parameter of rpc
...
closes odoo/documentation#4281
X-original-commit: c1b38dc1f3
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-27 17:57:09 +02:00
Antoine Vandevenne (anv)
4815658419
[IMP] tutorials/js_framework: reword, clarify and improve instructions
...
X-original-commit: b58dbb1fbb
Part-of: odoo/documentation#4281
2023-04-27 17:57:09 +02:00
Antoine Vandevenne (anv)
1ab6782608
[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.
X-original-commit: 6e746c851f
Part-of: odoo/documentation#4281
2023-04-27 17:57:08 +02:00
Antoine Vandevenne (anv)
89927ff965
[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.
X-original-commit: ce14b2cfb5
Part-of: odoo/documentation#4281
2023-04-27 17:57:08 +02:00
Sam Lieber (sali)
12f418f11d
[REF] surveys: remove overview folder
...
closes odoo/documentation#4275
X-original-commit: 50824b6677
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-26 10:29:01 +02:00
Jess Rogers (jero)
001532c3bd
[IMP] helpdesk: update ratings doc
...
closes odoo/documentation#4251
X-original-commit: 6c6f2398dd
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2023-04-26 09:22:42 +02:00
Brandon Seltenrich (BRSE)
f041b0cdb4
[IMP] inventory: update stock_warehouses
...
closes odoo/documentation#4268
X-original-commit: 31889ddc3b
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-26 07:56:47 +02:00
Jonathan
02bff1e7d1
[IMP] contributing/dev: add cd command to the git config section
...
closes odoo/documentation#4258
X-original-commit: 817e332160
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-25 19:17:14 +02:00
Géry Debongnie
6d1171af9f
[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#4247
X-original-commit: b6b9de70d2
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-25 10:22:49 +02:00
Jonathan
258569306b
[MOV] pos: restructuration of pos toctree
...
task-3284514
+ update of access pos settings
Task-3256407
closes odoo/documentation#4241
X-original-commit: f851ea0e0a
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 17:02:53 +02:00
KC (ksc)
3e7ae74e90
[ADD] social marketing: added social marketing documentation to v14
...
closes odoo/documentation#4234
X-original-commit: 42148acbec
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-21 23:13:28 +02:00
Artygo8
549e06ce05
[IMP] reference/extract: update documentation
...
task-3071317
closes odoo/documentation#4223
X-original-commit: 07eef81a95
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Arthur Gossuin (goa) <goa@odoo.com>
2023-04-21 16:14:02 +02:00
Zuzanna Luczynska
34a84cf8c4
[IMP] field service: default warehouse
...
task-2948598
closes odoo/documentation#4207
X-original-commit: 3ae4fbab84
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-19 16:01:59 +02:00
John Holton (hojo)
48a2bd7196
[ADD] Maintenance: add new equipment
...
closes odoo/documentation#4202
X-original-commit: eb067d6dc1
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-19 00:35:54 +02:00
Julien Van Roy
2e9789e436
[IMP] accounting: send and print workflow in electronic_invoicing
...
From saas-16.2, the choice of the format can be made from the partner
form view (for the formats present in `account_edi_ubl_cii` only). And
the attachment are generated during the Send & Print flow.
PR to select the EDI format based on the partner:
https://github.com/odoo/odoo/pull/115934
PR refactoring the Send & Print flow:
https://github.com/odoo/odoo/pull/111857
closes odoo/documentation#4152
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-18 19:21:23 +02:00
Jonathan
5ce77e9fc7
[IMP] fiscal localizations: configuration
...
task-3277592
closes odoo/documentation#4194
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-17 19:37:57 +02:00
Mahmoud Metwally
837854a404
[FW][FIX] howtos/company: fix typos
...
closes odoo/documentation#4181
Forward-port-of: odoo/documentation#4147
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-17 18:30:54 +02:00
Zuzanna Luczynska
b828d1852e
[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#4191
X-original-commit: 151e0554fa
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-15 14:11:54 +02:00
hapa-odoo
47f5cdb9c1
[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#4171
X-original-commit: 5280cb147e
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-15 12:53:40 +02:00
Julien Van Roy
2baadb8075
[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#4165
X-original-commit: 875d5ea61f
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-14 11:44:12 +02:00
Mahmoud Metwally
14d36e7bbf
[FW][FIX] developer/web_services: fix typo
...
closes odoo/documentation#4159
Forward-port-of: odoo/documentation#4146
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-14 11:43:59 +02:00
Julien Van Roy
5b696e0290
[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#4162
X-original-commit: 136187f0fb
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-14 07:10:01 +02:00
Brandon Seltenrich (BRSE)
cb8794b39e
[IMP] inventory: update owned_stock
...
closes odoo/documentation#4142
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:00 +02:00
Loan (LSE)
c2848ab56c
[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#4136
X-original-commit: 6f4822cb2b
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-12 21:54:20 +02:00
Jonathan Castillo (jcs)
36d80ebb78
[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#4126
X-original-commit: 3d2c5d7c16
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-12 08:06:08 +02:00
Jonathan Castillo (jcs)
008b79eae2
[MOV] live chat: structure
...
task-3269837
closes odoo/documentation#4127
X-original-commit: 1685449f61
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-12 07:08:00 +02:00
Jonathan Castillo (jcs)
b142e491c2
[MOV] website: structure
...
As a first step to update the doc - at last! - we first need to update
its structure.
task-3269837
X-original-commit: 180963cd89
Part-of: odoo/documentation#4127
2023-04-12 07:08:00 +02:00
fvz-odoo
6f9d25e7c7
[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#4119
X-original-commit: 5ef339fe82
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-11 19:53:06 +02:00
Jess Rogers (jero)
5750d65b87
[IMP] helpdesk: update ticket closing
...
closes odoo/documentation#4103
X-original-commit: a1b86849b7
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2023-04-11 17:44:29 +02:00
Brandon Seltenrich (BRSE)
44e2d701a3
[IMP] purchase: update bill control policies doc
...
closes odoo/documentation#4093
X-original-commit: c59db7d9f8
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-11 01:36:11 +02:00
John Holton (hojo)
29529e82ca
[ADD] Quality: add Create quality alerts
...
closes odoo/documentation#4089
X-original-commit: 1b640a7a30
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-10 22:25:01 +02:00
John Holton (hojo)
2d3a7eb4f3
[IMP] Inventory: Update dropshipping
...
closes odoo/documentation#4081
X-original-commit: bbbca62f6f
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-10 21:20:45 +02:00
Jonathan Castillo (jcs)
e168ffdb1c
[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#4068
X-original-commit: 878fc0e21f
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-08 12:58:06 +02:00
Tom Aarab (toaa)
a191e8aa61
[ADD] ecommerce: performance monitoring
...
Adding a doc page on performance monitoring and analysis for eCommerce
websites
closes odoo/documentation#4017
Taskid: 3246984
X-original-commit: 4c623b69b1
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-08 12:58:03 +02:00
Sam Lieber (sali)
1f392fada5
[IMP] purchase: update reordering rules config doc
...
closes odoo/documentation#4075
X-original-commit: 728a462762
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-08 05:28:02 +02:00
Jess Rogers (jero)
af315347d4
[IMP] helpdesk: updated sla policies
...
closes odoo/documentation#4067
X-original-commit: 401a19fcdc
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-08 00:55:08 +02:00
“Chiara
67d2bb2cb4
[IMP] accounting: update batch payments
...
closes odoo/documentation#4057
X-original-commit: 67f10d3eca
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
Signed-off-by: chiaraprattico <chpr@odoo.com>
2023-04-06 13:23:07 +02:00
John Holton (hojo)
cfa01812a6
[IMP] Inventory: Update inter-warehouse replenishment
...
closes odoo/documentation#4045
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:04 +02:00
KC (ksc)
adb41ceb9d
[ADD] sms marketing: added essentials/getting started docs
...
closes odoo/documentation#4050
X-original-commit: e8ad53cead
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-06 03:15:54 +02:00
Jonathan Castillo (jcs)
c2e30ab23e
[IMP] accounting: bank statements in the transactions page
...
task-3264491
closes odoo/documentation#4040
X-original-commit: 2d7a48a65e
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-05 23:23:03 +02:00
Melanie Nguyen (meng)
41ae9d60ca
[FIX] crm: replace old lead scoring content with predictive lead scoring
...
closes odoo/documentation#4029
X-original-commit: 9f72036be8
Signed-off-by: Melanie Nguyen (meng) <meng@odoo.com>
2023-04-05 20:03:24 +02:00
Tiffany Chang (tic)
ccbf124be9
[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#4034
Task: 3226581
X-original-commit: 7124542ed9
Signed-off-by: Tiffany Chang <tic@odoo.com>
2023-04-05 16:50:29 +02:00
Tiffany Chang (tic)
b742c44f09
[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
X-original-commit: e2c880aafe
Part-of: odoo/documentation#4034
2023-04-05 16:50:28 +02:00
fdardenne
0440f5c5cd
[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#4018
X-original-commit: 7e4435deb8
Signed-off-by: Dardenne Florent (dafl) <dafl@odoo.com>
2023-04-05 13:17:07 +02:00
“Audrey
4124cf56d4
[IMP] payment_providers/flutterwave: recommend ticking all checkboxes
...
task-3254461
closes odoo/documentation#4022
X-original-commit: 0a384a2a35
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: auva-odoo <auva@odoo.com>
2023-04-05 10:56:51 +02:00
Loredana Perazzo
fbda858d40
[ADD] pos: how to add/modify customer notes from POS UI
...
Task ID: 2622090
closes odoo/documentation#4012
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 16:28:26 +02:00
oskarenablebanking
c91ea3d251
[ADD] accounting: enablebanking
...
task-3232701
closes odoo/documentation#4001
X-original-commit: cc194eb979
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-03 20:02:15 +02:00
Jonathan Castillo (jcs)
9878b58a04
[MOV] accounting: structure of bank sync docs
...
X-original-commit: d694c6c9f5
Part-of: odoo/documentation#4001
2023-04-03 20:02:15 +02:00
Zuzanna Luczynska
fdea740edc
[ADD] field service: default warehouse
...
task-2948598
closes odoo/documentation#3998
X-original-commit: 40ef1a26f9
Signed-off-by: zulu-odoo <zulu@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-03 18:26:24 +02:00
Benoit Socias
a8deaf9594
[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#3990
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:01:46 +02:00
“Audrey
4914c45d88
[IMP] Website: review website translation page
...
task-3255779
closes odoo/documentation#3977
X-original-commit: 67bada80e6
Signed-off-by: auva-odoo <auva@odoo.com>
2023-04-03 10:53:02 +02:00
Felicious
6757b2691b
[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#3983
X-original-commit: 71ede7a3d4
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-01 04:55:39 +02:00
Tom Aarab (toaa)
11b2c5250b
[IMP] Adyen: additional minimum requirements for users
...
Adding requirements for users to use Adyen. Forward to master.
closes odoo/documentation#3962
Taskid: 3159712
X-original-commit: 9b0a54b7f2
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2023-03-30 08:37:51 +02:00
Loan (lse)
d6acaf70c1
[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#3924
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 22:53:50 +02:00
Xavier
ec40c817da
[ADD] attendances: hr and attendances categories + hardware page
...
Task ID: 3251124
closes odoo/documentation#3959
X-original-commit: 0124878dd4
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-29 21:45:52 +02:00
Loredana Perazzo
69248346db
[IMP] pos: update fiscal positions page
...
Task ID: 2862506
closes odoo/documentation#3927
X-original-commit: 4a7acf8c02
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-29 08:32:22 +02:00
Melanie Nguyen (meng)
c69cb37be3
[IMP] mail plugins: add instructions to gmail plugin
...
closes odoo/documentation#3946
X-original-commit: 404d524deb
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-29 04:39:48 +02:00
Melanie Nguyen (meng)
19288088f9
[IMP] sales: menuselection fix
...
Fixed a menuselection error and deleted instances of second-person pov
Closes task 3116083
closes odoo/documentation#3941
X-original-commit: f30f6d2003
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-29 03:40:34 +02:00
Timothy Kukulka (tiku)
24f4348a46
[IMP] General: Oauth seemore additions
...
closes odoo/documentation#3936
X-original-commit: aa4e5d7a01
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-29 03:40:27 +02:00
Antoine Vandevenne (anv)
dc2a988173
[IMP] supported_version: release saas-16.2
...
closes odoo/documentation#3908
X-original-commit: c9f53c5b88
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-28 17:09:42 +02:00
Felicious
9fb4c01b19
[FIX] inventory: fix BoM typo
...
closes odoo/documentation#3912
X-original-commit: f2010faafc
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-28 01:05:34 +02:00
Nicolas (vin)
7effc12f02
[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#3905
X-original-commit: 16176fb508
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2023-03-27 18:37:39 +02:00
“Chiara
0d6466fbbf
[IMP] accounting: bank transactions
...
task-3204835
closes odoo/documentation#3896
X-original-commit: e89211e451
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-27 15:20:00 +02:00
Jess Rogers (jero)
9651908b73
[IMP] helpdesk: updated ticketing channels setup
...
closes odoo/documentation#3879
X-original-commit: ab0d9c239d
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-26 10:09:56 +02:00
Timothy Kukulka (tiku)
5c89a56634
[IMP] Support: Update What can I expect
...
closes odoo/documentation#3885
X-original-commit: 406e12822e
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-26 09:12:04 +02:00
LoredanaLrpz
7c4efb6fa9
[IMP] pos: and update kitchen printing
...
Task ID: 3235139
closes odoo/documentation#3874
X-original-commit: e6fd7db226
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-03-25 01:02:02 +01:00
Jess Rogers (jero)
7c8b8269eb
[IMP] helpdesk: updated teams and stages setup content
...
closes odoo/documentation#3869
X-original-commit: da2e4a1a60
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-25 01:01:42 +01:00
Brandon Seltenrich (BRSE)
ccd282023a
[IMP] inventory: fix sendcloud doc
...
closes odoo/documentation#3870
X-original-commit: b9453515a0
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-03-24 18:07:45 +01:00
Olivier Dony
19b4797d37
[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:57 +01:00
Tom Aarab (toaa)
6def5713d3
[ADD] eCommerce: customer interaction
...
Adding a page on customer interaction and adding redirects. Forward to
master.
closes odoo/documentation#3861
Taskid: 3224716
X-original-commit: c24f6eca7a
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2023-03-21 16:34:55 +01:00
LoredanaLrpz
cc997535b2
[IMP] pos: take the half-up out of the last note
...
Task ID: 3184227
closes odoo/documentation#3856
X-original-commit: f3aafe2f09
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-21 11:58:08 +01:00
Valentin Vallaeys (vava)
cb06fb7687
[ADD] developer: add _get_available_tokens
...
Introduced with this commit:
e534ab41e7
closes odoo/documentation#3798
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-21 11:57:57 +01:00
Jonathan Castillo (jcs)
a18fe9a25b
[FIX] dev/tuto: grammar mistake in 02_setup
...
task-3238089
closes odoo/documentation#3848
X-original-commit: 6866cfa361
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-20 16:00:35 +01:00
Antoine Vandevenne (anv)
3f0a7cd34e
[IMP] supported_versions: flag saas-16.1 as supported
...
closes odoo/documentation#3840
X-original-commit: c466d6fd6e
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-17 12:19:02 +01:00
Géry Debongnie
f6ce2b9904
[IMP] developer: add description of disabled
prop to Dropdown
...
This prop has been implemented in pr https://github.com/odoo/odoo/pull/115201/files
closes odoo/documentation#3828
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-14 17:03:41 +01:00
Donatienne Pirlot
2c45872c57
[IMP] accounting: intrastat documentation update
...
Updating the Intrastat documentation to provide information related to the Intrastat report.
closes odoo/documentation#3816
Id: 3167429
X-original-commit: 5d801fbdeb
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-14 12:24:06 +01:00
Jonathan Castillo (jcs)
d5fc577b0b
[MOV] accounting: remove "misc" category in "bank and cash"
...
closes odoo/documentation#3827
X-original-commit: 5888b6eb89
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-14 07:51:42 +01:00
Timothy Kukulka (tiku)
716699782a
[IMP] Website: rewrite-keycdn-doc
...
closes odoo/documentation#3823
X-original-commit: 3eb3f74f70
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2023-03-13 20:47:58 +01:00
Timothy Kukulka (tiku)
d044ac2b59
[IMP] Misc: Remove section from from-address
...
closes odoo/documentation#3815
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:45:09 +01:00
Timothy Kukulka (tiku)
3c338ea041
[IMP] Maintain: Add process to delete account and clean-up
...
closes odoo/documentation#3810
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:45:06 +01:00
Donatienne Pirlot
74d5d52874
[IMP] accounting: Analytic Accounting Documentation
...
closes odoo/documentation#3802
Id: 3133182
X-original-commit: 6079d0e1d7
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-10 21:26:59 +01:00
LoredanaLrpz
830ec0c321
[imp] pos: fusion between split and print bills pages
...
Task ID: 3210388
closes odoo/documentation#3791
X-original-commit: 59d1ede78d
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-03-10 11:24:03 +01:00