Commit Graph

3391 Commits

Author SHA1 Message Date
Lara Martini (larm)
603a2e1866 [IMP] payroll: updated new work entry type image and info for 15
closes odoo/documentation#5347

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: jero-odoo <104637850+jero-odoo@users.noreply.github.com>
2023-12-22 20:14:37 +00:00
Brandon Seltenrich (BRSE)
13807f75ae [IMP] barcode: update transfers scratch doc
closes odoo/documentation#6077

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-22 04:44:14 +00:00
Brandon Seltenrich (BRSE)
170eda0d18 [IMP] barcode: update barcode operations doc
closes odoo/documentation#5559

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-22 03:40:57 +00:00
Lara Martini (larm)
6704ff51de [IMP] Recruitment: adding new hiring flow doc
closes odoo/documentation#5994

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-21 18:34:46 +00:00
Lara Martini (larm)
52a2a795a1 [ADD] fleet: new configurations doc
closes odoo/documentation#5763

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
2023-12-21 18:34:45 +00:00
tiku-odoo
2048c588c4 [IMP] Market Connectors: eBay Marketplace edits
closes odoo/documentation#7051

X-original-commit: 1be2f877f6
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2023-12-21 17:38:56 +00:00
Jess Rogers (jero)
88a0b155e5 [IMP] crm: update convert leads
closes odoo/documentation#5977

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-21 09:08:20 +00:00
tiku-odoo
3088c83b29 [IMP] Misc: Portal User Change Login Initial Commit
closes odoo/documentation#7050

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

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

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-19 22:30:00 +00:00
Martin Trigaux
fd2da98f0e [I18N] *: export 15.0 translations
closes odoo/documentation#6978

Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2023-12-18 20:41:46 +00:00
Felicious
72f93a84ea [FIX] barcode: typo in example
closes odoo/documentation#6969

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-18 17:05:46 +00:00
Odoo Translation Bot
1ec362d90e [I18N] Update translation terms from Transifex 2023-12-17 02:40:16 +01:00
Julien Castiaux
8d1642984f [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#6885

Closes: odoo/odoo#64643
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-12-14 13:45:06 +00:00
Lara Martini (larm)
bf979460ae [ADD] Payroll: adding detailed payslips doc
closes odoo/documentation#6922

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:54:02 +00:00
Maximilien (malb)
bed0a11233 [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#6918

Task: 3633468
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-12-13 11:16:51 +00:00
Tom Aarab (toaa)
b617b47ab2 [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#6617

Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-12-12 16:23:18 +00:00
Tom Aarab (toaa)
f00cbb47e3 [IMP] accounting: fiscal positions update
Updated fiscal positions for 15.0/15.2

taskid-3611075

closes odoo/documentation#6656

Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-12-12 15:07:45 +00:00
Odoo Translation Bot
8df3a41aca [I18N] Update translation terms from Transifex 2023-12-10 02:40:16 +01:00
Sam Lieber (sali)
1cca645f17 [IMP] accounting/l10n_mx: additional context
closes odoo/documentation#5975

Signed-off-by: Zachary Straub (zst) <zst@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-09 00:33:21 +00:00
KC (ksc)
27902e3dc8 [IMP] sales: product variants quotation/sales orders
closes odoo/documentation#6819

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

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

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 15:42:28 +00:00
Odoo Translation Bot
2d158c417e [I18N] Update translation terms from Transifex 2023-12-03 02:40:16 +01:00
Julien Castiaux
3d91c57b57 [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#6729

Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
2023-12-01 14:31:10 +00:00
“Audrey
632039fa74 [ADD] website: mail groups
task-2845181

closes odoo/documentation#6048

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-28 08:49:30 +00:00
Sam Lieber (sali)
6045a60dd5 [IMP] accounting/l10n_co: additional context
closes odoo/documentation#6573

X-original-commit: e643e0fbf5
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 20:45:50 +00:00
Jess Rogers (jero)
21f0ad60f8 [IMP] crm: update manage lost opps
closes odoo/documentation#5888

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 16:38:47 +00:00
Odoo Translation Bot
54def80ebb [I18N] Update translation terms from Transifex 2023-11-26 02:40:16 +01:00
Marion (masp)
70d5a55909 [IMP] Contributing: typo seealso admonition
closes odoo/documentation#6633

Signed-off-by: Marion Spindler (masp) <masp@odoo.com>
2023-11-23 16:11:07 +00:00
Xavier (XPL)
b4302e4023 [IMP] outlook: remove note about multi-user sync spam
task-3575806

closes odoo/documentation#6616

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-23 11:51:49 +00:00
Xavier (XPL)
c0653112a1 [FIX] accounting: update link to getting started video tutorial
task-3608613

closes odoo/documentation#6605

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-23 09:20:40 +00:00
Xavier (XPL)
5f1881a88a [IMP] paypal: add note about supported currencies
task-3608056

closes odoo/documentation#6564

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-22 16:38:38 +00:00
Xavier (XPL)
dc48273e7e [IMP] upgrade: add note on bank synch neutralization
task-3605690

closes odoo/documentation#6555

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-22 11:19:47 +00:00
Xavier (XPL)
16e339a7a3 [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#6522

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-21 11:01:01 +00:00
Mathieu (mano)
6e52790e25 [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#6498

X-original-commit: c62bf21987
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-11-21 11:01:00 +00:00
Odoo Translation Bot
1173e0b138 [I18N] Update translation terms from Transifex 2023-11-19 02:40:17 +01:00
Felicious
e7cd792466 [IMP] barcode: split docs + hone in on language
closes odoo/documentation#5592

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-16 22:21:17 +00:00
tiku-odoo
71aabb2618 [IMP] Productivity: Outlook Plugin edits
closes odoo/documentation#6456

Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2023-11-15 17:09:18 +00:00
Felicious
f48a4e885a [IMP] inventory: expand on accounting and math
closes odoo/documentation#6424

X-original-commit: 058515ee91
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 05:35:07 +00:00
Felicious
ba34f754ce [IMP] inventory: fwport removal strategy
closes odoo/documentation#6409

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-13 20:27:44 +00:00
Sam Lieber (sali)
36d25125a9 [IMP] tests: make review UX and resource files
closes odoo/documentation#6426

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 17:35:55 +00:00
Odoo Translation Bot
68c575c126 [I18N] Update translation terms from Transifex 2023-11-12 02:40:21 +01:00
John Holton (hojo)
889e95037d [ADD] Inventory: Use locations to manage inventory
closes odoo/documentation#6406

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-11 03:56:50 +00:00
Nathan Marotte (nama)
35a3bcd421 [IMP] upgrade: overhaul upgrade doc
closes odoo/documentation#6392

X-original-commit: c6c4598928
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-10 12:30:03 +00:00
Loredana Perazzo
946edebfcf [IMP] pos: add warning to not buy a terminal from amazon
closes odoo/documentation#6383

Taskid: 3284737
X-original-commit: f0495a9bc9
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-11-10 12:30:02 +00:00
John Holton (hojo)
0e6576cc3d [ADD] Inventory: Add Scrap inventory
closes odoo/documentation#6329

X-original-commit: ec66814280
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-08 20:37:53 +00:00
Felicious
3d5badcc82 [IMP] inventory: rewrite lead times, add images
closes odoo/documentation#6335

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-08 09:34:50 +00:00
tiku-odoo
4d2a3101ad [ADD] IoT: OPC-UA Protocol
closes odoo/documentation#4414

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-08 05:14:11 +00:00
Antoine Vandevenne (anv)
d67143410a [IMP] supported_versions: release 17.0
closes odoo/documentation#6306

X-original-commit: 2c805d9813
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-11-07 17:26:52 +00:00