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>
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#14704
Related: odoo/enterprise#95747
Signed-off-by: Xavier Platteau (xpl) <xpl@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#14650
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
The coding guidelines establish that we have to write class
declaration for both Python and JavaScript in camel case but
it's actually in Pascal case. It also establishing that model
variable (ex: `Partner = self.env['res.partner]'`) has to be
in camel case but it's actually following the Pascal case.
Pascal case has to start all variables with a capital letter
where camel case is starting with a lower case letter.
Source: https://builtin.com/articles/pascal-case-vs-camel-case
no task id
closesodoo/documentation#14679
Signed-off-by: Antoine Vandevenne (anv) <anv@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#14703
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
Since some questions have appeared a couple of times,
let's add a warning in the documentation.
task-none
closesodoo/documentation#14573
Signed-off-by: Ricardo Gomes Rodrigues (rigr) <rigr@odoo.com>
Relating to a ticket received recently.
Client was concerned about seeing multiple printers in CUPS
interface and in Odoo IoT app.
Turns out it's standard CUPS behaviour.
This commit updates the troubleshooting page to reflect this
information.
opw-3940166
closesodoo/documentation#10096
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>