“Chiara
b937f99707
[IMP] accounting: followup screenshot
...
taskid-3614885
closes odoo/documentation#6788
X-original-commit: 27a307cb0c
Signed-off-by: Chiara Prattico (chpr) <chpr@odoo.com>
2023-12-06 12:24:57 +00:00
Donatienne (dopi)
8e0c0a98dd
[IMP] Website: Unsplash documentation updated
...
task-3498880
closes odoo/documentation#6758
X-original-commit: 88f546f2a9
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-12-06 09:03:51 +00:00
william-andre
f1f26e5c49
[FIX] install: do not create superuser for postgres
...
The preferred/safe way of running Odoo is with a standard user, with
only the right to create a database.
See b6b73551db
closes odoo/documentation#6759
X-original-commit: df8114e591
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: William André (wan) <wan@odoo.com>
2023-12-06 07:59:47 +00:00
Zachary Straub (ZST)
c59a4ba33e
[IMP] sales: update quote_template for 16
...
closes odoo/documentation#6782
X-original-commit: f9013a6309
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-06 03:44:33 +00:00
Jess Rogers (jero)
c419fb2246
[IMP] crm: update plan activities
...
closes odoo/documentation#6771
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 17:58:04 +00:00
Loredana Perazzo
0ea02fb3aa
[IMP] pos: remove duplicate of set customer and update sections accordingly
...
task-3366190
closes odoo/documentation#6663
X-original-commit: 4118cb9bf9
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2023-12-04 11:48:40 +00:00
Julien Castiaux
401ca0f2f8
[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#6739
X-original-commit: 3d91c57b57
Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
2023-12-03 08:27:34 +00:00
“Audrey
a525ffea78
[ADD] website: mail groups
...
task-2845181
closes odoo/documentation#6701
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:12:47 +00:00
John Holton (hojo)
2e605c9ec8
[ADD] Quality: Take a Picture Check
...
closes odoo/documentation#6586
X-original-commit: 5612ce8dd8
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-29 01:13:39 +00:00
Sam Lieber (sali)
75c324dd7b
[IMP] accounting/l10n_co: additional context
...
closes odoo/documentation#6686
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-27 22:31:31 +00:00
Jess Rogers (jero)
25cf47a6de
[IMP] crm: update manage lost opps
...
closes odoo/documentation#6677
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-27 19:05:31 +00:00
Marion (masp)
97f41b61e0
[IMP] Contributing: typo seealso admonition
...
closes odoo/documentation#6638
X-original-commit: 70d5a55909
Signed-off-by: Marion Spindler (masp) <masp@odoo.com>
2023-11-27 17:27:10 +00:00
Felicious
c463d7802f
[IMP] barcode: add zebra scanner section
...
add more figures
closes odoo/documentation#6593
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 14:38:31 +00:00
Donatienne (dopi)
7f7ecd5c58
[IMP] sign: update for 16.0
...
task-3433578
closes odoo/documentation#6657
X-original-commit: 71446b0668
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-27 10:01:45 +00:00
Xavier (XPL)
cb8e4c4eff
[IMP] reporting: improve grammar and remove image centering
...
closes odoo/documentation#6647
X-original-commit: 3ead6e0f99
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-24 15:44:39 +00:00
Claire Bretton (clbr)
f7eb9a9f5f
[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#6627
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 16:16:34 +00:00
Claire Bretton (clbr)
d87c106ac0
[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#6627
2023-11-23 16:16:34 +00:00
Xavier (XPL)
acf5b72219
[IMP] outlook: remove note about multi-user sync spam
...
task-3575806
closes odoo/documentation#6620
X-original-commit: b4302e4023
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-23 16:16:33 +00:00
Xavier (XPL)
2e2d2a38fc
[FIX] accounting: update link to getting started video tutorial
...
task-3608613
closes odoo/documentation#6610
X-original-commit: c0653112a1
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-23 13:19:17 +00:00
Xavier (XPL)
1e884c19e7
[IMP] paypal: add note about supported currencies
...
task-3608056
closes odoo/documentation#6567
X-original-commit: 5f1881a88a
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-23 08:43:53 +00:00
KC (ksc)
c21922398f
[IMP] sales: updated deadline doc for 16
...
closes odoo/documentation#6580
X-original-commit: 75c24e7e88
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-23 07:47:15 +00:00
Felicious
b6890e2ea3
[IMP] inventory: update delivery methods from 12 to 16
...
closes odoo/documentation#6594
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:47:41 +00:00
Felicious
f7ee3b3297
[ADD] inventory: cluster picking
...
closes odoo/documentation#6587
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:47:40 +00:00
John Holton (hojo)
a536090a5a
[ADD] Quality: Measure quality check
...
closes odoo/documentation#6574
X-original-commit: 78713f1637
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-23 01:11:58 +00:00
Xavier (XPL)
64dcb08876
[IMP] upgrade: add note on bank synch neutralization
...
task-3605690
closes odoo/documentation#6558
X-original-commit: dc48273e7e
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-22 14:15:50 +00:00
Donatienne (dopi)
94f4996784
[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#6541
X-original-commit: cd11937f43
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-11-22 07:45:32 +00:00
John Holton (hojo)
4a72f331d8
[ADD] Quality: Pass - Fail quality checks
...
closes odoo/documentation#6547
X-original-commit: 1a11e3c35c
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-22 03:50:06 +00:00
Jess Rogers (jero)
f5d62dc98d
[REM] crm: google spreadsheet integration
...
closes odoo/documentation#6528
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:31:54 +00:00
Xavier (XPL)
173132d58d
[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#6525
X-original-commit: 16e339a7a3
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-21 14:17:16 +00:00
Felicious
1597ec0a78
[IMP] barcode: split docs + hone in on language
...
closes odoo/documentation#6515
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-17 21:53:12 +00:00
oco-odoo
a1f49050a0
[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#6499
X-original-commit: 1a32165180
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-11-17 20:19:16 +00:00
John Holton (hojo)
5689f7cf22
[ADD] MRP: Three-step manufacturing
...
closes odoo/documentation#5163
closes odoo/documentation#6407
Signed-off-by: John Holton (hojo) <hojo@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-16 21:08:45 +00:00
Felicious
2b1dfa0ecc
[IMP] inventory: expand on accounting and math
...
closes odoo/documentation#6473
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:52:11 +00:00
tiku-odoo
0647569efb
[IMP] Productivity: Outlook Plugin edits
...
closes odoo/documentation#6474
X-original-commit: 71aabb2618
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2023-11-15 18:46:23 +00:00
John Holton (hojo)
9c0982371a
[ADD] MRP: One-step manufacturing
...
closes odoo/documentation#6403
Signed-off-by: John Holton (hojo) <hojo@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-15 16:06:09 +00:00
Rémy Voet (ryv)
ac3cb4cc15
[IMP] orm: update changelog
...
closes odoo/documentation#6460
X-original-commit: f1960a250c
Signed-off-by: Rémy Voet (ryv) <ryv@odoo.com>
2023-11-15 12:29:11 +00:00
Yaroslav Soroko (yaso)
9553ec69d4
[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#6435
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:08:43 +00:00
Felicious
acfe013996
[IMP] inventory: fwport removal strategy
...
closes odoo/documentation#6443
X-original-commit: ba34f754ce
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-14 01:19:01 +00:00
John Holton (hojo)
78594f586c
[ADD] Quality: Instructions quality check
...
closes odoo/documentation#6447
X-original-commit: f0b895fdb2
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-14 00:14:16 +00:00
John Holton (hojo)
b2b20d8eaa
[ADD] MRP: Two-step manufacturing
...
closes odoo/documentation#6397
X-original-commit: 0241c9dd05
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-12 22:43:15 +00:00
John Holton (hojo)
2bad1daf55
[ADD] Inventory: Use locations to manage inventory
...
closes odoo/documentation#6418
X-original-commit: 889e95037d
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-11 18:47:59 +00:00
KC (ksc)
5f022b6439
[IMP] sales: complete rewrite for pricing doc
...
closes odoo/documentation#6410
X-original-commit: a113d83fea
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-11 03:34:04 +00:00
Loredana Perazzo
e65d5b13f4
[IMP] pos: add warning to not buy a terminal from amazon
...
closes odoo/documentation#6386
Taskid: 3284737
X-original-commit: f0495a9bc9
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-09 12:45:42 +00:00
Sam Lieber (sali)
5928f01260
[FIX] upgrade: remove empty toctree
...
closes odoo/documentation#6364
X-original-commit: 392e99f907
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-09 03:39:34 +00:00
Felicious
83d8da3cca
[IMP] inventory: rewrite lead times, add images
...
closes odoo/documentation#6355
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 01:41:00 +00:00
John Holton (hojo)
3dc06d809e
[ADD] Inventory: Add Scrap inventory
...
closes odoo/documentation#6368
X-original-commit: 0e6576cc3d
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-09 00:36:14 +00:00
John Holton (hojo)
a1e7445ae3
[ADD] MRP: Work order dependencies
...
closes odoo/documentation#6342
X-original-commit: d9bdaee6b7
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-09 00:36:13 +00:00
tiku-odoo
5f08fd1b5f
[ADD] IoT: OPC-UA Protocol
...
closes odoo/documentation#6345
X-original-commit: 4d2a3101ad
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-08 10:31:52 +00:00
John Holton (hojo)
d38b3613c4
[ADD] MRP: Add Split and merge manufacturing orders
...
closes odoo/documentation#6336
X-original-commit: 83873dbd71
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-08 09:33:00 +00:00
John Holton (hojo)
d85f8a092f
[ADD] MRP: Shop Floor Overview
...
closes odoo/documentation#6330
X-original-commit: cd881656b8
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-08 06:42:56 +00:00