Commit Graph

422 Commits

Author SHA1 Message Date
Brandon Mercier
65c5dee94b [IMP] howto/website: Layout - Header/Footer templates
closes odoo/documentation#13569

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:18:43 +00:00
Brandon Mercier
3b34044407 [FIX] howto/website_themes: Megamenu option typo
closes odoo/documentation#13546

X-original-commit: d6a294f08c
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-05-26 10:33:47 +00:00
Brandon Mercier
fbcc2beeb2 [FIX] Correction of custom shape addition method
closes odoo/documentation#13428

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-05-19 15:19:25 +00:00
Brandon Mercier
c2b2849647 [FIX] howto/website_themes: Layout - Header/Footer typo
closes odoo/documentation#13397

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 17:37:44 +00:00
Brandon Mercier
57de65b68f [FIX] Company logo typo
- Correction of a wrong file reference
- Correction of a wrong fille name

closes odoo/documentation#13393

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-05-16 21:34:22 +00:00
celine de lannoy
9ad9e8e2e2 [IMP] tutorials/website_theme: update from 16 to 17
closes odoo/documentation#13375

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-05-16 08:09:30 +00:00
Brandon Mercier
93931fc28e [ADD] tutorials/website_theme: Add tutorials to build a website theme
closes odoo/documentation#13131

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Céline de Lannoy (cede) <cede@odoo.com>
2025-05-05 14:50:48 +00:00
Brandon Mercier
85915a364c [REM] tutorials/website: Remove outdated tutorial
Part-of: odoo/documentation#13131
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Céline de Lannoy (cede) <cede@odoo.com>
2025-05-05 14:50:48 +00:00
Carlos Valverde
543a18f82a [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#12952

Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
2025-04-18 13:17:42 +00:00
Mathieu Duckerts-Antoine
485cc6fe67 [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#12877

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2025-04-14 09:26:04 +00:00
Carlos Valverde
3489bf4144 [FW][FIX] howto/website: fix theming page typo
This PR fixes a typo on current theming page.

Task-4316611

closes odoo/documentation#12794

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

Task-4316619

closes odoo/documentation#12578

Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
2025-03-28 13:29:49 +00:00
Carlos Valverde
adac5615c3 [IMP] howto/website: update theming page
This commit updates current theming page, by adding updated content.

Task-4316619

closes odoo/documentation#12577

Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
2025-03-27 11:00:45 +00:00
Carlos Valverde
299cc648b8 [IMP] howto/website: update navigation page
This commit updates current navigation page, by adding updated
information.

Task-4316619

closes odoo/documentation#12579

Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
2025-03-25 14:57:43 +00:00
Brandon Mercier
8c6fb203be [IMP] website_themes: layout
Add explanation about the `template_header_mobile`

closes odoo/documentation#12583

Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-03-25 07:31:06 +00:00
Brandon Mercier
e99d444827 [IMP/ADD] website_themes: "Pages" page update
- New static page template mechanism;
- Replace the header_overlay screenshot
- Update the noattribute for 17.0

closes odoo/documentation#12589

Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-03-25 07:31:04 +00:00
Brandon Mercier
6b73fe9f5a [IMP/ADD] website_themes: Building blocks page update
- Add "Text highlights"
- Add "grid-item-padding" and "grid-gap"
- Add Inner content snippet process

closes odoo/documentation#12607

Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-03-25 06:13:39 +00:00
Alvaro Fuentes
feff94c007 [IMP] developer/reference/cli: improve docs of --upgrade-path
Be explicit about what we expect as parameter.

closes odoo/documentation#12571

X-original-commit: 942fd6dd41
Related: odoo/odoo#202583
Signed-off-by: Alvaro Fuentes Suarez (afu) <afu@odoo.com>
2025-03-20 12:25:56 +00:00
Alvaro Fuentes
3d16401d6d [IMP] developer/reference/cli: --pre-upgrade-scripts
Document the new cli option.

X-original-commit: bcad893864
Part-of: odoo/documentation#12571
Related: odoo/odoo#202583
Signed-off-by: Alvaro Fuentes Suarez (afu) <afu@odoo.com>
2025-03-20 12:25:56 +00:00
Brandon Mercier
062b4c8004 [IMP] Website Themes - Building blocks
Rework of the whole page in order to organized / categorized the content better + Addition from the PSBE Designers Wiki

[FIX] Website Themes - Building block : Fix typo

[FIX] Corrections after review

closes odoo/documentation#12474

X-original-commit: 1ef929990c
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-03-16 19:30:14 +00:00
Brandon Mercier
664d73771c [IMP] Website Themes - Going Live
[IMP] Website Themes - Going Live

- Content update and additions
- Screenshot
- New anchors

[FIX] Fix after code review

[FIX] Anchor to noupdate attribute

closes odoo/documentation#12509

X-original-commit: 8ce27c696d
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-03-16 18:17:03 +00:00
Brandon Mercier
f046604336 [IMP] Website themes - Pages
[IMP] Website themes - Pages
[FIX] Website Themes - Pages: Anchors
[FIX] Website Themes - Pages: anchors
[FIX] Anchors patterns + code review modifications

closes odoo/documentation#12476

X-original-commit: 2fc209623d
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-03-16 08:32:03 +00:00
Brandon Mercier
4d4d75b440 [IMP] Website Themes - Layout page
[IMP] Website Themes - Layout page

[FIX] Corrections for ci

[FIX] Ci failure

[IMP] Small corrections

- Reorder the Xpath examples.
- Add an explanation for the move directive

[ADD] Website Themes - Media section

[IMP] Website Themes - Layout section modifications

[IMP] Anchors for CEDE's references (Tutorials)

[IMP] Line width + visibility conditions alert type

[IMP] Website Themes - Layout : Anchors correction

Revert "[ADD] Website Themes - Media section"

This reverts commit 4567cfe114251cdc9f263b8e97f0f988945f4db8.

[FIX] Update anchors pattern

[FIX] Media company logo reference

closes odoo/documentation#12475

X-original-commit: 53b2db4ab5
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-03-15 06:23:46 +00:00
Carlos Valverde
83e0914e0d [ADD] howto/website: add media page
This commit adds the `media` page, links it to the `website_themes`
index, deletes duplicated content from the `pages.rst` page and moves
images from the current `pages` folder to a new one.

Task-4316611

closes odoo/documentation#12465

X-original-commit: 0044a6bb09
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
2025-03-14 17:27:19 +00:00
Brandon Mercier
a724fe8e78 [IMP] Website Themes - Gradients
[IMP] Website Themes - Gradients

- Corrections
- New anchors

[FIX] Modifications after code review

closes odoo/documentation#12430

X-original-commit: dab8e3c71e
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-03-14 16:10:05 +00:00
Brandon Mercier
a4241d94a3 [IMP] Website Themes - Forms
[IMP] Website Themes - Forms
[FIX] Anchors + Modifications after code review

closes odoo/documentation#12433

X-original-commit: 88301e22ea
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-03-14 16:10:03 +00:00
Carlos Valverde
7600537eab [IMP] howto/website: update shapes page
This commit updates current `shapes` page, by adding new anchor links
to the sections, updated information and images.

Task-4316611

closes odoo/documentation#12432

X-original-commit: 4e0f298786
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
2025-03-14 16:10:00 +00:00
Carlos Valverde
6964bad987 [IMP] howto/website: update animations page
This commit updates current `animations` page, by adding new anchor
links to the sections, updated information and images.

Task-4316611

closes odoo/documentation#12431

X-original-commit: 0ea5823a94
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
2025-03-14 16:09:59 +00:00
Carlos Valverde
194d073533 [IMP] howto/website: update navigation page
This commit updates current navigation page, by adding new anchor links
to the sections and by adding updated information.

Task-4316611

closes odoo/documentation#12434

X-original-commit: a548d85da8
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
2025-03-14 16:09:58 +00:00
Brandon Mercier
334461ad4c [IMP] Website Themes - Setup
[IMP] Website Themes - Setup

[IMP] Website Themes - Setup

- Use the right code-block language for terminal command line
- Add a step about the 2-factor authentication

[IMP] Anchors for CEDE's references (Tutorials)

[FIX] Website Themes - Setup: Anchors

[IMP] Anchors pattern correction

closes odoo/documentation#12420

X-original-commit: 9d5ccb7e1d
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-03-14 16:09:53 +00:00
Carlos Valverde
27eeb096e7 [IMP] howto/website: update translations page
This commit updates current `translations` page, by adding new anchor
links to the sections, updated information and images.

Task-431661

closes odoo/documentation#12344

X-original-commit: e508d96c1d
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
2025-03-11 10:21:15 +00:00
Carlos Valverde
b6bcc66537 [IMP] howto/website: update theming page
This commit updates current theming page, by adding new anchor links to
the sections and by adding updated information.

Task-4316611

closes odoo/documentation#12275

X-original-commit: 16e1bad7db
Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com>
2025-03-10 13:10:50 +00:00
Louis Baudoux
cb88c4ce01 [IMP] extract_api: few minor improvements/corrections
- Add links to the IAP documentation.
- Remove BMP from supported file format (it never was supported ?).
- Rewording of some descriptions in the `/parse` documentation.
- More consistent abbreviations for "IAP" and "OCR".

closes odoo/documentation#12274

X-original-commit: 1a33d8ef2b
Signed-off-by: Louis Baudoux (lba) <lba@odoo.com>
2025-03-05 18:11:14 +00:00
Louis Baudoux
4eddcede88 [IMP] extract_api: improve implementation example
- Since the example only works for invoices, references to the other
  document types supported by the OCR have been removed.
- Handle the case where library `requests` isn't available.
- Show additional fields detected by the OCR.
- Properly set the ID of the JSON-RPC request.
- Commit 8c93ff7 should have adapted the implementation example with the
  latest API version.

X-original-commit: 56fa6da441
Part-of: odoo/documentation#12274
Signed-off-by: Louis Baudoux (lba) <lba@odoo.com>
2025-03-05 18:11:14 +00:00
Odoo's Mergebot
47791ada79 [FW][IMP] developer/reference/cli: neutralize option
closes odoo/documentation#12171

Forward-port-of: odoo/documentation#11478
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Co-authored-by: Chris Smith <cgsmith105@gmail.com>
Co-authored-by: Chris Smith <chris@cgsmith.net>
2025-03-05 13:27:09 +00:00
samueljlieber
92a39cff3a [FIX] resource folder match
closes odoo/documentation#12063

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2025-02-14 00:18:15 +00:00
samueljlieber
9c7ef9b2cf [FIX] clean unused resource files
Part-of: odoo/documentation#12063
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2025-02-14 00:18:15 +00:00
Erwin Zoer
ae9bdc5678 [FIX] developer/howtos/upgrade_custom_db: fix typo
Changed the word devolopments to developments

closes odoo/documentation#11864

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-01-27 08:57:43 +00:00
William Braeckman
ea9c8bd807 [IMP] developer/reference/cli: --limit-time-cron-conn
Document the newly created config option.

closes odoo/documentation#11822

See: https://github.com/odoo/odoo/pull/194141
X-original-commit: de2241eb7c
Related: odoo/odoo#194705
Signed-off-by: William Braeckman (wbr) <wbr@odoo.com>
2025-01-22 15:58:12 +00:00
Sam Lieber (sali)
cb1f1e89d6 [FIX] tutorials: explicit translation function example
closes odoo/documentation#11332

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2024-12-04 09:36:44 +00:00
vava-odoo
d77d3ace2a [FIX] developer/tutorials/importable_modules: no self in actions
In ir.actions.server, the variable containing the record(s) is not
`self`, but `record` and `records`.
Also, since there is a word about `store` attribute for computed
fields, this commit specifies the behaviour of `readonly` attribute.

closes odoo/documentation#11484

Signed-off-by: Vallaeys Valentin (vava) <vava@odoo.com>
2024-11-29 11:35:53 +00:00
Joris Makauskis
f8683b6e74 [IMP] extract_api: Add bank statement documentation
- Updated documentation to include details on the new bank statement
extraction via OCR.
- Removed mention of unsupported discount, product, and unit features
from invoice_lines feature.

Task-3895452

closes odoo/documentation#11389

X-original-commit: 8c93ff790e
Signed-off-by: Joris Makauskis (jmak) <jmak@odoo.com>
2024-11-14 16:01:16 +00:00
Damien Bouvy
c6a8619367 [ADD] Developer: data module tutorial
Introduce a new tutorial about creating Odoo modules using XML data files
instead of Python code.

This guide is follows closely the 'Server Framework 101' tutorial and
covers the following:

- Module structure and deployment
- Defining models and fields
- Setting up security and access rights
- Creating views and actions
- Implementing relational fields (many2one, many2many, one2many)
- Working with computed and related fields
- Adding business logic through server actions and automation rules
- Creating website controllers for API endpoints

The tutorial includes practical exercises and code examples to reinforce
learning, catering to developers who need to customize Odoo without writing
Python code (e.g. Odoo PS-Tech employees, partners that focus on SaaS instances
or author of Industry modules).

Task-4167176

closes odoo/documentation#11050

Signed-off-by: Bouvy Damien (dbo) <dbo@odoo.com>
2024-10-31 17:15:21 +00:00
xpl-odoo
e05a37917d [IMP] upgrade: better introduce the upgrade process
closes odoo/documentation#10905

X-original-commit: efe4e4a4bc
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-09-03 17:57:55 +00:00
Antoine Vandevenne (anv)
e7d2be6366 [FIX] reference/view_architectures: remove outdated and broken link
The external link to `AbstractController` class was broken, both because
the placeholder substitution mechanism doesn't work in included RST
excerpts and because the class has long been removed.

Since it makes little sense to replace the link with another link to
the `useActionLinks` hook in the context of this reference doc, this
commit removes the link altogether, as well as the erroneous mention
of class limitations.

closes odoo/documentation#10729

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2024-08-13 07:45:49 +00:00
Antoine Vandevenne (anv)
97194e9854 [FIX] developer/reference/data: fix typo in data file example
The attribute of `record` data operations should be `id` and not `name`.

closes odoo/documentation#10704

X-original-commit: e41e618116
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2024-08-13 07:45:48 +00:00
sami odoo
9dc985ef47 [IMP] reference/user_interface: update documentation regarding widget in graph
This commit aims to update the documentation regarding the adaptability of
widgets in the graph view of Odoo.

Task-3861721

closes odoo/documentation#10573

Signed-off-by: Mathieu Duckerts-Antoine (dam) <dam@odoo.com>
2024-08-05 17:29:49 +00:00
laro-odoo
3badb434e1 [IMP] web: make date widget work with datetime field
Task-3698841

closes odoo/documentation#10325

Related: odoo/odoo#161705
Related: odoo/enterprise#67258
Signed-off-by: Mathieu Duckerts-Antoine (dam) <dam@odoo.com>
2024-07-31 21:06:03 +00:00
Sam Lieber (sali)
d506554ed0 [IMP] reference/user_interface: 17.0 odoo ui icons
closes odoo/documentation#9256

Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2024-06-14 16:36:52 +00:00
Nguyen Minh Tran Manh Cuong
d77c24d556 [FIX] tutorials/server_framework_101: position of form's notebook element
The notebook element should be nested in the sheet element.

closes odoo/documentation#9744

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2024-06-10 10:06:02 +00:00