Commit Graph

529 Commits

Author SHA1 Message Date
Julien Castiaux
db892edc3a [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#15517

X-original-commit: 62c3abb5c0
Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
2025-12-02 19:57:35 +00:00
Sylvain Francis
5c0e0ddf8c [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#15379

X-original-commit: fbc787474f
Signed-off-by: Sylvain Francis (syf) <syf+odoo@odoo.com>
2025-11-21 07:22:20 +00:00
xpl-odoo
8611e835e1 [IMP] odoo.sh: partial update of the section
closes odoo/documentation#15316

X-original-commit: 6b6069a2f9
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2025-11-14 23:32:46 +00:00
Julien Carion (juca)
6cfaf2efe1 [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#15241

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-11-13 15:19:00 +00:00
qsm-odoo
78a4676e00 [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#15215

X-original-commit: f7777d9a36
Related: odoo/odoo#235124
Related: odoo/enterprise#99190
Related: odoo/design-themes#1177
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
2025-11-10 22:38:04 +00:00
David Vidal
03bbdaf840 [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#15145

X-original-commit: eae0163257
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-11-06 11:40:09 +00:00
Brandon Mercier
e0047d5a94 [FIX] Typo in the builder option
closes odoo/documentation#14944

X-original-commit: 56f396e38c
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-10-20 19:02:54 +00:00
Julien Mougenot
e1b07e2be3 [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#14922

X-original-commit: 33d7058113
Signed-off-by: Julien Mougenot (jum) <jum@odoo.com>
2025-10-20 09:54:00 +00:00
Julien Mougenot
801b54e509 [IMP] web: HOOT - documentation
X-original-commit: eb756332c9
Part-of: odoo/documentation#14922
Signed-off-by: Julien Mougenot (jum) <jum@odoo.com>
2025-10-20 09:54:00 +00:00
Alvaro Fuentes
3e331b75e3 [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#14914

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

X-original-commit: 84dc025f1b
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-09-25 14:00:02 +00:00
Antoine Vandevenne (anv)
70d554067b [FIX] howtos/translations: fix typo in "wainting"
closes odoo/documentation#14643

X-original-commit: a1a8ca93f3
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-09-23 10:14:16 +00:00
ASPhilemon
283ca77729 [IMP] tutorials/module_data: improve phrasing
closes odoo/documentation#14642

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

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

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

closes odoo/documentation#14416

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 07:14:15 +00:00
fja-odoo
cfdf765c8d [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#14437

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:12:54 +00:00
ASPhilemon
d1fb3eb453 [FIX] developer/tutorials: fix typo
closes odoo/documentation#14407

Forward-port-of: odoo/documentation#14403
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2025-08-27 09:52:27 +00:00
Sam Lieber (sali)
2aef1be422 [IMP] UI: odoo spreadsheet svg icons
closes odoo/documentation#14353

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 14:13:43 +00:00
celine de lannoy
f7bdd17ce8 [IMP] tutorials/website_theme: Custom font, website settings, grid layout, mega-menu & page templates, custom gradient + update snippet addition
closes odoo/documentation#14303

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

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 09:01:09 +00:00
Brandon Mercier
e5fd2edbaa [FIX] New page template creation method
closes odoo/documentation#14146

X-original-commit: b35b66a799
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-07-28 19:19:40 +00:00
Tiffany Chang (tic)
2c3dad1aa3 [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#14162

X-original-commit: 78de46cb0f
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
2025-07-25 22:22:05 +00:00
“Dallas”
3e61c04e3d [FIX] developer: translating modules typo
closes odoo/documentation#14156

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

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

closes odoo/documentation#13817

X-original-commit: 0e3503bc60
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2025-06-27 17:55:43 +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
Brandon Mercier
7abbe7ad82 [FIX] Company logo typo
- Correction of a wrong file reference
- Correction of a wrong fille name

closes odoo/documentation#13419

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

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:41:50 +00:00
Louis (loti)
034a1948a3 [IMP] reference/payment: autodoc _compare_notification_data
task-3797660

closes odoo/documentation#13284

Related: odoo/odoo#163860
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-05-11 09:55:45 +00:00
Francois Vasamillet (frva)
be0d5a49a0 [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#13283

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-11 08:38:18 +00:00
Leo Leclerc
7c0b0226d4 [FIX] rpc: fix code examples for tutorial and service
closes odoo/documentation#13235

X-original-commit: 2712116544
Signed-off-by: Florent Dardenne (dafl) <dafl@odoo.com>
2025-05-09 02:53:28 +00:00
Brandon Mercier
8122da1c51 [ADD] tutorials/website_theme: Add tutorials to build a website theme
closes odoo/documentation#13225

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-08 04:08:40 +00:00
Brandon Mercier
b2cb92bfdb [REM] tutorials/website: Remove outdated tutorial
X-original-commit: 08c173d7da
Part-of: odoo/documentation#13225
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Céline de Lannoy (cede) <cede@odoo.com>
2025-05-08 04:08:40 +00:00
Odoo
0023788209 [IMP] howto/accounting: fiscal position refs
closes odoo/documentation#13019

Related: odoo/odoo#205191
Related: odoo/enterprise#83056
Related: odoo/upgrade#7528
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-04-24 18:17:10 +00:00
Saif (segn)
631c3b436b [FIX] account: Replace filter_fiscal_position with allow_foreign_vat
task-4627315

closes odoo/documentation#12914

Related: odoo/odoo#201020
Related: odoo/enterprise#81569
Related: odoo/upgrade#7517
Signed-off-by: Olivier Colson (oco) <oco@odoo.com>
2025-04-23 11:13:38 +00:00
Carlos Valverde
82e3806c26 [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#12974

X-original-commit: 543a18f82a
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
2025-04-19 08:02:34 +00:00
Mathieu Duckerts-Antoine
85b197e1c2 [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#12886

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

Task-4316611

closes odoo/documentation#12800

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

Task-4316707

closes odoo/documentation#12761

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

Task-4316707

closes odoo/documentation#12760

X-original-commit: 167ba9c2e1
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
2025-04-02 15:58:45 +00:00
Alvaro Fuentes
7febd70de5 [IMP] developer/reference/cli: improve docs of --upgrade-path
Be explicit about what we expect as parameter.

closes odoo/documentation#12751

X-original-commit: 246a2122e1
Related: odoo/odoo#204388
Signed-off-by: Alvaro Fuentes Suarez (afu) <afu@odoo.com>
2025-04-02 14:26:28 +00:00
Alvaro Fuentes
3e4ee4ed58 [IMP] developer/reference/cli: --pre-upgrade-scripts
Document the new cli option.

X-original-commit: 2844e193d4
Part-of: odoo/documentation#12751
Related: odoo/odoo#204388
Signed-off-by: Alvaro Fuentes Suarez (afu) <afu@odoo.com>
2025-04-02 14:26:28 +00:00