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>
After the switch to Weblate, we now only use the `.weblate.json` file
instead of the previous `.tx/config` file.
We update the `.weblate.json` file to reflect the current state of the
module translations and remove the `.tx/config` file.
closesodoo/documentation#14507
X-original-commit: 66914b8aed
Related: odoo/odoo#225795
Related: odoo/enterprise#94040
Related: odoo/design-themes#1140
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
Signed-off-by: Dylan Kiss (dyki) <dyki@odoo.com>
This PR adds some information about foot pedals keys and how to find the
values each pedal represents.
task-4465533
closesodoo/documentation#13501
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>