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>
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>
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 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>
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>
Removing this doc as installing this module/patch is no longer necessary to disable online invoice payments
closesodoo/documentation#14257
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Spain introduces a new EDI called "Veri*Factu" to send all invoices
to the Spanish tax agency (AEAT).
It is mandatory for most tax payers (that cannot use any of the
other Spanish EDIs like SII or TicketBAI)
In the related community PR new modules were added to enable
sending invoices and PoS orders via "Veri*Factu".
This commit adds some documentation about how to enable and use
"Veri*Factu".
Community PR: https://github.com/odoo/odoo/pull/197635
task-3745982
closesodoo/documentation#14086
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
The iOS app can technically be udpdated, but might not be in the future.
closesodoo/documentation#14201
X-original-commit: 37ed68b2df
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Odoo is transitioning away from Transifex. Remove links/references to it
and replace with new platform (internal Weblate server) links
closesodoo/documentation#14158
X-original-commit: 78de46cb0f
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>