Fixed a typo in US payroll localization page around journal/journla
closesodoo/documentation#14764
Signed-off-by: Thomas Jude Cavazos (thjud) <thjud@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#14716
X-original-commit: 41f2e20636
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#14721
Signed-off-by: Tiffany Chang (tic) <tic@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#14710
X-original-commit: 9fa2ffdeae
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Florian Gilbert (flg) <flg@odoo.com>
In community PR odoo/odoo#223358 and enterprise PR odoo/enterprise#92173.
we introduce the new tax return mechanism. This includes filing returns directly
from the Tax Returns dashboard, validation checks before submission
and an improved reconciliation flow.
This commit updates the Indian GST documentation to reflect these changes and
also adds the GSTR-2B report inside the Tax Reports section.
task- 5097904
closesodoo/documentation#14575
Signed-off-by: Anne-Françoise Marcq (afma) <afma@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
closesodoo/documentation#14525
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Since some questions have appeared a couple of times,
let's add a warning in the documentation.
task-none
closesodoo/documentation#14685
X-original-commit: 141819104b
Signed-off-by: Ricardo Gomes Rodrigues (rigr) <rigr@odoo.com>
A lot of updates happened during the life of 18x versions and the doc needs to be updated to reflect that.
closesodoo/documentation#14568
X-original-commit: d7d8f00dc5
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
Added the new `i18n` and `module` commands.
Added the existing `deploy`, `obfuscate`, `upgrade_code` commands.
Reviewed titles to make the commands stand out in the ToC.
Removed the no longer present `tsconfig` command.
task-4866527
closesodoo/documentation#14368
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
Previously, the documentation described canned responses with a description field,
no explicit shortcut indicator, and included default filters in the view.
Now, the description field has been removed, and the UI displays `::` as the shortcut prefix,
and default filters have been removed from the view.
closesodoo/documentation#14515
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>