In version 17.0 to 18.2, it is required to install the
`sale_async_emails` module to enable the email queue optimization.
This commit also rephrases slightly the step to enable the cron because
it should already be enabled, unless the user disabled it manually.
Indeed, the cron is created enabled in versions 17.0 to 18.2, while it
is created disabled but automatically enabled when toggling the
`sale.async_emails` system parameter.
task-3872792
closesodoo/documentation#12410
X-original-commit: c7843cb38a
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This PR is to fill the info regarding the new Envia shipping connector
closesodoo/documentation#12084
Signed-off-by: Miguel Angel Lopez (mial) <mial@odoo.com>
Co-authored-by: StraubCreative <zst@odoo.com>
Co-authored-by: Felicia Kuan <feku@odoo.com>
The page title is renamed "Performance management" to fit its new,
multipurpose content.
task-3872792
closesodoo/documentation#12385
X-original-commit: b0cc1ee821
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Support for Tyro payment terminals (Australia) was
recently merged in 18.0. This commit adds the
corresponding documentation on setting up the
terminal.
task-4640292
closesodoo/documentation#12260
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
This commit updates current `translations` page, by adding new anchor
links to the sections, updated information and images.
Task-431661
closesodoo/documentation#12346
X-original-commit: e508d96c1d
Signed-off-by: Carlos Valverde (cvs) <cvs@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#12279
X-original-commit: 16e1bad7db
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
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
X-original-commit: 91b6b1e237
Part-of: odoo/documentation#12339
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.
X-original-commit: e57530ed99
Part-of: odoo/documentation#12339
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Fix error in danger admonition and clarify the paragraph to avoid confusion.
closesodoo/documentation#12308
X-original-commit: 5fd9d74f80
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
This commit improves the Indian localization documentation by resizing
GST Return snapshots to remove empty space, enhancing readability,
especially on lower-resolution devices. Additionally, information about
GSTR-1 validations has been inserted.
task-4574916
closesodoo/documentation#12117
Signed-off-by: Harsh Trivedi (hatr) <hatr@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#12278
X-original-commit: 1a33d8ef2b
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.
X-original-commit: 56fa6da441
Part-of: odoo/documentation#12278
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#12270
X-original-commit: e1a8a55c4f
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.
X-original-commit: a54a68823f
Part-of: odoo/documentation#12270
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
When readers follow the server framework 101 tutorial, it's common for them
to set the model access rights the same as in the tutorial's example at
chapter 4. Following this example they will have read only permissions and
by chapter 6 they will not be able to create/update or delete objects in
order to follow with the tutorial.
This commit adds a warning for readers to remind them of the relation between
the access rights set previously and what they can see and do using the UI.
closesodoo/documentation#12237
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Codabox now allows for companies to access their services without an accounting firm, documentation is adjusted accordingly and new flow is added.
task - 4460499
closesodoo/documentation#11993
Related: odoo/odoo#198622
Related: odoo/enterprise#77240
Signed-off-by: Ai Lin Zuccarello (aizu) <aizu@odoo.com>
After odoo/odoo#158445 Xendit supports tokenization allowing payments to be done on Odoo and Xendit. We also add specific for recurriny payments to enable a recurring payments from card configuration
closesodoo/documentation#12234
Signed-off-by: Nigel Nicholas (nni) <nni@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#12251
X-original-commit: b27431c271
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>