Commit Graph

3579 Commits

Author SHA1 Message Date
KC (ksc)
ad0287f74b [IMP] sales: updated returns doc for v16
closes odoo/documentation#6842

X-original-commit: 4e85ef01e8
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-07 18:46:43 +00:00
KC (ksc)
1f08997074 [IMP] sales: updated pro-forma invoice doc for 16
closes odoo/documentation#6841

X-original-commit: bbbb00e752
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-07 18:46:42 +00:00
KC (ksc)
3d7424f226 [IMP] sales: update get signature to validate for 16
closes odoo/documentation#6839

X-original-commit: e1bed7ee7c
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-07 18:46:41 +00:00
KC (ksc)
7d6cb8b0a9 [IMP] sales: fully updated currencies doc
closes odoo/documentation#6836

X-original-commit: 039dba0780
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-07 18:46:40 +00:00
KC (ksc)
277a37ed11 [IMP] subscriptions: products fix misleading info
closes odoo/documentation#6812

X-original-commit: ff2cabf621
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-07 03:28:43 +00:00
KC (ksc)
de2eb099bf [IMP] sales: update orders and variants for 16
closes odoo/documentation#6806

X-original-commit: af7c7afa34
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-07 02:24:37 +00:00
Julien Castiaux
9241843300 [FIX] administration/install: wkhtmltopdf 0.12.6
Official packages for wkhtmltopdf 0.12.5 are no more released since the
release of wkhtmltopdf 0.12.6 in 2020. Debian 10 "Buster" and Ubuntu
20.04 "Focal" were the last system for which 0.12.5 was built[^1].
Installing 0.12.5 on a Ubuntu 22.04 "Jammy" (using the Focal package)
fails for outdated dependencies.

Official packages for wkhtmltopdf 0.12.6 are published on another
repository[^2] than 0.12.5 used to, it includes packages for 0.12.6 for
both Debian 11 "Bullseye" and Ubuntu 22.04 "Jammy". Version 0.12.6.1-r3
is compatible out-of-the-box with Odoo and has been used by runbot to
test all 16.x, 17.x and master branches for the past month.

This work makes it official that [wkhtmltopdf 0.12.6.1-r3] must be used
for Odoo 16.0 and onward.

[^1]: https://github.com/wkhtmltopdf/wkhtmltopdf/releases/tag/0.12.5
[^2]: https://github.com/wkhtmltopdf/packaging/releases
[wkhtmltopdf 0.12.6.1-r3]: https://github.com/wkhtmltopdf/packaging/releases/tag/0.12.6.1-3

closes odoo/documentation#6796

X-original-commit: e5d77ee285
Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
2023-12-06 15:51:52 +00:00
“Chiara
dc26650cb1 [IMP] accounting: followup screenshot
taskid-3614885

closes odoo/documentation#6789

X-original-commit: 27a307cb0c
Signed-off-by: Chiara Prattico (chpr) <chpr@odoo.com>
2023-12-06 11:51:39 +00:00
Donatienne (dopi)
7490d69c46 [IMP] Website: Unsplash documentation updated
task-3498880

closes odoo/documentation#6760

