Update of the documentation to match the new UI of Chrome and Windows 11 behavior
opw-5349624
closesodoo/documentation#15722
X-original-commit: c1a0ede987
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
In Odoo saas-17.1 the module `l10n_es_edi_facturae_adm_centers` was
merged into the module `l10n_es_edi_facturae`[^1] and doesn't need to be
installed separately anymore.
We remove the reference to this module and step in the documentation.
[^1]: 0f5c89b40dclosesodoo/documentation#15826
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
task-5094417
This commit rewrites the Taxes page. Previously, it came across as a
huge list of tax configuration options. We now structure it as follows:
1. an overview of the tax flow in Odoo;
2. a set-up guide for taxes for new users;
3. an explanation of the most common configuration options.
The options related to the tax computation are split into a separate
Tax Computation page, in which we also improve the following sections:
- Tax computations:
At the moment, the section for the `Percentage of Price tax included`
tax computation doesn't distinguish itself enough from the 'Included
in Price' option which people usually want.
We also improve the examples.
- Included in Price
- Affects base of subsequent taxes
- Base affected by preceding taxes: this option was not documented, so
we add a section for it.
Ultimately, we plan to rewrite the Tax Computation page to provide a
better explanation of how the tax computation actually works, and be
more helpful at guiding the user to configure their taxes.
closesodoo/documentation#15059
X-original-commit: c5a0bb40e8
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
To align with the updated terms of the Odoo Entreprise Subscription Agreement
closesodoo/documentation#15664
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
We add a network security recommendation to tell clients
not to expose their IoT Box on the internet.
closesodoo/documentation#15684
X-original-commit: d35f6c32c2
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Louis Travaux (lotr) <lotr@odoo.com>
Nginx doesn't set the Content-Security-Policy and X-Content-Type-Options
headers on the response it sends to the browser even though they were
present on the response from the Odoo server.
closesodoo/documentation#15591
X-original-commit: 4624403d76
Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
task-none
Starting from 1 January 2026, companies in Belgium need to be registered
on the Peppol network. Specifically, even though there are two EASs for
Belgium, which are:
- 0208 - company registry number;
- 9925 - Belgian VAT;
all Belgian companies must be registered under scheme 0208 with their
Belgian company number.
Scheme 9925 is optional which means companies can be registered both
on 0208 and 9925. But in any case, they need to be registered on 0208.
We add an `important` block in the Belgium page to explain this
requirement.
closesodoo/documentation#15605
X-original-commit: e49cd7c319
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Antoine Dupuis (andu) <andu@odoo.com>
task-4559158
- Don't mention module `l10n_lu_reports_annual_vat` that was merged into
`l10n_lu_reports` in saas-15.4
- Add brief sections for taxes and for e-invoicing via Peppol
- Simplify the monthly and annual VAT declaration sections (both have an
XML export for upload to the eCDF platform)
closesodoo/documentation#15398
X-original-commit: b977af909c
Signed-off-by: Antoine Dupuis (andu) <andu@odoo.com>
The odoo-bin help for the db-filter says:
`Regular expressions for filtering available databases for Web UI.`
However, the current documentation does not mention that the filters
only affect the Web UI, and not the cron workers.
closesodoo/documentation#15376
X-original-commit: fbc787474f
Signed-off-by: Sylvain Francis (syf) <syf+odoo@odoo.com>