Commit Graph

503 Commits

Author SHA1 Message Date
Julien Castiaux
62c3abb5c0 [IMP] developer: new CLI commands and improvements
Added the existing `deploy`, `obfuscate`, `upgrade_code` commands.
Reviewed titles to make the commands stand out in the ToC.

task-4866527

fixes odoo/documentation#14046
backport of ef7efd613d

closes odoo/documentation#15325

X-original-commit: 5279c3f988
Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
2025-11-27 21:53:27 +00:00
Sylvain Francis
9c37d23c26 [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#15376

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

X-original-commit: 6b6069a2f9
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2025-11-14 22:22:30 +00:00
David Vidal
753ad42e06 [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#15141

X-original-commit: eae0163257
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-11-06 10:35:55 +00:00
qsm-odoo
7ee3426484 [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#15007

X-original-commit: 4a6611b0c4
Related: odoo/odoo#233118
Related: odoo/enterprise#98108
Related: odoo/design-themes#1173
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
2025-10-28 10:19:17 +00:00
Brandon Mercier
4a4f2e6a47 [FIX] Typo in the builder option
closes odoo/documentation#14941

X-original-commit: 56f396e38c
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-10-20 17:29:35 +00:00
Alvaro Fuentes
8fcffda692 [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#14911

X-original-commit: 33aea00007
Signed-off-by: Alvaro Fuentes Suarez (afu) <afu@odoo.com>
2025-10-17 18:07:28 +00:00
Julien Mougenot
33d7058113 [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#14832

Signed-off-by: Julien Mougenot (jum) <jum@odoo.com>
2025-10-17 16:51:25 +00:00
Julien Mougenot
eb756332c9 [IMP] web: HOOT - documentation
Part-of: odoo/documentation#14832
Signed-off-by: Julien Mougenot (jum) <jum@odoo.com>
2025-10-17 16:51:25 +00:00
Antoine Vandevenne (anv)
bb4b5d7264 [FIX] tutorials/discover_js_framework: fix example link for reactive
closes odoo/documentation#14662

X-original-commit: 84dc025f1b
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-09-26 07:54:52 +00:00
Antoine Vandevenne (anv)
a1fb66afce [FIX] howtos/translations: fix typo in "wainting"
closes odoo/documentation#14636

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

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-09-23 05:17:22 +00:00
Brandon Mercier
d8efa9b8b8 [IMP] Odoo SaaS dump + Base/Inherited/Duplicated views
closes odoo/documentation#14552

X-original-commit: ea0c7ccf30
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-09-12 11:45:01 +00:00
Brandon Mercier
e07e9f9091 [FIX] Typos in "Page templates" and "Theme pages" example.
closes odoo/documentation#14495

Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-09-04 16:46:07 +00:00
fja-odoo
f4b3b7f03a [IMP] developer/reference/cli: --db_replica_(host|port)
The option was introduced last year but the documentation hasn't been
updated accordingly.

closes odoo/documentation#13942

Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
Co-authored-by: Julien Castiaux <juc@odoo.com>
2025-08-28 11:53:35 +00:00
ASPhilemon
fccb321a36 [FIX] developer/tutorials: fix typo
closes odoo/documentation#14403

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2025-08-26 10:22:47 +00:00
masp-odoo
78a3bd7de0 [ADD] website: new page structure
task-4850059

closes odoo/documentation#14278

Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2025-08-22 13:41:39 +00:00
Sam Lieber (sali)
f019df7b12 [IMP] UI: odoo spreadsheet svg icons
closes odoo/documentation#14340

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-08-19 08:56:11 +00:00
celine de lannoy
64ede317ed [IMP] tutorials/website_theme: Custom font, website settings, grid layout, mega-menu & page templates, custom gradient + update snippet addition
closes odoo/documentation#14277

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-08-14 09:38:01 +00:00
Thomas Becquevort (thbe)
6a55e00fd4 [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#14195

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 06:29:19 +00:00
Brandon Mercier
165b0ea68e [FIX] New page template creation method
closes odoo/documentation#14143

X-original-commit: b35b66a799
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-07-28 11:30:09 +00:00
Tiffany Chang (tic)
85c174b1cc [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#14159

X-original-commit: 78de46cb0f
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
2025-07-28 07:49:30 +00:00
“Dallas”
bd2af5aa51 [FIX] developer: translating modules typo
closes odoo/documentation#14132

Signed-off-by: Dallas Dean (dade) <dade@odoo.com>
2025-07-25 07:25:02 +00:00
samueljlieber
ff0e5b64ba [IMP] UI: odoo spreadsheets svg icon updates
closes odoo/documentation#13930

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-07-08 06:16:52 +00:00
guillaume gallant (guga)
0e3503bc60 [IMP] Website: update pages page
task-4459299

closes odoo/documentation#13605

Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2025-06-24 09:09:21 +00:00
Brandon Mercier
a216f014f7 [FIX] Typos: Two-factor auth deactivation (Setup) + Embed videos (Media)
closes odoo/documentation#13731

X-original-commit: 1b41b078b7
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-06-18 20:06:51 +00:00
Brandon Mercier
e96f6008f4 [FIX] Custom header/footer templates typo
closes odoo/documentation#13649

X-original-commit: c36f8f02ca
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-06-10 18:10:49 +00:00
Brandon Mercier
c93e8f4211 [IMP] howto/website: Layout - Header/Footer templates
closes odoo/documentation#13570

X-original-commit: 3fded9a379
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-05-27 20:20:11 +00:00
Brandon Mercier
78381d9491 [FIX] howto/website_themes: Megamenu option typo
closes odoo/documentation#13548

X-original-commit: d6a294f08c
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-05-26 16:49:40 +00:00
samueljlieber
a35a208995 [ADD] UI: odoo spreadsheets svg icons
closes odoo/documentation#13386

Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2025-05-23 12:35:10 +00:00
Brandon Mercier
c1956969fc [FIX] Correction of custom shape addition method
closes odoo/documentation#13430

X-original-commit: fbcc2beeb2
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-05-19 21:52:55 +00:00
celine de lannoy
22b5682ba7 [IMP] tutorials/website_theme: update from 16 to 17
closes odoo/documentation#13388

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 12:51:56 +00:00
Brandon Mercier
86e897ecf0 [FIX] Company logo typo
- Correction of a wrong file reference
- Correction of a wrong fille name

closes odoo/documentation#13415

X-original-commit: 57de65b68f
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-05-18 18:06:44 +00:00
Brandon Mercier
e3a5b76320 [FIX] howto/website_themes: Layout - Header/Footer typo
closes odoo/documentation#13402

X-original-commit: d943b1845b
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-05-18 18:06:43 +00:00
Brandon Mercier
c668c054c5 [FIX] Custom snippet: Fix a typo in "Group creation"
closes odoo/documentation#13394

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-05-16 19:51:06 +00:00
Francois Vasamillet (frva)
4efa5133d6 [FIX] tutorials: Fix js and website action (importable_modules.rst)
Url path to access server action updated from /actions to /website/action
Added xml record that Javascript tour was missing to work properly

closes odoo/documentation#13262

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-05-09 09:53:22 +00:00
Leo Leclerc
2712116544 [FIX] rpc: fix code examples for tutorial and service
closes odoo/documentation#13151

Signed-off-by: Florent Dardenne (dafl) <dafl@odoo.com>
2025-05-07 09:03:32 +00:00
Brandon Mercier
ee982d54ef [ADD] tutorials/website_theme: Add tutorials to build a website theme
closes odoo/documentation#13202

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Céline de Lannoy (cede) <cede@odoo.com>
2025-05-06 09:23:47 +00:00
Brandon Mercier
d6e4aef108 [REM] tutorials/website: Remove outdated tutorial
Part-of: odoo/documentation#13202
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Céline de Lannoy (cede) <cede@odoo.com>
2025-05-06 09:23:47 +00:00
Carlos Valverde
ea0aef49cf [IMP] howto/website/theming: improves version information
This commit improves current Odoo version information on the theming
page, by adding better contextual content.

Task-4316619

closes odoo/documentation#12963

X-original-commit: 543a18f82a
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
2025-04-18 18:52:35 +00:00
Mathieu Duckerts-Antoine
f0937073f3 [FW][FIX] developer/views: no attributes for group tag in search arch
As already explained in the text:
The `group` element takes no attributes.
We fix the given example.

closes odoo/documentation#12880

Forward-port-of: odoo/documentation#12877
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2025-04-15 00:57:51 +00:00
Carlos Valverde
70e7b30ba2 [FW][FIX] howto/website: fix theming page typo
This PR fixes a typo on current theming page.

Task-4316611

closes odoo/documentation#12797

Forward-port-of: odoo/documentation#12778
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
2025-04-04 16:07:57 +00:00
Carlos Valverde
bbbb28d09e [IMP] howto/website: update media page
This commit updates current media page, by adding updated content.

Task-4316619

closes odoo/documentation#12746

X-original-commit: 533a6fde70
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
2025-04-02 13:49:10 +00:00
Carlos Valverde
167ba9c2e1 [IMP] howto/website: update theming page
This commit updates current theming page, by adding updated content.

Task-4316707

closes odoo/documentation#12740

Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
2025-04-02 10:01:21 +00:00
Carlos Valverde
3e03ff41fa [IMP] howto/website: update animations page
This commit updates current animations page, by adding updated content.

Task-4316707

closes odoo/documentation#12744

Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
2025-04-02 10:01:19 +00:00
Brandon Mercier
ab9717eab0 [IMP] howto/website_themes: "Pages" page update
- 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

closes odoo/documentation#12714

Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-04-01 10:24:36 +00:00
Brandon Mercier
eb0a61a4cf [IMP] howto/website_themes: Building blocks page update
- 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"

closes odoo/documentation#12721

Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-04-01 10:24:34 +00:00
Brandon Mercier
a602f01f21 [IMP] howto/website_themes: Layout page update
- Update the Bootstrap documentation urls
- Update the Github urls

closes odoo/documentation#12713

Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-04-01 07:23:15 +00:00
Alvaro Fuentes
ec8213d893 [IMP] developer/reference/cli: improve docs of --upgrade-path
Be explicit about what we expect as parameter.

closes odoo/documentation#12646

X-original-commit: feff94c007
Related: odoo/odoo#203387
Signed-off-by: Alvaro Fuentes Suarez (afu) <afu@odoo.com>
2025-03-31 15:11:46 +00:00
Alvaro Fuentes
c074b029ca [IMP] developer/reference/cli: --pre-upgrade-scripts
Document the new cli option.

X-original-commit: 3d16401d6d
Part-of: odoo/documentation#12646
Related: odoo/odoo#203387
Signed-off-by: Alvaro Fuentes Suarez (afu) <afu@odoo.com>
2025-03-31 15:11:45 +00:00