Commit Graph

4679 Commits

Author SHA1 Message Date
Yannick Tivisse
db5a651b44 [ADD] hr: Belgium payroll localization
X-original-commit: 15dece1e5b
Part-of: odoo/documentation#12297
Signed-off-by: Yannick Tivisse (yti) <yti@odoo.com>
2025-03-07 11:21:51 +00:00
hatr-odoo
8eb449ef5c [IMP] accounting/l10n_in: enhance india localization doc
This commit improves the Indian localization documentation by resizing
GST Return snapshots to remove empty space, enhancing readability,
especially on lower-resolution devices. Additionally, information about
GSTR-1 validations has been inserted.

task-4574916

closes odoo/documentation#12294

X-original-commit: 8aebed8690
Signed-off-by: Harsh Trivedi (hatr) <hatr@odoo.com>
2025-03-07 11:21:48 +00:00
Jim Plaku
2ec544e26b [IMP] tutorials/server_framework_101: add warning about access rights
When readers follow the server framework 101 tutorial, it's common for them
to set the model access rights the same as in the tutorial's example at
chapter 4. Following this example they will have read only permissions and
by chapter 6 they will not be able to create/update or delete objects in
order to follow with the tutorial.

This commit adds a warning for readers to remind them of the relation between
the access rights set previously and what they can see and do using the UI.

closes odoo/documentation#12289

