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#14880
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#15375
Signed-off-by: Sylvain Francis (syf) <syf+odoo@odoo.com>
As per usual, leave off developer.pot and contributing.pot since we
don't translate them (not useful, can't really contribute to/dev in
Odoo without knowing English)
closesodoo/documentation#15335
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
task-5094417
We improve the following sections of the Taxes page:
- 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.
closesodoo/documentation#14908
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
The prefix that includes the full module path is just noise. This patch
follows the same strategy used to remove `odoo.upgrade.util` prefix.
To be merged after: odoo/upgrade-util#324closesodoo/documentation#14909
X-original-commit: 33aea00007
Signed-off-by: Alvaro Fuentes Suarez (afu) <afu@odoo.com>
settings.pot hasn't been exported since 14.0 and doesn't seem to
correspond to anything in the documentation anymore so it's probably
leftover from an old refactoring.
Note that an audit of the other pot files was done and this was the only
obsolete one found.
closesodoo/documentation#14882
Signed-off-by: Louis Wicket (wil) <wil@odoo.com>
Includes pot files with no term changes to force Weblate to correctly
sync the terms to translate within it (otherwise it uses what was in the
existing .po file which may be incorrect).
Note that for some reason the `applications.pot` and `index.pot` files
don't seem to be generated by the Sphinx gettext in this version, but
their terms have not changed since their last update. Therefore they
have been manually updated to ensure the forced Weblate sync.
Part-of: odoo/documentation#14882
Signed-off-by: Louis Wicket (wil) <wil@odoo.com>