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#14911
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#14884
Signed-off-by: Louis Wicket (wil) <wil@odoo.com>
Signed-off-by: Tiffany Chang (tic) <tic@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).
Part-of: odoo/documentation#14884
Signed-off-by: Louis Wicket (wil) <wil@odoo.com>
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
This commit replaces the outdated QUnit documentation with links to the
freshly written Hoot/web testing documentation.
closesodoo/documentation#14832
Signed-off-by: Julien Mougenot (jum) <jum@odoo.com>
Setting the ePOS IP address to the fiscal printer IP's leads an error when printing receipts.
This commit add a warning for the users to not use the fiscal printer as an ePOS.
opw-4877288
closesodoo/documentation#14069
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
In enterprise PR odoo/enterprise/pull/93909 we add a new module
to automatically import bank statements from Codaclean.
Codaclean is an external provider that allows its users to access
their bank statements in form of CODA files.
This PR adds the information on how to configure / use the new module.
task-4844423
backport of commit 1cc2adfc7d (no changes)
closesodoo/documentation#14816
X-original-commit: b8656d89e8
Related: odoo/enterprise#96705
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Sven Führ (svfu) <svfu@odoo.com>
The following custom checkers were never run by the
`ci/documentation_guidelines` build and had to be run locally with
`make review`:
- `check_image_size`: Check that images are not larger than the maximum
file size allowed for their extension.
- `check_image_color_depth`: Check that PNG images are compressed to
8-bit color depth with PNGQuant.
- `check_resource_file_name`: Check that resource file names use hyphens
rather than underscores.
Since reviewers systematically perform these checks manually, it makes
sense to include them in the standard test suite. Should a check raise
a false positive (e.g., an `example_db.zip` resource file is added and
hyphens should not be used), the red CI can be safely ignored as it is
not required for merging.
closesodoo/documentation#14712
X-original-commit: 41f2e20636
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>