Commit Graph

545 Commits

Author SHA1 Message Date
Sylvain Francis
c0e1d73b7c [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#15380

X-original-commit: fbc787474f
Signed-off-by: Sylvain Francis (syf) <syf+odoo@odoo.com>
2025-11-21 06:32:56 +00:00
xpl-odoo
f1be1c8351 [IMP] odoo.sh: partial update of the section
closes odoo/documentation#15317

X-original-commit: 6b6069a2f9
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2025-11-14 23:33:37 +00:00
Julien Carion (juca)
992e63604f [IMP] developer/javascript_reference: hide_trailing_zeros field option
This commit adds the documentation that was missing for https://github.com/odoo/odoo/pull/208451

task-4626715

closes odoo/documentation#15263

Forward-port-of: odoo/documentation#15241
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-11-14 20:45:03 +00:00
qsm-odoo
db6ceff331 [IMP] developer: explain the new <asset> tag added as a fix
Also removes outdated things in the `<template>` tag documentation and
reviews it a bit.

See https://github.com/odoo/odoo/pull/104836

task-2963840

closes odoo/documentation#15217

X-original-commit: f7777d9a36
Related: odoo/odoo#235135
Related: odoo/enterprise#99195
Related: odoo/design-themes#1178
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
2025-11-11 21:43:57 +00:00
David Vidal
9678f9e367 [FIX] developer/modules: init/uninstall hooks arguments
Since https://github.com/odoo/odoo/pull/108254 an env is used
directly in the init/uninstall hooks.

closes odoo/documentation#15146

X-original-commit: eae0163257
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-11-06 10:22:20 +00:00
Emanuele (emi)
0afc64eb25 [FIX] orm: adapt indentation of python examples
This commit fixes the current indentation of python blocks, as they're not valid.

closes odoo/documentation#14979

Signed-off-by: Emanuele Maruzzi (emi) <emi@odoo.com>
2025-10-31 09:23:49 +00:00
Emanuele
bb65662f04 [IMP] orm: add warning about model extension
When a model is defined with `_inherit` using a list, Odoo will do a check with the class name to set the `_name` of the model being extended. This is different than the previous versions and can be misleading

Part-of: odoo/documentation#14979
Signed-off-by: Emanuele Maruzzi (emi) <emi@odoo.com>
2025-10-31 09:23:49 +00:00
Mathilde Pascal
56a1777d96 [FIX] tutorials,howtos: change all instances of kanban-box to kanban-card
closes odoo/documentation#15050

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-10-28 13:10:13 +00:00
Brandon Mercier
2a1e4d7dc3 [FIX] Typo in the builder option
closes odoo/documentation#14945

X-original-commit: 56f396e38c
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-10-20 17:39:49 +00:00
Julien Mougenot
5c6df663a8 [FIX] web: remove/update old QUnit documentation
This commit replaces the outdated QUnit documentation with links to the
freshly written Hoot/web testing documentation.

closes odoo/documentation#14924

X-original-commit: 33d7058113
Signed-off-by: Julien Mougenot (jum) <jum@odoo.com>
2025-10-20 08:49:07 +00:00
Julien Mougenot
ba2ceb973f [IMP] web: HOOT - documentation
X-original-commit: eb756332c9
Part-of: odoo/documentation#14924
Signed-off-by: Julien Mougenot (jum) <jum@odoo.com>
2025-10-20 08:49:07 +00:00
Alvaro Fuentes
47adf866f3 [IMP] conf: strip odoo.upgrade.testing
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#324

closes odoo/documentation#14915

X-original-commit: 33aea00007
Signed-off-by: Alvaro Fuentes Suarez (afu) <afu@odoo.com>
2025-10-17 17:52:31 +00:00
Gorash
761ba00755 [IMP] base: remove t-cache directive from ir.qweb
closes odoo/documentation#14639

See: https://github.com/odoo/odoo/pull/224487
See: https://github.com/odoo/enterprise/pull/93321
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-09-27 02:23:43 +00:00
Antoine Vandevenne (anv)
489f90c90d [FIX] tutorials/discover_js_framework: fix example link for reactive
closes odoo/documentation#14666

X-original-commit: 84dc025f1b
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-09-25 18:23:57 +00:00
Antoine Vandevenne (anv)
6dd5a285c1 [FIX] howtos/translations: fix typo in "wainting"
closes odoo/documentation#14645

X-original-commit: a1a8ca93f3
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-09-23 11:18:59 +00:00
ASPhilemon
bb394ad331 [IMP] tutorials/module_data: improve phrasing
closes odoo/documentation#14644

Forward-port-of: odoo/documentation#14593
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-09-23 11:18:58 +00:00
Julien Castiaux
bd516548e7 [IMP] developer/api/external_api: new JSON-2 API
closes odoo/documentation#14535

Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
2025-09-16 06:07:14 +00:00
Paolo Gatti
912b07fe25 [IMP] developer: new CLI commands and improvements
Added the new `i18n` and `module` commands.
Added the existing `deploy`, `obfuscate`, `upgrade_code` commands.
Reviewed titles to make the commands stand out in the ToC.
Removed the no longer present `tsconfig` command.

task-4866527

closes odoo/documentation#14368

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2025-09-13 00:54:45 +00:00
Brandon Mercier
0ca820c1f0 [IMP] Odoo SaaS dump + Base/Inherited/Duplicated views
closes odoo/documentation#14556

X-original-commit: ea0c7ccf30
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-09-12 23:02:49 +00:00
william-andre
d1bca2ba27 [IMP] account: remove tax_negate
closes odoo/documentation#14474

Related: odoo/odoo#225252
Related: odoo/enterprise#93761
Related: odoo/upgrade#8361
Signed-off-by: William André (wan) <wan@odoo.com>
2025-09-07 09:44:54 +00:00
Brandon Mercier
2b4e7dc608 [FIX] Typos in "Page templates" and "Theme pages" example.
closes odoo/documentation#14500

X-original-commit: e07e9f9091
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-09-05 16:00:30 +00:00
masp-odoo
5ccbd972ae [ADD] website: new page structure
task-4850059

closes odoo/documentation#14417

X-original-commit: 1265b132bd
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Marion Spindler (masp) <masp@odoo.com>
2025-09-04 10:30:01 +00:00
ASPhilemon
4b4fc7fad7 [FIX] developer/tutorials: fix typo
closes odoo/documentation#14408

Forward-port-of: odoo/documentation#14403
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2025-08-27 01:52:47 +00:00
Julien Castiaux
c65b0d769f [IMP] developer/reference/cli: --dev=access
closes odoo/documentation#14294

Related: odoo/odoo#222807
Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
2025-08-25 15:43:07 +00:00
Julien Castiaux
7b237096b0 [FIX] developer/reference/cli: --dev=all is a lie
--dev=all actually means --dev=xml,qweb,reload

Part-of: odoo/documentation#14294
Related: odoo/odoo#222807
Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
2025-08-25 15:43:07 +00:00
Julien Castiaux
884313c1bc [FIX] developer/reference/cli: --dev=pdb was removed
Does nothing since odoo/odoo#78857 and was removed in odoo/odoo#115076
both in 16.0.

Part-of: odoo/documentation#14294
Related: odoo/odoo#222807
Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
2025-08-25 15:43:07 +00:00
Julien Castiaux
18e8581d58 [FIX] developer/reference/cli: --dev=replica
Introduced by odoo/odoo#195280 in saas-18.1

Part-of: odoo/documentation#14294
Related: odoo/odoo#222807
Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
2025-08-25 15:43:07 +00:00
Julien Castiaux
ec7913246b [FIX] developer/reference/cli: --db_replica_host
Introduced by odoo/odoo#112000 in 17.0

Part-of: odoo/documentation#14294
Related: odoo/odoo#222807
Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
2025-08-25 15:43:07 +00:00
Sam Lieber (sali)
0ca9c66d81 [IMP] UI: odoo spreadsheet svg icons
closes odoo/documentation#14354

X-original-commit: f054d73fda
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2025-08-20 15:10:27 +00:00
celine de lannoy
d7a6a7a675 [IMP] tutorials/website_theme: Custom font, website settings, grid layout, mega-menu & page templates, custom gradient + update snippet addition
closes odoo/documentation#14304

X-original-commit: 64ede317ed
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-08-14 13:55:29 +00:00
Thomas Becquevort (thbe)
e89b8a114c [FIX] developer: wrong import path for Form module in tests
Since f5e7c67892, Form is in odoo.tests and not in odoo.tests.common anymore

task-none

closes odoo/documentation#14199

X-original-commit: 08f66ab000
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Thomas Becquevort (thbe) <thbe@odoo.com>
2025-08-01 11:34:02 +00:00
Bastien PIERRE
fa241f6994 [IMP] web: datetime new format and numeric attribute
closes odoo/documentation#14179

Related: odoo/odoo#218387
Related: odoo/enterprise#89968
Related: odoo/upgrade#8043
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-07-31 08:43:12 +00:00
Krzysztof Magusiak (krma)
d4a9931754 [IMP] developer/reference/backend: dynamic dates
Examples of how to specify dynamic dates in domains.

closes odoo/documentation#14105

Signed-off-by: Krzysztof Magusiak (krma) <krma@odoo.com>
2025-07-29 16:24:39 +00:00
Krzysztof Magusiak (krma)
d9fbf17817 [IMP] developer/reference/backend: domain operators
Simplify the list of operators and add `any!`.

Part-of: odoo/documentation#14105
Signed-off-by: Krzysztof Magusiak (krma) <krma@odoo.com>
2025-07-29 16:24:39 +00:00
Krzysztof Magusiak (krma)
5576deed6d [IMP] developer/reference: update changelog
Updating with multiple recently added features.
Mainly grouping functions and changes in domains.

Part-of: odoo/documentation#14105
Signed-off-by: Krzysztof Magusiak (krma) <krma@odoo.com>
2025-07-29 16:24:39 +00:00
Brandon Mercier
663839aaf8 [FIX] New page template creation method
closes odoo/documentation#14147

X-original-commit: b35b66a799
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-07-28 15:25:40 +00:00
Tiffany Chang (tic)
e0045396cd [I18N] contributing, developer/tutorial: remove Transifex references
Odoo is transitioning away from Transifex. Remove links/references to it
and replace with new platform (internal Weblate server) links

closes odoo/documentation#14163

X-original-commit: 78de46cb0f
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
2025-07-26 08:19:44 +00:00
“Dallas”
eb4a75accf [FIX] developer: translating modules typo
closes odoo/documentation#14157

X-original-commit: bd2af5aa51
Signed-off-by: Dallas Dean (dade) <dade@odoo.com>
2025-07-26 07:15:46 +00:00
Antoine Vandevenne (anv)
13d1166022 [IMP] developer/reference/payment: update docstrings for payment models
task-3648413

closes odoo/documentation#13888

Related: odoo/odoo#209685
Related: odoo/enterprise#87325
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-07-19 13:10:33 +00:00
samueljlieber
6f7b3eee39 [IMP] UI: odoo spreadsheets svg icon updates
closes odoo/documentation#13946

X-original-commit: 354dee7660
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2025-07-10 01:21:01 +00:00
guillaume gallant (guga)
17a51e0bf5 [IMP] Website: update pages page
task-4459299

closes odoo/documentation#13820

X-original-commit: 0e3503bc60
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2025-06-27 12:02:34 +00:00
Chong Wang (cwg)
bde3b8fa3e [IMP] core: support reinit modules
closes odoo/documentation#13222

Related: odoo/odoo#206408
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-06-25 11:46:23 +00:00
Brandon Mercier
0fa4dbfee7 [FIX] Typos: Two-factor auth deactivation (Setup) + Embed videos (Media)
closes odoo/documentation#13737

X-original-commit: 1b41b078b7
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-06-19 02:15:38 +00:00
Brandon Mercier
5513b62aae [FIX] Custom header/footer templates typo
closes odoo/documentation#13656

X-original-commit: c36f8f02ca
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-06-10 20:40:52 +00:00
Brandon Mercier
76a761cb40 [IMP] howto/website: Layout - Header/Footer templates
closes odoo/documentation#13574

X-original-commit: 3fded9a379
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-05-28 12:47:14 +00:00
Brandon Mercier
7ef3be9465 [FIX] howto/website_themes: Megamenu option typo
closes odoo/documentation#13556

X-original-commit: d6a294f08c
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-05-27 07:11:21 +00:00
samueljlieber
b374d2dd42 [ADD] UI: odoo spreadsheets svg icons
closes odoo/documentation#13524

X-original-commit: a35a208995
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2025-05-24 03:51:49 +00:00
Brandon Mercier
900b551e5a [FIX] Correction of custom shape addition method
closes odoo/documentation#13436

X-original-commit: fbcc2beeb2
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-05-20 11:47:14 +00:00
Brandon Mercier
9b4575b2a3 [FIX] Custom snippet: Fix a typo in "Group creation"
closes odoo/documentation#13413

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-05-20 00:56:11 +00:00
celine de lannoy
2371ccfd07 [IMP] tutorials/website_theme: update from 16 to 17
closes odoo/documentation#13395

X-original-commit: 9ad9e8e2e2
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Céline de Lannoy (cede) <cede@odoo.com>
2025-05-19 19:13:48 +00:00