X-original-commit: 14de18996e
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-03-06 11:31:47 +00:00
Louis Baudoux
fb25d698f3 [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#12284

X-original-commit: 1a33d8ef2b
Signed-off-by: Louis Baudoux (lba) <lba@odoo.com>
2025-03-05 18:39:56 +00:00
Louis Baudoux
a076c63527 [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#12284
Signed-off-by: Louis Baudoux (lba) <lba@odoo.com>
2025-03-05 18:39:56 +00:00
Antoine Vandevenne (anv)
953a8eab50 [FIX] tests: don't count EOL chars when checking remaining line space
This commit fixes a bug in the `check_early_line_breaks` test that would
systematically consider the `\n` character as being part of the line,
hence counting it when computing the line length.

closes odoo/documentation#12273

X-original-commit: e1a8a55c4f
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-03-05 17:20:21 +00:00
Antoine Vandevenne (anv)
740feac872 [FIX] tests: don't confuse separators for heading delimiters
RST separators (`-----`) look similar to H3 delimiters that use the same
`-` character, but separators' length should not be checked.

X-original-commit: a54a68823f
Part-of: odoo/documentation#12273
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-03-05 17:20:21 +00:00
Justin Mallette
fbfe6fa4d9 [IMP] CRM: lost opportunities update
closes odoo/documentation#12233

X-original-commit: ee19be8b21
Signed-off-by: Justin Mallette (juma) <juma@odoo.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
2025-03-05 15:57:01 +00:00
Justin Mallette
f88d8ca0ff [IMP] Multilevel BoM updates
closes odoo/documentation#12245

X-original-commit: cf80c85fb1
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Justin Mallette (juma) <juma@odoo.com>
2025-03-05 15:57:00 +00:00
Odoo's Mergebot
d51324d503 [FW][IMP] developer/reference/cli: neutralize option
closes odoo/documentation#12267

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 14:20:32 +00:00
nni-odoo
ee8c2e61a5 [IMP] payment_xendit: update Xendit information
After odoo/odoo#158445 Xendit supports tokenization allowing payments to be done on Odoo and Xendit. We also add specific for recurriny payments to enable a recurring payments from card configuration

closes odoo/documentation#12259

X-original-commit: 2bfdb57ca3
Signed-off-by: Nigel Nicholas (nni) <nni@odoo.com>
2025-03-05 06:36:57 +00:00
Victor Feyens
f61ba5d734 [FIX] core/github_link: deprecated werkzeug method
Latest versions of werkzeug do not provide url_unparse anymore,
leading to an error during the build:

AttributeError: module 'werkzeug.urls' has no attribute 'url_unparse'

This commit replaces the use of url_unparse by the urllib counterpart.

closes odoo/documentation#12254

X-original-commit: b27431c271
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2025-03-04 21:38:22 +00:00
Julien (jula)
19049b656f [FIX] iot: add protocol setting to Toledo scale
Refactor steps of the Mettler-Toledo scale configuration instructions to
make them clearer.

Add the 3.6 step to the instructions since it is responsible to
configure the protocol used and therefore required to be set to the
value 3 (8217 Mettler-Toledo (WO)) following
[the manual](https://www.mt.com/dam/RET_DOCS/Ariv.pdf) chapter. 2-7.

opw-4519510

closes odoo/documentation#12230

X-original-commit: 89037edd39
Signed-off-by: Julien Launois (jula) <jula@odoo.com>
2025-02-28 16:21:57 +00:00
Justin Mallette
baa345ac42 [IMP] Manufacturing: Kit article updates
closes odoo/documentation#12205

X-original-commit: 2df8edce94
Signed-off-by: Justin Mallette (juma) <juma@odoo.com>
Co-authored-by: Zachary Straub <zst@odoo.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
2025-02-28 04:55:19 +00:00
jero-odoo
1a34dc9e50 [IMP] Livechat: set expertise feature 18.1
closes odoo/documentation#12217

X-original-commit: 4f0557c769
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2025-02-28 04:55:16 +00:00
Vivek Pathak
5fa35e0b33 [REM] l10n_in: removing unnecessary content
removing `Indian - Purchase Report(GST)`, `Indian - Sale Report(GST)`,
`Indian - Stock Report(GST)` module name from the list. This modules
are auto install bridge modules and no content is provide for them in
documentation.

task-4577694

closes odoo/documentation#12212

X-original-commit: c398bc1424
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Vivek Pathak (vivp) <vivp@odoo.com>
2025-02-27 21:14:02 +00:00
jero-odoo
9d2acdc6f3 [IMP] Livechat: Canned responses update
closes odoo/documentation#12201

X-original-commit: c8b8fd5c60
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
Co-authored-by: pabr-odoo <pabr@odoo.com>
Co-authored-by: Felicia Kuan <feku@odoo.com>
2025-02-27 16:21:26 +00:00
Max Whale
ae5d6ad55f [IMP] iot: add LED status information
New functionality has been added to the IoT box
that allows it to communicate its status via the
onboard LEDs. This commit adds a short section
detailing the different states and the
recommended action the user should take.

task-4603206

closes odoo/documentation#12195

X-original-commit: 5dfa2c76fd
Signed-off-by: Max Whale (mawh) <mawh@odoo.com>
2025-02-27 09:17:06 +00:00
Krzysztof Magusiak (krma)
e0c8403a31 [IMP] base: ir.cron documentation
New function and description of how to write cron jobs and related
best-practices.

task-4472661

closes odoo/documentation#12077

Related: odoo/odoo#197781
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-02-26 14:14:41 +00:00
yaso
6004f7b1db [IMP] iot: add intro video
This PR adds a link to the video explaining the basics of the physical
Raspberry Pi IoT Box.

task-4585446

closes odoo/documentation#12188

X-original-commit: f854fb0c02
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2025-02-26 12:33:33 +00:00
afma-odoo
b86617d050 [IMP] accounting: update invoice follow-up actions due to 18 update
task-4260085

closes odoo/documentation#12180

X-original-commit: ab802d3a7b
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Anne-Françoise Marcq (afma) <afma@odoo.com>
2025-02-26 07:57:00 +00:00
yaso
51189f0cbd [IMP] iot: improve connection description
This commit adds the description of the supported printers and a tip to
configure wifi in access point mode to the IoT Box configuration webpage

task-4585446

closes odoo/documentation#12174

X-original-commit: 4d0f65d66d
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2025-02-25 15:09:51 +00:00
Earth Patel
12ac83b67b [IMP] accounting/l10n_in: update india localization doc
Revise the India localization documentation to ensure it aligns with the updated
functionality in the master branch.

closes odoo/documentation#12058

Ref: https://github.com/odoo/odoo/pull/190265
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2025-02-25 13:35:51 +00:00
Audrey (auva)
6a38b71d34 [FIX] iot/studio: fix typo and improve wording
Resolve issues identified during translation

closes odoo/documentation#12169

X-original-commit: 294c02bdb3
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2025-02-25 12:01:24 +00:00
Mathieu Duckerts-Antoine
8a91b816fc [ADD] search panel: document new field attribute "depth"
We document the new attribute "depth" available for search panel fields of type
"category" introduced in https://github.com/odoo/odoo/pull/198733.

Task ID: 4579118

closes odoo/documentation#12133

Related: odoo/odoo#198733
Signed-off-by: Mathieu Duckerts-Antoine (dam) <dam@odoo.com>
2025-02-24 18:31:07 +00:00
Julien Castiaux
f9d7e3d693 [IMP] core: make author field mandatory in manifests
External contributors (and namely Odoo PS) forget to set the author
field in their manifest file. The result is that the module is wrongly
registered with `'author': 'Odoo S.A.'`.

This work makes the field mandatory, with a warning when not set. It
also offers an upgrade-code script to mass-rewrite all the manifests in
order to set the author.

task-4485983

closes odoo/documentation#11956

Related: odoo/odoo#196408
Related: odoo/enterprise#78513
Related: odoo/design-themes#1044
Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
2025-02-24 10:35:06 +00:00
xpl-odoo
e9269e8128 [MOV] accounting: invoice sequence section on a separate page
closes odoo/documentation#12142

X-original-commit: 009dd70bd3
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2025-02-22 06:15:03 +00:00
samueljlieber
b86296750e [IMP] contributing: documentation macOS make install
closes odoo/documentation#12149

X-original-commit: d4ed263fa2
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2025-02-22 06:14:58 +00:00
jero-odoo
c968e3814a [IMP] Purchase: Reordering Rules Update
closes odoo/documentation#12138

X-original-commit: 035e0ec1e8
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
Co-authored-by: Dina Klarisse Dugar <dikd@odoo.com>
Co-authored-by: Felicia Kuan <feku@odoo.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
2025-02-21 18:05:14 +00:00
LoredanaLrpz
03defbfc60 [IMP] pos: resize & scale content (table and screenshots)
task-4521596

closes odoo/documentation#11900

X-original-commit: 989f2faf9a
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2025-02-21 16:38:11 +00:00
jero-odoo
e55ae1cbf4 [IMP] inventory: view empty locations
closes odoo/documentation#12132

X-original-commit: 1262245b53
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
Co-authored-by: larm-odoo <121518652+larm-odoo@users.noreply.github.com>
2025-02-21 16:38:04 +00:00
Tiffany Chang (tic)
5f9b6e4825 [I18N] *: re-export pot files
As per usual, leave off developer.pot and contributing.pot since we
don't translate them (not useful, can't really contribute to/dev in
Odoo without knowing English)

closes odoo/documentation#12131

X-original-commit: aad8aa1314
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
2025-02-21 13:39:15 +00:00
dikd-odoo
8c685239b4 [IMP] sales: gelato feedback
Apply suggestions from JERO review

edits

closes odoo/documentation#12123

X-original-commit: e32f4ec766
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: Jess Rogers <104637850+jero-odoo@users.noreply.github.com>
2025-02-21 08:16:00 +00:00
Logan Staelens
224e1f5982 [IMP] account_reports: Unambiguous cross_report aggregations
Before this commit, when using cross_report subformula it would search for a report that has an line with this code.
We had to ensure there was no duplicate codes and so it was difficult to maintain.

Now, when we use a cross_report subformula, we need to explicitly target the report from where the code is from.

task-4457667

closes odoo/documentation#11747

Related: odoo/odoo#193106
Related: odoo/enterprise#76845
Signed-off-by: Logan Staelens (lost) <lost@odoo.com>
2025-02-20 18:06:43 +00:00
Charles Mutabazi
606b56ccda [FIX] Use <chatter> instead of <div class="oe_chatter">
closes odoo/documentation#12110

X-original-commit: 0ae856bcf6
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-02-20 01:32:49 +00:00
jero-odoo
c1154c0c5d [ADD] Purchase: Templates
closes odoo/documentation#12103

X-original-commit: 5bb043bd3b
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
Co-authored-by: dikd-odoo <dikd@odoo.com>
Co-authored-by: Felicia Kuan <feku@odoo.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
2025-02-19 08:13:54 +00:00
dikd-odoo
cd3086cea4 [ADD] sales: gelato integration
edit image sizes

edits

Apply suggestions from FEKU review

edits

Apply suggestions from FEKU review

edits

Apply suggestions from FEKU review

edits

Update content/applications/sales/sales/gelato.rst

edits

Apply suggestions from ZST review

edits

edits

sales file

Apply suggestions from SALI review

Apply suggestions from SALI review2

images

Edits

closes odoo/documentation#12090

X-original-commit: c0dd6b7d1c
Signed-off-by: Dina Klarisse Dugar (dikd) <dikd@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: Felicia Kuan <feku@odoo.com>
Co-authored-by: Felicia Kuan <feku@odoo.com>
Co-authored-by: Felicia Kuan <feku@odoo.com>
Co-authored-by: Felicia Kuan <feku@odoo.com>
Co-authored-by: Zachary Straub <zst@odoo.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
2025-02-19 08:13:50 +00:00
xpl-odoo
cc4e3a87f6 [IMP] accounting: clarify invoice sequence format
task-4564980

closes odoo/documentation#12100

X-original-commit: d2c610179a
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2025-02-19 05:31:02 +00:00
“Dallas”
d15c4205be [IMP] accounting/transactions: view/edit/print statements
Explains how to view, edit, and print statements from both kanban and list views of transactions.

task-4320158

closes odoo/documentation#12031

X-original-commit: f1f547ca58
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Dallas Dean (dade) <dade@odoo.com>
2025-02-17 11:58:18 +00:00
samueljlieber
30619559c6 [IMP] data cleaning: content improvements
closes odoo/documentation#12094

X-original-commit: a762cabbb3
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Co-authored-by: dikd-odoo <dikd@odoo.com>
2025-02-16 00:37:11 +00:00
maad-odoo
689fdc428b [FW][FIX] developer/mixins: chatter integration instructions in form view
Previously, the chatter integration instructions described an outdated method using fields and widgets. However, the integration approach has changed, requiring only the `<chatter/ >` element in the form view with configurable options. This commit updates the instructions accordingly.

See odoo/odoo@351b047c37

closes odoo/documentation#12088

Forward-port-of: odoo/documentation#12057
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
Signed-off-by: Aditya Maurya (maad) <maad@odoo.com>
2025-02-15 14:20:39 +00:00
dikd-odoo
e48614edb5 [IMP] sales: subscription products in ecommerce
closes odoo/documentation#12045

X-original-commit: 710854226d
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Dina Klarisse Dugar (dikd) <dikd@odoo.com>
2025-02-14 23:38:30 +00:00
jero-odoo
1d7bb7f261 [IMP] inventory: notifs for expiration dates
closes odoo/documentation#12083

X-original-commit: 01cf1d3dd7
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
Co-authored-by: larm-odoo <121518652+larm-odoo@users.noreply.github.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
2025-02-14 23:38:25 +00:00
jero-odoo
2311d07abe [IMP] inventory: add a delivery
closes odoo/documentation#12081

X-original-commit: 5fbab9eba4
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
Co-authored-by: dikd-odoo <dikd@odoo.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
2025-02-14 23:38:24 +00:00
jbelloc2
10c0c4b5bf [ADD] sale_shopee: Shopee Connector
Documentation on the benefits of the new shopee connector and guidelines for odoo users.

tasks-3623720

closes odoo/documentation#12086

X-original-commit: 84051ad9de
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2025-02-14 23:38:23 +00:00
samueljlieber
85cd521464 [FIX] resource folder match
closes odoo/documentation#12082

X-original-commit: a55fdb6313
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2025-02-14 21:59:10 +00:00
samueljlieber
194ed8085a [FIX] clean unused resource files
X-original-commit: a4b841afce
Part-of: odoo/documentation#12082
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2025-02-14 21:59:10 +00:00
samueljlieber
9b8723e544 [IMP] tests: check resource file referenced
X-original-commit: 3f1f02200b
Part-of: odoo/documentation#12082
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2025-02-14 21:59:09 +00:00
Aaron Bohy
ace11b6980 [IMP] developer/../view_architectures: add overflow option
This commit documents the new `overflow` option of the calendar
view.

Associated PR: odoo/odoo#197274
Task-4564270

closes odoo/documentation#12024

Signed-off-by: Aaron Bohy (aab) <aab@odoo.com>
2025-02-14 13:53:38 +00:00
jero-odoo
30e6d651bf [ADD] Barcode: Processing a transfer
closes odoo/documentation#12072

X-original-commit: c9fca6c3b6
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
Co-authored-by: Felicia Kuan <feku@odoo.com>
2025-02-13 19:13:41 +00:00