Commit Graph

3300 Commits

Author SHA1 Message Date
Olivier Dony
c3652f1d3e [IMP] conf: special case alt lang links for legal terms
Legal terms live under specific URL as their translations are not
managed in the same manner.

Layout is like this:
  /terms/enterprise.html (EN)
  /terms/i18n/enterprise_fr.html (FR)

This commit adapts the generation of alternative languages links for each
"legal terms page", so that it targets the correct i18n link, or goes
back to the canonical EN one, depending on the target language.

closes odoo/documentation#7382

closes odoo/documentation#7384

Signed-off-by: Olivier Dony (odo) <odo@odoo.com>
2024-01-15 09:10:11 +00:00
Olivier Dony
2240e0b048 [CHG] legal: make Spanish partnership contract official
Removed the "not legally binding" warning, as Odoo now has official
establishments in countries when Spanish contracts are mandatory and
need to be binding. More careful reviews of the Spanish translations
will be necessary from now on.

UPDATE for forward-port: also updated the partnership text to version 11

Part-of: odoo/documentation#7384
2024-01-15 09:10:11 +00:00
Olivier Dony
da5b8b9cab [IMP] legal: update spanish Enterprise contract to v10a
Including spellchecking and proper emphasis of some important terms, and
the disambiguation of "Extra Covered Modules" and "Bug"

Removed the "not legally binding" warning, as Odoo now has official
establishments in countries when Spanish contracts are mandatory and
need to be binding. More careful reviews of the Spanish translations
will be necessary from now on.

Part-of: odoo/documentation#7384
2024-01-15 09:10:11 +00:00
Tom Aarab (toaa)
4b9af08665 [REM] accounting: multiple payments
Removing redundant page (see task)

See PR https://github.com/odoo/documentation/pull/6645

taskid-3466400

closes odoo/documentation#7342

X-original-commit: 6a66644abe
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2024-01-12 16:00:56 +00:00
Jonathan Castillo (jcs)
cc6e1e6b34 [FIX] redirects: redirection loop on install.rst
closes odoo/documentation#7355

X-original-commit: b6051fafcb
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2024-01-12 14:38:06 +00:00
Donatienne (dopi)
b673106f3a [MOV] geo ip installation: move page to install
Page moved from Websites to Install section

taskid-3512515

X-original-commit: 99dbd6d61b
Part-of: odoo/documentation#7355
2024-01-12 14:38:06 +00:00
Tom Aarab (toaa)
fb36d6cbb7 [IMP] localization: spain missing reports
Missing tax reports for

15 & 16: 347 & 349
17: 347, 349, & 390

taskid-3673259

closes odoo/documentation#7308

X-original-commit: fecb587e78
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2024-01-10 09:17:41 +00:00
Tom Aarab (toaa)
a99d05441f [IMP] accounting: payments doc update
Updated the payments doc page.

Forward to master.

16.3 -> Change reconciliation section

taskid-3610834

closes odoo/documentation#7255

X-original-commit: 36d0a51496
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2024-01-09 08:38:54 +00:00
Tom Aarab (toaa)
e037c67351 [IMP] accounting: checks
Cleared up some confusion about path menu and feature

Forward to master

taskid-3644544

closes odoo/documentation#7284

X-original-commit: c438e5a3aa
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2024-01-08 09:53:05 +00:00
Tom Aarab (toaa)
3d2cee4569 [IMP] accounting: bank sync
Changed a note that was confusing to end users. Forward to 16.3

16.3 & 16.4 --> Fetch Account/Reconnect

17.0 --> Reconnect

taskid-3619168

closes odoo/documentation#7227

X-original-commit: 50e9083274
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2024-01-08 09:53:03 +00:00
Tom Aarab (toaa)
d221ae5f29 [ADD] accounting: Incoterms
Adding an Incoterms page to the documentation

taskid-3615863

closes odoo/documentation#7235

X-original-commit: d1a86f9050
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-01-05 15:00:38 +00:00
Tom Aarab (toaa)
051d4165ab [IMP] accounting: reporting
Updated the reporting section.

Forward to 16.3

closes odoo/documentation#7254

X-original-commit: d0b0cdfcf5
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2024-01-05 07:46:02 +00:00
Julien Castiaux
2687c6611a [FIX] developer/reference/cli: log on stderr
Odoo is actually logging on sys.stderr and not sys.stdout[^1][^2][^3].

Remove passage about the workflows, the workflows were an OpenERP
feature removed almost a decade ago in odoo/odoo@98cb4719db.

Fixes: #7210

[^1]: b3b9b2b49e/odoo/netsvc.py (L156)
[^2]: b3b9b2b49e/odoo/netsvc.py (L198)
[^3]: https://docs.python.org/3/library/logging.handlers.html#logging.StreamHandler

