This removes the confusion induced by simultaneously labelling several
SaaS branches as "Odoo Online" in the version switcher.
New branches will be automatically labelled as "Odoo xx.y" as they are
frozen by the freeze script.
task-4597225
Part-of: odoo/documentation#12333
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit removes the requirement on versions and languages to have a
label in `versions_names`/`languages_names` to be displayed in the
version/language switcher. Instead, if a version/language has no label
defined, the raw version/language string will be used as fallback.
This change makes it easier to add new versions or languages to the
documentation without having to explicitly define display labels for
them in `conf.py`. The responsibility of ensuring that referenced
versions and languages actually exist is shifted to the build
configuration.
Part-of: odoo/documentation#12333
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit updates current theming page, by adding new anchor links to
the sections and by adding updated information.
Task-4316611
closesodoo/documentation#12143
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
- Add links to the IAP documentation.
- Remove BMP from supported file format (it never was supported ?).
- Rewording of some descriptions in the `/parse` documentation.
- More consistent abbreviations for "IAP" and "OCR".
closesodoo/documentation#12239
Signed-off-by: Louis Baudoux (lba) <lba@odoo.com>
- Since the example only works for invoices, references to the other
document types supported by the OCR have been removed.
- Handle the case where library `requests` isn't available.
- Show additional fields detected by the OCR.
- Properly set the ID of the JSON-RPC request.
- Commit 8c93ff7 should have adapted the implementation example with the
latest API version.
Part-of: odoo/documentation#12239
Signed-off-by: Louis Baudoux (lba) <lba@odoo.com>
This commit fixes a bug in the `check_early_line_breaks` test that would
systematically consider the `\n` character as being part of the line,
hence counting it when computing the line length.
closesodoo/documentation#12111
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
RST separators (`-----`) look similar to H3 delimiters that use the same
`-` character, but separators' length should not be checked.
Part-of: odoo/documentation#12111
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Latest versions of werkzeug do not provide url_unparse anymore,
leading to an error during the build:
AttributeError: module 'werkzeug.urls' has no attribute 'url_unparse'
This commit replaces the use of url_unparse by the urllib counterpart.
closesodoo/documentation#12246
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Refactor steps of the Mettler-Toledo scale configuration instructions to
make them clearer.
Add the 3.6 step to the instructions since it is responsible to
configure the protocol used and therefore required to be set to the
value 3 (8217 Mettler-Toledo (WO)) following
[the manual](https://www.mt.com/dam/RET_DOCS/Ariv.pdf) chapter. 2-7.
opw-4519510
closesodoo/documentation#12193
Signed-off-by: Julien Launois (jula) <jula@odoo.com>
removing `Indian - Purchase Report(GST)`, `Indian - Sale Report(GST)`,
`Indian - Stock Report(GST)` module name from the list. This modules
are auto install bridge modules and no content is provide for them in
documentation.
task-4577694
closesodoo/documentation#12118
Signed-off-by: Audrey Vandromme (auva) <auva@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#12119
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
Since the feature was released, lots of partners ask for
information/documentation about the RIBA feature. Add a concise
documentation explaining what users should know.
Ref: odoo/enterprise#74097
task-4497749
closesodoo/documentation#11847
Related: odoo/enterprise#77991
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
In odoo, as we suggest everyone to follow an alphebetic order.
The translator(`_`), ASCII is 95 and `a` ASCII value is 97
which '_' < 'a', the translator should be defined first in the
import before the `api` not at the end of the import
This commits adds an example to import static class `Command`
with a Capital alphabet with a ASCII value of `C` as 67
which will be before than the `_`
'C' < '_' < 'a'
This order of import should be followed while the import
closesodoo/documentation#11983
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#11888
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
Issue:
The current descriptions and naming of the `Date` fields (`date_begin`,
`date_end`) and the `Timezone` field (`date_tz`) can be confusing in the
form view of the event model. Specifically:
The timezone used for converting the form dates to the database is
determined by the context and not by the `Timezone` field present on the
form. However, this `Timezone` field determines the timezone used
for displaying the event's date/time on the website. This change
clarifies the situation according to the update done in the community PR
opw-4323142
closesodoo/documentation#11596
Related: odoo/odoo#190867
Signed-off-by: Lancelot Semal (lase) <lase@odoo.com>
Since Odoo 16, to install the local proxy, users need to select the
"Odoo IoT" option install of the "Local Proxy Mode" to install the local
proxy.
This commit updates both the text and accompanying screenshot
closesodoo/documentation#11620
Signed-off-by: Audrey Vandromme (auva) <auva@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#11651
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>