Jess Rogers (jero)
0a7e70e1ae
[IMP] crm: update plan activities
...
closes odoo/documentation#6775
X-original-commit: e4aee350b8
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Co-authored-by: Timothy Kukulka <91896312+tiku-odoo@users.noreply.github.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-12-05 18:02:45 +00:00
Loredana Perazzo
7b53b1fb61
[IMP] pos: remove duplicate of set customer and update sections accordingly
...
task-3366190
closes odoo/documentation#6666
X-original-commit: 4118cb9bf9
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2023-12-04 10:51:39 +00:00
Julien Castiaux
00307f05db
[IMP] developer/reference/cli: --proxy-mode
...
Many customers struggle with their web server configuration, notably
regarding the `--proxy-mode` option and the way `X-Forwarded-*` HTTP
request headers are interpreted within Odoo.
The `--proxy-mode` section has been updated to cover the most common
misunderstandings and to give guidances on how to setup a web server.
Odoo always only takes the last entry of the `X-Forwarded-*` request
header because there are situations where it is not possible to
determine which last n-th entry to use. Employees might access their
odoo database via the internal network: connecting directly to nginx,
while customers might access the database via an additional proxy such
as cloudflare. The real IP of employees would be the last inside the
`X-Forwarded-For` chain, while the real IP of customers would be the
*second* last entry inside the chain. It would be incorrect to always
take the same nth last entry inside the chain. The cloudflare's own IP
address must be discarded from the chain. Web servers usually feature
a way to ignore trusted IP from the chain, a way so that the real IP
of the user is always the last entry inside the chain. Odoo relies on
such feature to be active and configured.
Prior discussions about `X-Forwarded-For`:
* odoo/odoo#104947
* odoo/odoo#118629
* odoo/odoo#139536
All `X-Forwarded-*` headers are ignored in case the `X-Forwarded-Host`
header is missing (even with `--proxy-mode`). System admin might be
tempted to not set this header and to set `Host` instead, this is
broken as this a user-agent would be able to spoof `X-Forwarded-Host`
and Odoo would use that instead of the correct `Host`.
Prior discussions about `X-Forwarded-Host`:
* odoo/odoo#63277
* odoo/odoo#70117
closes odoo/documentation#6742
X-original-commit: 3d91c57b57
Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
2023-12-03 08:26:48 +00:00
Marion (masp)
82b7ccb150
[FIX] Website: pages.rst menu bug
...
fixes bug introduced with https://github.com/odoo/documentation/pull/5307
closes odoo/documentation#6719
X-original-commit: 53cc4aacb5
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-11-29 15:33:10 +00:00
Marion (masp)
ef2e823bf3
[IMP] Contributing: typo seealso admonition
...
closes odoo/documentation#6641
X-original-commit: 70d5a55909
Signed-off-by: Marion Spindler (masp) <masp@odoo.com>
2023-11-29 11:32:48 +00:00
“Audrey
cb91232a44
[ADD] website: mail groups
...
task-2845181
closes odoo/documentation#6704
X-original-commit: 25bc655cfa
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2023-11-29 08:56:19 +00:00
John Holton (hojo)
825c98f09b
[ADD] Quality: Take a Picture Check
...
closes odoo/documentation#6714
X-original-commit: 2e605c9ec8
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-29 03:12:45 +00:00
Sam Lieber (sali)
170d92a66b
[IMP] accounting/l10n_co: additional context
...
closes odoo/documentation#6689
X-original-commit: 6045a60dd5
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Co-authored-by: dade-odoo <87431108+dade-odoo@users.noreply.github.com>
Co-authored-by: larm-odoo <121518652+larm-odoo@users.noreply.github.com>
2023-11-28 22:58:08 +00:00
Jess Rogers (jero)
65c6670d3a
[IMP] crm: update manage lost opps
...
closes odoo/documentation#6680
X-original-commit: 21f0ad60f8
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
Co-authored-by: brse-odoo <brse@odoo.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
2023-11-28 22:58:04 +00:00
Tom Aarab (toaa)
639a56fc5c
[IMP] accounting: checks
...
Update screenshots for 16.4 and up. Forward to master.
taskid-3614814
closes odoo/documentation#6696
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-28 18:12:43 +00:00
Donatienne (dopi)
bba721e170
[IMP] documents: new features
...
task-3433587
closes odoo/documentation#6671
X-original-commit: 2ba79f54a5
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-27 17:31:06 +00:00
Felicious
7fba97b264
[IMP] barcode: add zebra scanner section
...
add more figures
closes odoo/documentation#6599
X-original-commit: 56cda37610
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: hojo-odoo <123424465+hojo-odoo@users.noreply.github.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
Co-authored-by: Zachary Straub <zst@odoo.com>
2023-11-27 16:18:37 +00:00
Donatienne (dopi)
984f971689
[IMP] sign: update for 16.0
...
task-3433578
closes odoo/documentation#6660
X-original-commit: 71446b0668
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-27 09:56:49 +00:00
Xavier (XPL)
03e756d85d
[IMP] reporting: improve grammar and remove image centering
...
closes odoo/documentation#6652
X-original-commit: 3ead6e0f99
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-24 13:59:54 +00:00
“Chiara
eafe834cf4
[IMP] accounting: branch management in main page
...
taskid-3609491
closes odoo/documentation#6623
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-24 10:01:37 +00:00
Claire Bretton (clbr)
f5c8237016
[FIX] getting_started: remove useless lambda
...
The lambda function here is useless and makes newdooers think
they need to use it everytime.
`default=fields.Date.add(fields.Date.today(), months=3))`
should do the trick, no lambda involved.
closes odoo/documentation#6630
X-original-commit: 620508fb29
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Claire Bretton (clbr) <clbr@odoo.com>
2023-11-23 23:58:40 +00:00
Claire Bretton (clbr)
7917da126c
[FIX] getting_started: invalid addons-path
...
The "../technical-training-sandbox" is added too early in the path since
its still empty, and results into an "invalid addons-path" error.
X-original-commit: 8707609b38
Part-of: odoo/documentation#6630
2023-11-23 23:58:40 +00:00
Xavier (XPL)
29e75ec988
[IMP] outlook: remove note about multi-user sync spam
...
task-3575806
closes odoo/documentation#6624
X-original-commit: b4302e4023
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-23 23:58:39 +00:00
Xavier (XPL)
f02f5ade87
[FIX] accounting: update link to getting started video tutorial
...
task-3608613
closes odoo/documentation#6613
X-original-commit: c0653112a1
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-23 17:29:18 +00:00
“Chiara
4728e6db23
[IMP] accounting: peppol changes
...
taskid-3450738
closes odoo/documentation#5869
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-23 14:18:40 +00:00
KC (ksc)
39fb142163
[IMP] sales: updated deadline doc for 16
...
closes odoo/documentation#6583
X-original-commit: 75c24e7e88
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-23 07:59:06 +00:00
Xavier (XPL)
994caa3865
[IMP] paypal: add note about supported currencies
...
task-3608056
closes odoo/documentation#6570
X-original-commit: 5f1881a88a
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-23 07:59:04 +00:00
Felicious
e168d499b1
[IMP] inventory: update delivery methods from 12 to 16
...
closes odoo/documentation#6600
X-original-commit: 4e2b634a50
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: hojo-odoo <123424465+hojo-odoo@users.noreply.github.com>
Co-authored-by: Zachary Straub <zst@odoo.com>
2023-11-23 06:46:55 +00:00
Felicious
5cf786983e
[ADD] inventory: cluster picking
...
closes odoo/documentation#6590
X-original-commit: 32900efbb9
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: hojo-odoo <123424465+hojo-odoo@users.noreply.github.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
Co-authored-by: meng-odoo <101904966+meng-odoo@users.noreply.github.com>
2023-11-23 06:46:54 +00:00
John Holton (hojo)
5d0c6666aa
[ADD] Quality: Measure quality check
...
closes odoo/documentation#6577
X-original-commit: 78713f1637
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-23 01:22:14 +00:00
Xavier (XPL)
2ab3c957e3
[IMP] upgrade: add note on bank synch neutralization
...
task-3605690
closes odoo/documentation#6561
X-original-commit: dc48273e7e
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-22 14:55:20 +00:00
Donatienne (dopi)
3664f1594c
[IMP] website: use plausible.io servers and account
...
This addition explains how to create and connect an existing plausible.io account in Odoo.
task-3540753
closes odoo/documentation#6544
X-original-commit: cd11937f43
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-11-22 08:08:40 +00:00
John Holton (hojo)
3bf97db95a
[ADD] Quality: Pass - Fail quality checks
...
closes odoo/documentation#6550
X-original-commit: 1a11e3c35c
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-22 03:49:24 +00:00
Jess Rogers (jero)
a7e755acde
[REM] crm: google spreadsheet integration
...
closes odoo/documentation#6536
X-original-commit: a11fa7e5b2
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2023-11-21 15:55:32 +00:00
Xavier (XPL)
b8b11fe537
[FIX] payroll: add missing show-content metadata
...
Without the :show-content: metadata markup, it is not possible to open the
page by navigating from the toctree.
closes odoo/documentation#6529
X-original-commit: 16e339a7a3
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-21 14:20:44 +00:00
Rémi Rahir (rar)
5c08c2a755
[FIX] dev/reference: Fix external reference
...
The tour utils were red and moved in Odoo (odoo/odoo#107618 ).
closes odoo/documentation#6513
X-original-commit: 1746c57ff4
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Rémi Rahir (rar) <rar@odoo.com>
2023-11-20 11:37:08 +00:00
Felicious
b7bbbfe15b
[IMP] barcode: split docs + hone in on language
...
closes odoo/documentation#6518
X-original-commit: 9081e45aab
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
Co-authored-by: brse-odoo <brse@odoo.com>
Co-authored-by: Zachary Straub <zst@odoo.com>
2023-11-20 00:44:00 +00:00
oco-odoo
4fc941c97b
[IMP] accounting: new tag selector for custom reports
...
0c0cf8ebc9
added a new way to select accounts in the account_codes engine. This
commit adds some explanation in the doc on how to use this new syntax.
closes odoo/documentation#6505
X-original-commit: 1a32165180
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-11-17 21:34:09 +00:00
John Holton (hojo)
cb5c85eb6f
[ADD] MRP: Three-step manufacturing
...
closes odoo/documentation#5163
closes odoo/documentation#6488
X-original-commit: 5689f7cf22
Signed-off-by: John Holton (hojo) <hojo@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-17 17:15:42 +00:00
John Holton (hojo)
4472a1774a
[ADD] MRP: One-step manufacturing
...
closes odoo/documentation#6468
X-original-commit: 9c0982371a
Signed-off-by: John Holton (hojo) <hojo@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-16 05:36:48 +00:00
Felicious
10721ae7a9
[IMP] inventory: expand on accounting and math
...
closes odoo/documentation#6479
X-original-commit: 9761eb44dc
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: toaa <104567387+toaa-odoo@users.noreply.github.com>
Co-authored-by: meng-odoo <101904966+meng-odoo@users.noreply.github.com>
2023-11-15 23:51:30 +00:00
tiku-odoo
c544781acc
[IMP] Productivity: Outlook Plugin edits
...
closes odoo/documentation#6480
X-original-commit: 71aabb2618
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2023-11-15 18:45:46 +00:00
Rémy Voet (ryv)
b8d53f4bbe
[IMP] orm: update changelog
...
closes odoo/documentation#6463
X-original-commit: f1960a250c
Signed-off-by: Rémy Voet (ryv) <ryv@odoo.com>
2023-11-15 13:46:44 +00:00
Yaroslav Soroko (yaso)
30445eef67
[IMP] Pos: iot six module part added to the six doc
...
This PR adds the documentation for a new Pos IoT Six module which will
soon replace the old Six module.
task-3555605
closes odoo/documentation#6438
X-original-commit: bc98b8c491
Signed-off-by: Yaroslav Soroko (yaso) <yaso@odoo.com>
Co-authored-by: Yaroslav Soroko (yaso) <yaso@odoo.com>
Co-authored-by: Loredana Perazzo <lrpz@odoo.com>
2023-11-14 16:25:32 +00:00
Felicious
421ac00f0c
[IMP] inventory: fwport removal strategy
...
closes odoo/documentation#6446
X-original-commit: ba34f754ce
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-14 01:34:04 +00:00
John Holton (hojo)
2bdf8ada96
[ADD] Quality: Instructions quality check
...
closes odoo/documentation#6452
X-original-commit: f0b895fdb2
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-14 00:13:49 +00:00
John Holton (hojo)
3f005dc9eb
[ADD] MRP: Two-step manufacturing
...
closes odoo/documentation#6400
X-original-commit: 0241c9dd05
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-12 22:42:36 +00:00
KC (ksc)
a8db5128c2
[IMP] sales: complete rewrite for pricing doc
...
closes odoo/documentation#6413
X-original-commit: a113d83fea
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-11 20:43:51 +00:00
John Holton (hojo)
e8a8eb09f9
[ADD] Inventory: Use locations to manage inventory
...
closes odoo/documentation#6421
X-original-commit: 889e95037d
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-11 19:39:12 +00:00
Loredana Perazzo
583017300c
[IMP] pos: add warning to not buy a terminal from amazon
...
closes odoo/documentation#6389
Taskid: 3284737
X-original-commit: f0495a9bc9
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-09 14:52:55 +00:00
Sam Lieber (sali)
75cabd736e
[FIX] upgrade: remove empty toctree
...
closes odoo/documentation#6371
X-original-commit: 392e99f907
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-09 14:52:55 +00:00
John Holton (hojo)
7971f001f8
[ADD] MRP: Work order dependencies
...
closes odoo/documentation#6378
X-original-commit: a1e7445ae3
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-09 04:23:41 +00:00
Felicious
6ae06ebfb8
[IMP] inventory: rewrite lead times, add images
...
closes odoo/documentation#6358
X-original-commit: 3d5badcc82
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: brse-odoo <brse@odoo.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
2023-11-09 04:23:41 +00:00
John Holton (hojo)
5e5d076e31
[ADD] Inventory: Add Scrap inventory
...
closes odoo/documentation#6373
X-original-commit: 0e6576cc3d
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-09 00:35:33 +00:00
tiku-odoo
47af5ceffc
[ADD] IoT: OPC-UA Protocol
...
closes odoo/documentation#6348
X-original-commit: 4d2a3101ad
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-08 09:49:06 +00:00