closes odoo/documentation#7256

X-original-commit: c55e8f251a
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
2024-01-04 23:02:18 +00:00
Lara Martini (larm)
381c049b5d [ADD] fleet: add a new vehicle
closes odoo/documentation#7204

X-original-commit: e3d4c2f843
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
Co-authored-by: jero-odoo <104637850+jero-odoo@users.noreply.github.com>
2024-01-02 18:22:50 +00:00
Brandon Seltenrich (BRSE)
91e5056d43 [IMP] inventory: update differences doc
closes odoo/documentation#7146

X-original-commit: 3908516bfb
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-01-02 18:22:49 +00:00
Lara Martini (larm)
d1787e51f8 [IMP] Recruitment: Updated doc for v15 changes
closes odoo/documentation#7196

X-original-commit: d238fcfa4a
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-29 00:16:56 +00:00
Lara Martini (larm)
8751b63320 [ADD] Fleet: new services doc
closes odoo/documentation#7176

X-original-commit: abb6130914
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-27 23:58:40 +00:00
Brandon Seltenrich (BRSE)
e95ad385bf [IMP] mrp: update variants doc
closes odoo/documentation#7168

X-original-commit: f3a2865dea
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-12-27 14:03:25 +00:00
Lara Martini (larm)
0b94288a72 [ADD] Referrals: new doc explaining all of referrals
closes odoo/documentation#7154

X-original-commit: f2b550ab78
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2023-12-26 22:13:30 +00:00
Lara Martini (larm)
42d9ffb59a [IMP] payroll: updated new work entry type image and info for 15
closes odoo/documentation#7144

X-original-commit: 603a2e1866
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: jero-odoo <104637850+jero-odoo@users.noreply.github.com>
2023-12-26 18:43:06 +00:00
Brandon Seltenrich (BRSE)
7976d856ac [IMP] barcode: update transfers scratch doc
closes odoo/documentation#7136

X-original-commit: 13807f75ae
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-25 21:49:47 +00:00
Brandon Seltenrich (BRSE)
bae533b5ae [IMP] barcode: update barcode operations doc
closes odoo/documentation#7134

X-original-commit: 170eda0d18
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-25 20:51:46 +00:00
Lara Martini (larm)
5c6789ed17 [ADD] fleet: new configurations doc
closes odoo/documentation#7083

X-original-commit: 52a2a795a1
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
2023-12-22 19:15:30 +00:00
Lara Martini (larm)
d099b4c420 [IMP] Recruitment: adding new hiring flow doc
closes odoo/documentation#7084

X-original-commit: 6704ff51de
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-22 01:51:53 +00:00
tiku-odoo
691744f9b0 [IMP] Market Connectors: eBay Marketplace edits
closes odoo/documentation#7074

X-original-commit: 2048c588c4
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-22 01:51:52 +00:00
Jess Rogers (jero)
c1794381d3 [IMP] crm: update convert leads
closes odoo/documentation#7061

X-original-commit: 88a0b155e5
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
Co-authored-by: hojo-odoo <123424465+hojo-odoo@users.noreply.github.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
2023-12-22 00:44:32 +00:00
tiku-odoo
83536bac05 [IMP] Misc: Portal User Change Login Initial Commit
closes odoo/documentation#7052

X-original-commit: d423038270
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-21 06:51:01 +00:00
tiku-odoo
5ee4e30208 [IMP] Productivity: Discuss Getting Started
closes odoo/documentation#7042

X-original-commit: cdd5dbead5
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-21 06:51:00 +00:00
Lara Martini (larm)
8bcfbbe548 [ADD] Payroll: adding new reporting doc
closes odoo/documentation#6987

X-original-commit: fcba53839f
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-20 00:29:53 +00:00
Felicious
ce11f0ab7d [FIX] barcode: typo in example
closes odoo/documentation#6970

X-original-commit: 72f93a84ea
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-19 20:25:28 +00:00
Martin Trigaux
0101876db6 [I18N] *: export saas-15.2 translations
closes odoo/documentation#6979

X-original-commit: fd2da98f0e
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2023-12-19 08:15:39 +00:00
Julien Castiaux
7e8edb44b4 [FIX] deploy: nginx forwarded-host with tcp port
Install nginx using the nginx configuration found in the documentation
and changes the `listen` port to 8080. Start Odoo in `--proxy-mode`.

    listen 8080;
    server_name mycompany.odoo.com;
    proxy_set_header X-Forwarded-Host $host;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_set_header X-Forwarded-Proto $scheme;
    proxy_set_header X-Real-IP $remote_addr;
    location / {
            proxy_pass http://127.0.0.1:8069;
    }

