This commit improves current Odoo version information on the theming
page, by adding better contextual content.
Task-4316619
closesodoo/documentation#12974
X-original-commit: 543a18f82a
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
This commit updates current animations page, by adding updated content.
Task-4316707
closesodoo/documentation#12761
X-original-commit: 3e03ff41fa
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
This commit updates current theming page, by adding updated content.
Task-4316707
closesodoo/documentation#12760
X-original-commit: 167ba9c2e1
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
This commit updates current media page, by adding updated content.
Task-4316619
closesodoo/documentation#12750
X-original-commit: 533a6fde70
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
- Update Bootstrap documentation urls
- Update Github urls
- Update Odoo version number into the manifest example
- Dynamic Odoo version number in the code-block of the manifest example.
- Typos
closesodoo/documentation#12742
X-original-commit: ab9717eab0
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
- Change the Github urls to the correct version of Odoo
- Adapt the way of creating a snippet template and how to add it to the builder
- Add explanation about how to make a custom snippet "inner content"
closesodoo/documentation#12743
X-original-commit: eb0a61a4cf
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
This commit updates current theming page, by adding updated content.
Task-4316619
closesodoo/documentation#12673
X-original-commit: adac5615c3
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
This commit updates current navigation page, by adding updated
information.
Task-4316619
closesodoo/documentation#12642
X-original-commit: 299cc648b8
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
Rework of the whole page in order to organized / categorized the content better + Addition from the PSBE Designers Wiki
[FIX] Website Themes - Building block : Fix typo
[FIX] Corrections after review
X-original-commit: 062b4c8004
[FIX] Resolve conflicts
closesodoo/documentation#12524
X-original-commit: b3e773438a
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
This commit adds the `media` page, links it to the `website_themes`
index, deletes duplicated content from the `pages.rst` page and moves
images from the current `pages` folder to a new one.
Task-4316611
closesodoo/documentation#12470
X-original-commit: 0044a6bb09
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
This commit updates current `shapes` page, by adding new anchor links
to the sections, updated information and images.
Task-4316611
closesodoo/documentation#12458
X-original-commit: 4e0f298786
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
This commit updates current navigation page, by adding new anchor links
to the sections and by adding updated information.
Task-4316611
closesodoo/documentation#12456
X-original-commit: a548d85da8
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
This commit updates current `animations` page, by adding new anchor
links to the sections, updated information and images.
Task-4316611
closesodoo/documentation#12457
X-original-commit: 0ea5823a94
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
This commit documents the new `multi_create_view` attribute of the
calendar view.
Part of task~4510549
closesodoo/documentation#12262
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit documents the new `aggregate` attribute of the calendar
view.
Part of task~4510549
Part-of: odoo/documentation#12262
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit updates current `translations` page, by adding new anchor
links to the sections, updated information and images.
Task-431661
closesodoo/documentation#12349
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#12285
X-original-commit: 16e1bad7db
Signed-off-by: Carlos Valverde (cvs) <cvs@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#12289
X-original-commit: 14de18996e
Signed-off-by: Antoine Vandevenne (anv) <anv@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#12284
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#12284
Signed-off-by: Louis Baudoux (lba) <lba@odoo.com>
External contributors (and namely Odoo PS) forget to set the author
field in their manifest file. The result is that the module is wrongly
registered with `'author': 'Odoo S.A.'`.
This work makes the field mandatory, with a warning when not set. It
also offers an upgrade-code script to mass-rewrite all the manifests in
order to set the author.
task-4485983
closesodoo/documentation#11956
Related: odoo/odoo#196408
Related: odoo/enterprise#78513
Related: odoo/design-themes#1044
Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
Previously, the chatter integration instructions described an outdated method using fields and widgets. However, the integration approach has changed, requiring only the `<chatter/ >` element in the form view with configurable options. This commit updates the instructions accordingly.
See odoo/odoo@351b047c37closesodoo/documentation#12088
Forward-port-of: odoo/documentation#12057
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
Signed-off-by: Aditya Maurya (maad) <maad@odoo.com>