Brandon Mercier
8ca5729640
[IMP] howtos/website_theme: Adapts "Theming" chapter
...
closes odoo/documentation#17086
X-original-commit: d551f8a57c
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com >
2026-03-25 20:38:14 +00:00
Brandon Mercier
557b93ff85
[IMP] howtos/website_theme: Adapts "Media" chapter
...
closes odoo/documentation#16992
X-original-commit: 0fa8fbf12a
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com >
2026-03-25 11:52:12 +00:00
Xavier-Do
70bf2ca1b0
[REM] tests: remove single transaction case
...
closes odoo/documentation#17043
Related: odoo/odoo#254858
Signed-off-by: Krzysztof Magusiak (krma) <krma@odoo.com >
2026-03-23 14:06:18 +00:00
Thibault Delavallée
2d150efe31
[IMP] mail: update to mail tracking API update
...
Updated method name to changes. See linked PRs for more details.
Task-5935695 ([mail, various] Cleanup and test tracking usage)
Prepares Task-3645865 ([mail] In-body tracking)
closes odoo/documentation#16464
Related: odoo/odoo#248505
Related: odoo/enterprise#107128
Related: odoo/upgrade#9638
Signed-off-by: Thibault Delavallee (tde) <tde@openerp.com >
2026-03-23 14:06:10 +00:00
Brandon Mercier
adcc27d0b3
[IMP] howtos/website_theme: Adapts "Pages" chapter
...
closes odoo/documentation#16991
X-original-commit: bc05497f88
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com >
2026-03-20 10:09:16 +00:00
Krzysztof Magusiak (krma)
bad5b375bd
[IMP] *: use type="bytes"
...
Update documentation examples to stop using base64.
closes odoo/documentation#16930
Related: odoo/odoo#254394
Related: odoo/enterprise#111131
Signed-off-by: Krzysztof Magusiak (krma) <krma@odoo.com >
2026-03-19 16:19:19 +00:00
Brandon Mercier
3a4a7c7ee2
[IMP] howtos/website_themes: Adapts "Building Blocks" chapter
...
- Improve some code examples
- Adapt dynamic snippets example
- Adapt files structure (/builder => /website_builder)
- Dynamic Products: Cards Design values
closes odoo/documentation#16977
X-original-commit: 1fa78adf7b
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com >
2026-03-19 08:43:28 +00:00
Brandon Mercier
b8d6f0b7e4
[IMP] howtos/website_themes: Adapts "Animations" chapter
...
closes odoo/documentation#16972
X-original-commit: 506a0445ae
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com >
2026-03-19 08:43:26 +00:00
Brandon Mercier
65df44ee36
[IMP] howtos/website_theming: Adapts "Layout" chapter
...
closes odoo/documentation#16971
X-original-commit: 7541b7e20b
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com >
2026-03-19 08:43:25 +00:00
Brandon Mercier
e4ab4f6dbb
[IMP] howtos/website_themes: Adapts "Forms" chapter
...
closes odoo/documentation#16970
X-original-commit: 32a8a76278
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com >
2026-03-19 08:43:23 +00:00
Brandon Mercier
662e363411
[IMP] howtos/website_theme: Adapts "Navigation" chapter
...
closes odoo/documentation#16963
X-original-commit: 79543031e6
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com >
2026-03-19 08:43:22 +00:00
Brandon Mercier
eeef7248c9
[IMP] howtos/website_themes: Adapts "Shapes" chapter
...
closes odoo/documentation#16962
X-original-commit: 5621ff2122
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com >
2026-03-19 08:43:20 +00:00
Brandon Mercier
90f85e54b3
[IMP] howtos/website_themes: Adapts "Translations" chapter
...
closes odoo/documentation#16957
X-original-commit: 30476d5e0f
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com >
2026-03-19 08:43:18 +00:00
Brandon Mercier
003b765a23
[IMP] howtos/website_themes: Adapts "Gradients" chapter
...
- Improve code blocks display
- Adapt the files structure
closes odoo/documentation#16956
X-original-commit: 19f02f16e4
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com >
2026-03-19 08:43:17 +00:00
Brandon Mercier
ee469a9000
[IMP] howtos/website_themes: Adapts Setup sections
...
- Update images
- Add `--without-demo` parameter as its value changes in 19
closes odoo/documentation#16945
X-original-commit: 41f79229ef
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com >
2026-03-18 20:14:37 +00:00
Julien Castiaux
4c3abb4036
[FIX] developer/api/external_api: xmlrpc removal postponed to 21.1/22
...
The "rpc service" API (xmlrpc/jsonrpc) have been deprecated in 19.0,
JSON-2 acting as replacement. It was at first planned to be removed in
19.1/20 but we succeeded in convicing the management It Was A Bad Idea.
The removal is postponed to Odoo 21.1/22. This makes so that if the
[Standard and extended support] policy remains the same until the
release of Odoo 22, all versions supported with no additional fees (20,
21, 22) at that time will have JSON-2:
| version | supported at 22 release | rpc services | JSON-2 |
| ------- | ----------------------- | --------------------- | ------ |
| 18.0 | no^1 | active | absent |
| 19.0 | no^1 | active but deprecated | active |
| 20.0 | yes | active but deprecated | active |
| 21.0 | yes | active but deprecated | active |
| 22.0 | yes | absent | active |
^1: with no additionnal fees.
[Standard and extended support]: https://www.odoo.com/documentation/19.0/administration/standard_extended_support.html
closes odoo/documentation#16925
X-original-commit: 61459b5d15
Related: odoo/odoo#254464
Signed-off-by: Julien Castiaux (juc) <juc@odoo.com >
2026-03-18 17:55:48 +00:00
Krzysztof Magusiak (krma)
ec02e707ec
[IMP] core: fields.Binary return BinaryValue
...
Major change to how binary fields work.
odoo/odoo#244421
closes odoo/documentation#16093
Related: odoo/enterprise#104714
Signed-off-by: Krzysztof Magusiak (krma) <krma@odoo.com >
2026-03-07 11:37:33 +00:00
Bastien PIERRE
35833db455
[FIX] web: default value of show_seconds on float_time widget
...
closes odoo/documentation#16701
X-original-commit: 7ec222085e
Related: odoo/odoo#252046
Related: odoo/enterprise#109553
Signed-off-by: Aaron Bohy (aab) <aab@odoo.com >
Signed-off-by: Bastien Pierre (ipb) <ipb@odoo.com >
2026-03-05 10:54:56 +00:00
Augustin (duau)
f7e1d78024
[IMP] howtos/website_themes: adapt doc to new website builder API
...
Following the website refactoring [1], this documentation is obsolete.
task-5258016
[1]: 9fe45e2b7d
closes odoo/documentation#16706
X-original-commit: ab57c8d357
Signed-off-by: Augustin Dupin (duau) <duau@odoo.com >
2026-03-05 02:46:18 +00:00
Brandon Mercier
391cc58142
[FIX] howtos/website_themes: Theming - Bootstrap bundle
...
closes odoo/documentation#16702
X-original-commit: 5cfec5068e
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com >
2026-03-05 01:23:00 +00:00
Brandon Mercier
69bd8b830a
[FIX] howtos/website_themes: Typo in Pages section
...
Wrong Bootstrap version number (5.1.3 => 5.3)
closes odoo/documentation#16685
X-original-commit: 06b39f2599
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com >
2026-03-03 21:02:18 +00:00
Brandon Mercier
6ac5093583
[FIX] howtos/website_themes: Typo in Theming
...
- Bundles: web._assets_bootstrap => web._assets_bootstrap_frontend
closes odoo/documentation#16671
X-original-commit: 3c0df39c46
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com >
2026-03-03 06:13:13 +00:00
Hesham Saleh
a045678272
[IMP] account: remove account groups
...
This commit removes account groups model, and it replaces it with account parents.
task-5055586
closes odoo/documentation#16096
Related: odoo/odoo#243105
Related: odoo/enterprise#103845
Related: odoo/upgrade#9357
Signed-off-by: William André (wan) <wan@odoo.com >
2026-02-28 08:05:40 +00:00
Brandon Mercier
cb8476b621
[FIX] howtos/website_themes: Typo (Theming, layout and pages)
...
- Theming: bundle _assets_bootstrap
- Theming: Minified external libs
- Layout: Move example - indentation
- Layout: Remove useless version number
- Pages: 404 additional_title
closes odoo/documentation#16611
X-original-commit: 522eb03851
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com >
2026-02-28 04:15:33 +00:00
Oussema Heni
91208293bf
[ADD] developer/reference/frontend: document new selection badges
...
Task-5270283
Related Community PR: odoo/odoo#243855
Related Enterprise PR: odoo/enterprise#104338
closes odoo/documentation#16477
Signed-off-by: Aaron Bohy (aab) <aab@odoo.com >
2026-02-27 10:02:19 +00:00
ltinel
b7ea406969
[FIX] tutorials: fix outdated group creation instructions
...
The instructions were updated to take the new `res.groups.privilege` model into account.
closes odoo/documentation#16493
X-original-commit: fe21491ab8
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com >
2026-02-24 01:31:31 +00:00
Josse Colpaert
7d276c31f1
[FIX] accounting_localization: the mapping was removed
...
closes odoo/documentation#16370
X-original-commit: 741001d9ab
Related: odoo/odoo#248129
Related: odoo/enterprise#107083
Signed-off-by: Josse Colpaert (jco) <jco@odoo.com >
2026-02-19 10:33:31 +00:00
lse-odoo
d20b1740d7
[IMP] developer/reference/cli: module upgrade all argument
...
Add documentation on the added `all` argument
task-4585261
closes odoo/documentation#16235
X-original-commit: bf966ddb58
Related: odoo/odoo#246710
Signed-off-by: Loan Sens (lse) <lse@odoo.com >
2026-02-19 05:51:22 +00:00
Valeriya (vchu)
07f7ab41e4
[FIX] tutorials: hide unsupported master web framework tutorial
...
closes odoo/documentation#16405
X-original-commit: a463942a43
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com >
2026-02-17 08:15:20 +00:00
Bastien PIERRE
2626416807
[IMP] web: beautiful duration
...
Change float_time field with the new options and format.
TASK-5347051
closes odoo/documentation#15784
Related: odoo/odoo#240555
Related: odoo/enterprise#102439
Signed-off-by: Aaron Bohy (aab) <aab@odoo.com >
2026-02-11 21:05:41 +00:00
Julien Carion
b2924e1e38
[IMP] developer: new buffer attributes for gantt views
...
This commit adds documentation support for the new gantt view attributes
introduced in https://github.com/odoo/enterprise/pull/106180
task-5259058
closes odoo/documentation#16239
Related: odoo/enterprise#106180
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com >
2026-02-11 19:41:35 +00:00
khaj-odoo
ee222cd293
[IMP] website_themes: rename field for zero-price product contact button
...
This commit removes the field 'contact_us_button_url` and replaces
It with `contact_us_link_url` for better clarity and consistency
in naming.
Task-4819657
closes odoo/documentation#13908
Related: odoo/odoo#215526
Related: odoo/enterprise#93675
Related: odoo/upgrade#7928
Signed-off-by: Khushi Ajaykumar (khaj) <khaj@odoo.com >
2026-02-09 13:36:40 +00:00
Thomas des Touches
bc4245373d
[FIX] tutorials,howtos: Replace each kanban-card with card
...
closes odoo/documentation#16190
X-original-commit: 513f81f537
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com >
2026-02-06 14:14:05 +00:00
Antoine Vandevenne (anv)
d671eb914a
[FIX] tutorials/importable_modules: fix typo in request.not_found()
...
closes odoo/documentation#16305
X-original-commit: d668678261
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com >
2026-02-06 12:43:42 +00:00
Joerg Steffens
939f15da6f
[FIX] developer/api/external_api: trailing whitespace
...
closes odoo/documentation#16303
X-original-commit: fa8f180fcf
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com >
2026-02-06 07:40:38 +00:00
Joerg Steffens
5de32ca772
[FIX] developer/api/external_api: typo function -> function
...
X-original-commit: 8a34b1f279
Part-of: odoo/documentation#16303
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com >
2026-02-06 07:40:38 +00:00
Joerg Steffens
e875e2a024
[FIX] developer/api/external_api: broken json2 JS examples
...
The given example contains errors.
X-original-commit: 001bdac7b8
Part-of: odoo/documentation#16303
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com >
2026-02-06 07:40:38 +00:00
Arnaud Sibille
60b6160d72
[IMP] javascript reference: add min_display_digits option
...
https://github.com/odoo/enterprise/pull/104728 added a
`min_display_digits` option on float fields.
This commit adds it also in the documentation.
closes odoo/documentation#16254
X-original-commit: 854a61db4e
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com >
Signed-off-by: Arnaud Sibille (arsi) <arsi@odoo.com >
2026-02-03 17:42:07 +00:00
Arnav Varshney
f1f1ddc208
[FIX] developer/howtos/accounting_localization: change reference to l10n_au tax report
...
Due to an ongoing revamp of AU BAS tax report templates, the referred file no longer exists. Hence, another appropriate reference is selected.
Task-5416381
closes odoo/documentation#15933
Related: odoo/odoo#242733
Related: odoo/enterprise#103623
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com >
2026-02-03 13:45:51 +00:00
Jean Schoenlaub
f0af866395
[IMP] developer/view_architectures: remove dropped map view attributes
...
In master we refactor the base map ui view, removing
some options from the sidepanel such as the panel title.
In this commit we remove the attributes linked to
the panel title: `hide_title` and `panel_title`
see odoo/enterprise#104618
task#5259181
closes odoo/documentation#16092
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com >
2026-01-30 04:11:43 +00:00
Julien Carion
df7ab37553
[IMP] developer: new schedule attribute for gantt views
...
This commit adds documentation support for the new gantt view attribute
introduced in https://github.com/odoo/enterprise/pull/103230
task-5259058
closes odoo/documentation#16040
Related: odoo/odoo#244015
Related: odoo/enterprise#103230
Signed-off-by: Julien Carion (juca) <juca@odoo.com >
2026-01-28 17:24:23 +00:00
Julien Castiaux
cf4fe228df
[IMP] developer/http: adapt references
...
The odoo.http module is a huge file with thousands of lines. In this work we split it in many smaller chunks. The desire to split odoo.http has been in the air for quite some time, notably with the introduction of the many facade objects.
This work only moves the constants, functions and classes in new dedicated odoo.http-submodules. For the documentation it means that a few reference had to be updated.
closes odoo/documentation#15908
Related: odoo/odoo#240683
Related: odoo/enterprise#102506
Signed-off-by: Julien Castiaux (juc) <juc@odoo.com >
2026-01-09 16:40:13 +00:00
Chrysanthe (chgo)
3369a800fb
[IMP] reference/user_interface: update Odoo UI icons list
...
This commit updates the `Odoo UI icons` library in order to showcase all
the new icons recently added. This should ease adoptions by developers
as well as providing a clear overview about whether an icon is available
or not.
task-5430888
closes odoo/documentation#15796
Signed-off-by: Chrysanthe Gomrée (chgo) <chgo@odoo.com >
2025-12-19 16:33:17 +00:00
lman-odoo
f0e695583f
[IMP] website/ecommerce: update catalog page
...
task-5136241
closes odoo/documentation#15774
X-original-commit: ffea780a04
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com >
Signed-off-by: Larissa Manderfeld (lman) <lman@odoo.com >
2025-12-18 21:28:02 +00:00
Julien Carion
feb7f99fe6
[IMP] developer: new schedule attribute for calendar views
...
This commit adds documentation support for the new calendar view attribute
introduced in https://github.com/odoo/odoo/pull/238557
task-5364034
closes odoo/documentation#15573
Related: odoo/odoo#238557
Related: odoo/enterprise#101235
Signed-off-by: Julien Carion (juca) <juca@odoo.com >
2025-12-17 13:59:25 +00:00
Alvaro Fuentes
6196554518
[IMP] developer/reference/cli: add --skip-auto-install
...
Document new cli option.
closes odoo/documentation#15623
X-original-commit: b54e3ef498
Related: odoo/odoo#239427
Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com >
2025-12-17 10:23:18 +00:00
Krzysztof Magusiak (krma)
b44dfce306
[IMP] developer/cli: config option for system database
...
odoo/odoo#239487
closes odoo/documentation#15656
Signed-off-by: Krzysztof Magusiak (krma) <krma@odoo.com >
2025-12-11 17:56:49 +00:00
qsm-odoo
ad9e5e917c
[IMP] developer: review calendar date_stop/date_delay definitions
...
The `date_delay` option was removed in [1] but the documentation still
mentioned it. Also reviewed the default value of `date_stop`.
[1]: 40c75d3635
Related to task-5350495
closes odoo/documentation#15439
Related: odoo/odoo#237283
Related: odoo/enterprise#100501
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com >
2025-11-28 12:30:48 +00:00
Krzysztof Magusiak (krma)
4152f67645
[IMP] core: new SQL alias builder
...
Update the documentation with more recent examples of usage of the Query
object.
closes odoo/documentation#15257
Related: odoo/odoo#234156
Related: odoo/enterprise#98682
Related: odoo/upgrade#8757
Signed-off-by: Krzysztof Magusiak (krma) <krma@odoo.com >
2025-11-27 11:12:33 +00:00
Sylvain Francis
f937b08d16
[IMP] reference/cli: db-filter for Web UI
...
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.
closes odoo/documentation#15382
X-original-commit: fbc787474f
Signed-off-by: Sylvain Francis (syf) <syf+odoo@odoo.com >
2025-11-21 08:24:54 +00:00