Inside your browser, access "http://mycompany.odoo.com:8080" you are
wrongly redirected to "http://mycompany.odoo.com:80".

Odoo uses the `X-Forwarded-Host` http header value to generate new URls,
in this configuration `$host` only contains the domain (=hostname using
the urllib terminology) instead of the domain+port (=netloc). The
variable that contains both the domain and the port is actually
`$http_host`.

closes odoo/documentation#6931

Closes: odoo/odoo#64643
X-original-commit: 8d1642984f
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
2023-12-15 08:58:54 +00:00
Tom Aarab (toaa)
b59538c526 [IMP] accounting: updated chart of accounts page
Updated the chart of accounts page. Forward to master.

16.3 -> Change "ellipsis" menu button
17 -> Change "Setup" to "View"

taskid-3609365

closes odoo/documentation#6909

X-original-commit: b617b47ab2
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-12-14 12:25:39 +00:00
Maximilien (malb)
c0b58d3307 [FIX] accounting: cheat sheet reconcile
Before this commit, when doing the reconciliation of the table present in the
cheat sheet, the second reconciliation was wrong because the "Invoice 1" should
be reconciled with the twos partials payment. This Pr correct that by changing
the find parameter to target the partials also.

closes odoo/documentation#6920

Task: 3633468
X-original-commit: bed0a11233
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Maximilien La Barre (malb) <malb@odoo.com>
2023-12-14 10:22:33 +00:00
Tom Aarab (toaa)
89320080c6 [IMP] accounting: fiscal positions update
Updated fiscal positions for 15.0/15.2

taskid-3611075

closes odoo/documentation#6904

X-original-commit: f00cbb47e3
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-12-14 09:19:54 +00:00
Lara Martini (larm)
7bdb3dfa7c [ADD] Payroll: adding detailed payslips doc
closes odoo/documentation#6923

X-original-commit: 9486fe5b62
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: meng-odoo <101904966+meng-odoo@users.noreply.github.com>
Co-authored-by: ksc-odoo <ksc@odoo.com>
Co-authored-by: samueljlieber <sali@odoo.com>
Co-authored-by: StraubCreative <zst@odoo.com>
2023-12-14 01:53:48 +00:00
Sam Lieber (sali)
ebda32d3b0 [IMP] accounting/l10n_mx: additional context
closes odoo/documentation#6887

X-original-commit: 1cca645f17
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Co-authored-by: feav-odoo <feav@odoo.com>
Co-authored-by: toaa-odoo <toaa@odoo.com>
Co-authored-by: larm-odoo <121518652+larm-odoo@users.noreply.github.com>
2023-12-11 15:23:00 +00:00
KC (ksc)
40992ece98 [IMP] sales: product variants quotation/sales orders
closes odoo/documentation#6820

X-original-commit: 17cc753405
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-07 18:39:27 +00:00
KC (ksc)
da7fd7797b [IMP] sales: get paid to validate doc
closes odoo/documentation#6815

X-original-commit: 5541f2132e
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-07 03:21:41 +00:00
Jess Rogers (jero)
e30bc3d489 [IMP] crm: update plan activities
closes odoo/documentation#6766

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:31 +00:00
Julien Castiaux
3386801162 [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#6737

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

closes odoo/documentation#6698

X-original-commit: 632039fa74
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2023-11-29 11:44:37 +00:00
Sam Lieber (sali)
bac24f4b52 [IMP] accounting/l10n_co: additional context
closes odoo/documentation#6684

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:58 +00:00
Jess Rogers (jero)
574b664d6c [IMP] crm: update manage lost opps
closes odoo/documentation#6675

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:57 +00:00
Marion (masp)
2ab23b66fd [IMP] Contributing: typo seealso admonition
closes odoo/documentation#6636

X-original-commit: 70d5a55909
Signed-off-by: Marion Spindler (masp) <masp@odoo.com>
2023-11-27 17:27:23 +00:00
Xavier (XPL)
cf8c14213f [IMP] outlook: remove note about multi-user sync spam
task-3575806

closes odoo/documentation#6618

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

closes odoo/documentation#6608

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

closes odoo/documentation#6565

X-original-commit: 5f1881a88a
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-23 07:54:54 +00:00
Xavier (XPL)
5c47d71f8c [IMP] upgrade: add note on bank synch neutralization
task-3605690

closes odoo/documentation#6556

X-original-commit: dc48273e7e
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-22 14:31:54 +00:00
Xavier (XPL)
8b3b99eb1b [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#6523

X-original-commit: 16e339a7a3
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-21 14:59:02 +00:00