Commit Graph

518 Commits

Author SHA1 Message Date
Alvaro Fuentes
2a6e0968b1 [IMP] developer/reference/cli: add --skip-auto-install
Document new cli option.

closes odoo/documentation#15590

X-original-commit: bb3c14edb4
Related: odoo/odoo#239044
Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
2025-12-16 17:00:37 +00:00
Julien Castiaux
97302d2b5f [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#15515

X-original-commit: 62c3abb5c0
Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
2025-12-02 20:07:33 +00:00
Sylvain Francis
570d849783 [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#15377

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

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

X-original-commit: eae0163257
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-11-06 11:15:43 +00:00
qsm-odoo
e69b37141c [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#15051

X-original-commit: 7ee3426484
Related: odoo/odoo#233402
Related: odoo/enterprise#98250
Related: odoo/design-themes#1174
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
2025-10-31 06:23:14 +00:00
Brandon Mercier
0189418fa1 [FIX] Typo in the builder option
closes odoo/documentation#14942

X-original-commit: 56f396e38c
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-10-20 17:29:05 +00:00
Julien Mougenot
41ce52e1d1 [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#14917

X-original-commit: 33d7058113
Signed-off-by: Julien Mougenot (jum) <jum@odoo.com>
2025-10-20 08:27:09 +00:00
Julien Mougenot
10f93bc78a [IMP] web: HOOT - documentation
X-original-commit: eb756332c9
Part-of: odoo/documentation#14917
Signed-off-by: Julien Mougenot (jum) <jum@odoo.com>
2025-10-20 08:27:09 +00:00
Alvaro Fuentes
533de61b99 [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#14912

X-original-commit: 33aea00007
Signed-off-by: Alvaro Fuentes Suarez (afu) <afu@odoo.com>
2025-10-17 17:39:49 +00:00
Antoine Vandevenne (anv)
69b0567e6e [FIX] tutorials/discover_js_framework: fix example link for reactive
closes odoo/documentation#14663

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

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

Forward-port-of: odoo/documentation#14593
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-09-23 10:46:16 +00:00
Brandon Mercier
52e3c72d12 [IMP] Odoo SaaS dump + Base/Inherited/Duplicated views
closes odoo/documentation#14553

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

X-original-commit: e07e9f9091
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-09-04 19:48:24 +00:00
fja-odoo
26978caf97 [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#14435

X-original-commit: f4b3b7f03a
Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
Co-authored-by: Julien Castiaux <juc@odoo.com>
2025-09-01 08:14:34 +00:00
ASPhilemon
3cdaf14b70 [FIX] developer/tutorials: fix typo
closes odoo/documentation#14405

Forward-port-of: odoo/documentation#14403
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2025-08-26 16:17:00 +00:00
masp-odoo
0bd108a4b4 [ADD] website: new page structure
task-4850059

closes odoo/documentation#14388

X-original-commit: 78a3bd7de0
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Marion Spindler (masp) <masp@odoo.com>
2025-08-26 13:49:16 +00:00
Sam Lieber (sali)
a97b6bccee [IMP] UI: odoo spreadsheet svg icons
closes odoo/documentation#14342

X-original-commit: f019df7b12
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2025-08-19 18:19:35 +00:00
celine de lannoy
646d968a18 [IMP] tutorials/website_theme: Custom font, website settings, grid layout, mega-menu & page templates, custom gradient + update snippet addition
closes odoo/documentation#14301

X-original-commit: 64ede317ed
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-08-14 17:32:08 +00:00
Thomas Becquevort (thbe)
bebd65ae64 [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#14196

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:42:20 +00:00
Brandon Mercier
4e7499aeb5 [FIX] New page template creation method
closes odoo/documentation#14144

X-original-commit: b35b66a799
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-07-28 10:43:15 +00:00
Tiffany Chang (tic)
b567a7fdea [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#14160

X-original-commit: 78de46cb0f
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
2025-07-25 17:19:06 +00:00
“Dallas”
854b155ca5 [FIX] developer: translating modules typo
closes odoo/documentation#14154

X-original-commit: bd2af5aa51
Signed-off-by: Dallas Dean (dade) <dade@odoo.com>
2025-07-25 12:04:22 +00:00
samueljlieber
f74318b865 [IMP] UI: odoo spreadsheets svg icon updates
closes odoo/documentation#13943

X-original-commit: ff0e5b64ba
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2025-07-09 00:49:43 +00:00
guillaume gallant (guga)
5b8bf2bfdb [IMP] Website: update pages page
task-4459299

closes odoo/documentation#13804

X-original-commit: 0e3503bc60
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2025-06-27 14:06:20 +00:00
Brandon Mercier
3b4f5e483d [FIX] Typos: Two-factor auth deactivation (Setup) + Embed videos (Media)
closes odoo/documentation#13735

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

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

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 17:35:17 +00:00
Brandon Mercier
d12ce48a35 [FIX] howto/website_themes: Megamenu option typo
closes odoo/documentation#13552

X-original-commit: d6a294f08c
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-05-26 15:32:42 +00:00
samueljlieber
fd30a79820 [ADD] UI: odoo spreadsheets svg icons
closes odoo/documentation#13522

X-original-commit: a35a208995
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2025-05-23 16:32:53 +00:00
Brandon Mercier
3e59cae3e9 [FIX] Correction of custom shape addition method
closes odoo/documentation#13432

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 19:23:12 +00:00
celine de lannoy
564d238ce4 [IMP] tutorials/website_theme: update from 16 to 17
closes odoo/documentation#13390

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:26:34 +00:00
Brandon Mercier
1387d73b25 [FIX] Company logo typo
- Correction of a wrong file reference
- Correction of a wrong fille name

closes odoo/documentation#13417

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:02:46 +00:00
Brandon Mercier
2955728afd [FIX] howto/website_themes: Layout - Header/Footer typo
closes odoo/documentation#13406

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:02:44 +00:00
Brandon Mercier
6e531b9305 [FIX] Custom snippet: Fix a typo in "Group creation"
closes odoo/documentation#13411

X-original-commit: c668c054c5
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-05-18 18:02:43 +00:00
Francois Vasamillet (frva)
81e1b9ab9a [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#13281

X-original-commit: 4efa5133d6
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: François Vasamillet (frva) <frva@odoo.com>
2025-05-10 00:56:49 +00:00
Leo Leclerc
01f0eca3f5 [FIX] rpc: fix code examples for tutorial and service
closes odoo/documentation#13233

X-original-commit: 2712116544
Signed-off-by: Florent Dardenne (dafl) <dafl@odoo.com>
2025-05-07 15:58:12 +00:00
Brandon Mercier
f7d18f5c2b [ADD] tutorials/website_theme: Add tutorials to build a website theme
closes odoo/documentation#13223

X-original-commit: 3b5d7e9d40
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Céline de Lannoy (cede) <cede@odoo.com>
2025-05-07 09:28:42 +00:00
Brandon Mercier
f7e821d329 [REM] tutorials/website: Remove outdated tutorial
X-original-commit: 08c173d7da
Part-of: odoo/documentation#13223
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Céline de Lannoy (cede) <cede@odoo.com>
2025-05-07 09:28:42 +00:00
Carlos Valverde
a40d2ee888 [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#12970

X-original-commit: 543a18f82a
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
2025-04-18 20:12:03 +00:00
Mathieu Duckerts-Antoine
acbf789b94 [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#12884

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

Task-4316611

closes odoo/documentation#12799

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

Task-4316707

closes odoo/documentation#12758

X-original-commit: 3e03ff41fa
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
2025-04-02 15:57:14 +00:00
Carlos Valverde
235e9714f4 [IMP] howto/website: update theming page
This commit updates current theming page, by adding updated content.

Task-4316707

closes odoo/documentation#12759

X-original-commit: 167ba9c2e1
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
2025-04-02 15:57:12 +00:00
Carlos Valverde
f33d734547 [IMP] howto/website: update media page
This commit updates current media page, by adding updated content.

Task-4316619

closes odoo/documentation#12749

X-original-commit: 533a6fde70
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
2025-04-02 09:24:27 +00:00
Alvaro Fuentes
5a067c808f [IMP] developer/reference/cli: improve docs of --upgrade-path
Be explicit about what we expect as parameter.

closes odoo/documentation#12747

X-original-commit: 246a2122e1
Related: odoo/odoo#204379
Signed-off-by: Alvaro Fuentes Suarez (afu) <afu@odoo.com>
2025-04-02 07:52:37 +00:00
Alvaro Fuentes
ff22971fb2 [IMP] developer/reference/cli: --pre-upgrade-scripts
Document the new cli option.

X-original-commit: 2844e193d4
Part-of: odoo/documentation#12747
Related: odoo/odoo#204379
Signed-off-by: Alvaro Fuentes Suarez (afu) <afu@odoo.com>
2025-04-02 07:52:37 +00:00
Brandon Mercier
451b37efca [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#12737

X-original-commit: eb0a61a4cf
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-04-01 14:13:26 +00:00
Brandon Mercier
a0f3237d3e [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#12739

X-original-commit: ab9717eab0
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-04-01 14:13:25 +00:00