X-original-commit: 88f546f2a9
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-12-06 09:17:29 +00:00
william-andre
d2533c1abc [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#6761

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 08:04:29 +00:00
Zachary Straub (ZST)
2de313a91b [IMP] sales: update quote_template for 16
closes odoo/documentation#6783

X-original-commit: f9013a6309
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-06 03:44:21 +00:00
Jess Rogers (jero)
907ae383fa [IMP] crm: update plan activities
closes odoo/documentation#6773

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 19:15:44 +00:00
Loredana Perazzo
99cdff22c4 [IMP] pos: remove duplicate of set customer and update sections accordingly
task-3366190

closes odoo/documentation#6664

X-original-commit: 4118cb9bf9
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2023-12-04 10:57:47 +00:00
Julien Castiaux
456791dbac [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#6740

X-original-commit: 3d91c57b57
Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
2023-12-03 08:27:19 +00:00
“Audrey
6c162a0db9 [ADD] website: mail groups
task-2845181

closes odoo/documentation#6702

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 07:25:20 +00:00
John Holton (hojo)
361bca472a [ADD] Quality: Take a Picture Check
closes odoo/documentation#6712

X-original-commit: 2e605c9ec8
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-29 03:09:56 +00:00
Sam Lieber (sali)
03c5dc6af6 [IMP] accounting/l10n_co: additional context
closes odoo/documentation#6687

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:17 +00:00
Jess Rogers (jero)
8486beeed4 [IMP] crm: update manage lost opps
closes odoo/documentation#6678

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:33:29 +00:00
Marion (masp)
b10c6eb619 [IMP] Contributing: typo seealso admonition
closes odoo/documentation#6639

X-original-commit: 70d5a55909
Signed-off-by: Marion Spindler (masp) <masp@odoo.com>
2023-11-27 18:26:04 +00:00
Felicious
bae89359f4 [IMP] barcode: add zebra scanner section
add more figures

closes odoo/documentation#6595

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 15:00:52 +00:00
Donatienne (dopi)
a5f7a52160 [IMP] sign: update for 16.0
task-3433578

closes odoo/documentation#6658

X-original-commit: 71446b0668
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-27 09:46:19 +00:00
Xavier (XPL)
57d212cb57 [IMP] reporting: improve grammar and remove image centering
closes odoo/documentation#6649

X-original-commit: 3ead6e0f99
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-24 14:14:52 +00:00
Claire Bretton (clbr)
ecdb70c7d6 [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#6628

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 19:18:57 +00:00
Claire Bretton (clbr)
7f7a3c45ac [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#6628
2023-11-23 19:18:57 +00:00
Xavier (XPL)
d318db31a8 [IMP] outlook: remove note about multi-user sync spam
task-3575806

closes odoo/documentation#6621

X-original-commit: b4302e4023
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-23 19:18:57 +00:00
Xavier (XPL)
f2b6b92be4 [FIX] accounting: update link to getting started video tutorial
task-3608613

closes odoo/documentation#6611

X-original-commit: c0653112a1
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-23 17:16:38 +00:00
Xavier (XPL)
c887f09849 [IMP] paypal: add note about supported currencies
task-3608056

closes odoo/documentation#6568

X-original-commit: 5f1881a88a
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-23 11:17:04 +00:00
KC (ksc)
e145e97ab7 [IMP] sales: updated deadline doc for 16
closes odoo/documentation#6581

X-original-commit: 75c24e7e88
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-23 07:42:32 +00:00
Felicious
822bead5d8 [IMP] inventory: update delivery methods from 12 to 16
closes odoo/documentation#6596

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:26 +00:00
Felicious
d6d64911de [ADD] inventory: cluster picking
closes odoo/documentation#6588

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:25 +00:00
John Holton (hojo)
6c780b38af [ADD] Quality: Measure quality check
closes odoo/documentation#6575

X-original-commit: 78713f1637
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-23 01:10:47 +00:00
Xavier (XPL)
504b66ee7e [IMP] upgrade: add note on bank synch neutralization
task-3605690

closes odoo/documentation#6559

X-original-commit: dc48273e7e
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-22 14:15:30 +00:00
Donatienne (dopi)
9c6aeff9f2 [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#6542

X-original-commit: cd11937f43
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-11-22 08:12:31 +00:00
John Holton (hojo)
6cf8d37b2a [ADD] Quality: Pass - Fail quality checks
closes odoo/documentation#6548

X-original-commit: 1a11e3c35c
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-22 03:49:52 +00:00
Jess Rogers (jero)
7c025bf2c4 [REM] crm: google spreadsheet integration
closes odoo/documentation#6530

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 16:59:39 +00:00
Xavier (XPL)
efef62978c [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#6526

X-original-commit: 16e339a7a3
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-21 16:59:38 +00:00
Mathieu (mano)
4015b9b441 [IMP] odoo_theme: toctrees-l1,l2 design improvement
Issue 1:
========
The toctrees in the documentation are visually inconsistent because of
the content. Sometimes we have titles that are also links and visually
collides with the rest of the toc making it hard to read. This applies
to toctree-l1 and toctree-l2.

Fix 1:
========
When we have a link and title toctree-l2 in a list containing other
nested toc, we apply another styling displaying it with the same color
as a title, but with an icon and hover behavior indicating that it is a
link. (This commit also changes the direction of the i-link icon to make
it standard).

Issue 2:
========
When we have only have toctree-l1 links without nested toc the toctree
is uselessly taking a lot of space.

Fix: 2
========

In these scenario we add a class to the toctree wrapper to replace the
toctree-l1 style with a toctree-l2.

task-3138525
task-3138563

part of

task-3059178

closes odoo/documentation#6506

X-original-commit: c62bf21987
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-11-21 10:42:35 +00:00
Felicious
12f80c29f0 [IMP] barcode: split docs + hone in on language
closes odoo/documentation#6516

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:52:57 +00:00
oco-odoo
d19268f418 [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#6501

X-original-commit: 1a32165180
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-11-17 20:30:53 +00:00
John Holton (hojo)
185321f06e [ADD] MRP: Three-step manufacturing
closes odoo/documentation#5163

closes odoo/documentation#6486

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 15:54:49 +00:00
John Holton (hojo)
a1908d9a73 [ADD] MRP: One-step manufacturing
closes odoo/documentation#6466

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 00:59:20 +00:00
Felicious
4bef0c93d6 [IMP] inventory: expand on accounting and math
closes odoo/documentation#6475

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:57 +00:00
tiku-odoo
a68bdeea0e [IMP] Productivity: Outlook Plugin edits
closes odoo/documentation#6476

X-original-commit: 71aabb2618
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2023-11-15 19:20:26 +00:00
Rémy Voet (ryv)
1c3f5521f2 [IMP] orm: update changelog
closes odoo/documentation#6461

X-original-commit: f1960a250c
Signed-off-by: Rémy Voet (ryv) <ryv@odoo.com>
2023-11-15 12:27:02 +00:00
Yaroslav Soroko (yaso)
e14abe7362 [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#6436

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:48:33 +00:00
Felicious
3491e1e307 [IMP] inventory: fwport removal strategy
closes odoo/documentation#6444

X-original-commit: ba34f754ce
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-14 01:21:19 +00:00
John Holton (hojo)
95300cbda0 [ADD] Quality: Instructions quality check
closes odoo/documentation#6449

X-original-commit: f0b895fdb2
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-14 00:14:02 +00:00
Sam Lieber (sali)
515ac2014f [IMP] tests: make review UX and resource files
closes odoo/documentation#6430

X-original-commit: 25e204adcd
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Co-authored-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-11-13 18:14:09 +00:00
John Holton (hojo)
9662486c07 [ADD] MRP: Two-step manufacturing
closes odoo/documentation#6398

X-original-commit: 0241c9dd05
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-12 22:43:02 +00:00
John Holton (hojo)
5f32e02c99 [ADD] Inventory: Use locations to manage inventory
closes odoo/documentation#6419

X-original-commit: 889e95037d
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-11 18:47:46 +00:00