Commit Graph

5174 Commits

Author SHA1 Message Date
masp-odoo
bd86a45a6b [IMP] general settings: update record in email domains
task-4902265

closes odoo/documentation#14752

X-original-commit: f023476779
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2025-10-10 07:15:14 +00:00
Odoo Translation Bot
5a35f5c6b0 [I18N] *: fetch translation updates 2025-10-10 03:11:06 +00:00
Christophe Simonis
d509881a89 [chore] bump minimal postgresql version for Odoo 19
closes odoo/documentation#14803

Signed-off-by: Christophe Simonis (chs) <chs@odoo.com>
2025-10-09 13:20:50 +00:00
Audrey (auva)
965c07f17b [IMP] payment_providers/razorpay: connect button
task-4922616

closes odoo/documentation#14813

X-original-commit: 5b1f9db639
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2025-10-09 09:35:56 +00:00
Odoo Translation Bot
33893d7ef4 [I18N] *: fetch translation updates 2025-10-09 03:11:16 +00:00
larm-odoo
4bb9d34434 [ADD] Payroll: Mexico localization
closes odoo/documentation#14767

Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2025-10-08 17:47:58 +00:00
mcsi-odoo
d4a1b017a7 [IMP] studio: updating automation rules and webhooks
Task-4672373

closes odoo/documentation#14540

X-original-commit: a96ab21104
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Siobhan McGonigle (mcsi) <mcsi@odoo.com>
2025-10-08 07:30:34 +00:00
Odoo Translation Bot
875cce59d6 [I18N] *: fetch translation updates 2025-10-08 03:11:15 +00:00
therealthagomizer
88f2713caf [IMP] Subscriptions: updated Billing Period language and others
closes odoo/documentation#14788

X-original-commit: eb793729d5
Signed-off-by: Thomas Jude Cavazos (thjud) <thjud@odoo.com>
Co-authored-by: Felicia Kuan <feku@odoo.com>
2025-10-07 18:44:34 +00:00
Odoo Translation Bot
4dfdd01524 [I18N] *: fetch translation updates 2025-10-07 03:11:00 +00:00
Odoo Translation Bot
f7fda93488 [I18N] *: fetch translation updates 2025-10-06 03:10:52 +00:00
therealthagomizer
a09235f77f [IMP] Subscriptions: Align to Period start improvement
closes odoo/documentation#14780

X-original-commit: 5d6b746f9a
Signed-off-by: Thomas Jude Cavazos (thjud) <thjud@odoo.com>
2025-10-03 23:16:26 +00:00
mial-odoo
5f3a21046a [IMP] l10n_mx: update refactored functions in Odoo 19
closes odoo/documentation#14582

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2025-10-03 21:05:34 +00:00
jero-odoo
41b30c9a19 [ADD] Inventory: Just In Time logic
closes odoo/documentation#14680

Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2025-10-03 19:17:35 +00:00
Odoo Translation Bot
ea076cd394 [I18N] *: fetch translation updates 2025-10-03 15:53:14 +00:00
Odoo Translation Bot
1c10b14f58 [I18N] *: fetch translation updates 2025-10-03 12:05:42 +00:00
mcsi-odoo
0c05cc8efc [ADD] dashboards: consult, build, customize, configure dashboards
task-4969391

closes odoo/documentation#14756

X-original-commit: c4dc8c5e15
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Siobhan McGonigle (mcsi) <mcsi@odoo.com>
2025-10-03 09:48:08 +00:00
theRealThagomizer
2f96b091af [FIX] Journla typo
Fixed a typo in US payroll localization page around journal/journla

closes odoo/documentation#14764

Signed-off-by: Thomas Jude Cavazos (thjud) <thjud@odoo.com>
2025-10-02 18:28:01 +00:00
“Dallas”
114d13d977 [IMP] accounting/tax-mapping: split tax mapping from fiscal positions
closes odoo/documentation#14760

X-original-commit: 3bd5aa0593
Signed-off-by: Dallas Dean (dade) <dade@odoo.com>
2025-10-02 06:48:19 +00:00
“Dallas”
b2248891cb [ADD] journals: explain journals and accounts
task-3991940

closes odoo/documentation#14761

X-original-commit: b6da586dfc
Signed-off-by: Dallas Dean (dade) <dade@odoo.com>
2025-10-02 06:48:17 +00:00
larm-odoo
ca5c74ada3 [IMP] Payroll: Update Public Holiday Error
closes odoo/documentation#14746

X-original-commit: 92bb19f524
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2025-10-01 15:35:51 +00:00
Odoo Translation Bot
056443c76a [I18N] *: fetch translation updates 2025-09-30 19:10:31 +00:00
Antoine Vandevenne (anv)
848cb0fff3 [IMP] tests: enable additional resource file-related checkers
The following custom checkers were never run by the
`ci/documentation_guidelines` build and had to be run locally with
`make review`:
- `check_image_size`: Check that images are not larger than the maximum
  file size allowed for their extension.
- `check_image_color_depth`: Check that PNG images are compressed to
  8-bit color depth with PNGQuant.
- `check_resource_file_name`: Check that resource file names use hyphens
   rather than underscores.

Since reviewers systematically perform these checks manually, it makes
sense to include them in the standard test suite. Should a check raise
a false positive (e.g., an `example_db.zip` resource file is added and
hyphens should not be used), the red CI can be safely ignored as it is
not required for merging.

closes odoo/documentation#14716

X-original-commit: 41f2e20636
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-09-30 17:33:50 +00:00
anwr-odoo
1b9862fc01 [IMP] Update Mercado Pago countries
More countries are available: https://www.odoo.com/odoo/knowledge/17784

closes odoo/documentation#14733

X-original-commit: 59ca9b83b4
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2025-09-30 17:33:48 +00:00
guillaume gallant (guga)
739266f0aa [FIX] project: settings changes in 19.0
task-5116839

closes odoo/documentation#14688

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2025-09-30 15:42:36 +00:00
emmi-odoo
e6608ccdfa [ADD] pos/pine_labs: add Pine Labs terminal page
task-4921798

closes odoo/documentation#14726

Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Emmanuel Minga (EMMI) <emmi@odoo.com>
2025-09-30 12:46:12 +00:00
Tiffany Chang (tic)
2a8fbbd8d9 [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#14721

Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
2025-09-30 12:45:40 +00:00
Florian(flg)
c62e37de60 [FIX] coding_guidelines: Change camelcase for Pascal case
The coding guidelines establish that we have to write class
declaration for both Python and JavaScript in camel case but
it's actually in Pascal case. It also establishing that model
variable (ex: `Partner = self.env['res.partner]'`) has to be
in camel case but it's actually following the Pascal case.

Pascal case has to start all variables with a capital letter
where camel case is starting with a lower case letter.

Source: https://builtin.com/articles/pascal-case-vs-camel-case

no task id

closes odoo/documentation#14710

X-original-commit: 9fa2ffdeae
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Florian Gilbert (flg) <flg@odoo.com>
2025-09-30 10:53:55 +00:00
Smit Patel
2fb17957f5 [IMP] l10n_in: adopt new tax return mechanism and add GSTR-2B report
In community PR odoo/odoo#223358 and enterprise PR odoo/enterprise#92173.
we introduce the new tax return mechanism. This includes filing returns directly
from the Tax Returns dashboard, validation checks before submission
and an improved reconciliation flow.

This commit updates the Indian GST documentation to reflect these changes and
also adds the GSTR-2B report inside the Tax Reports section.

task- 5097904

closes odoo/documentation#14575

Signed-off-by: Anne-Françoise Marcq (afma) <afma@odoo.com>
2025-09-30 09:01:18 +00:00
jero-odoo
be8c2d74d1 [ADD] MRP: Delayed production filter
closes odoo/documentation#14697

X-original-commit: 7742f7fadb
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2025-09-29 20:55:20 +00:00
larm-odoo
3ad4b7d52d [ADD] Payroll: Add United States Localization
closes odoo/documentation#14614

Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
2025-09-29 02:19:52 +00:00
Sven Fuehr
1cc2adfc7d [ADD] accounting/l10n_be: documentation for new codaclean module
In enterprise PR odoo/enterprise/pull/93909 we add a new module
to automatically import bank statements from Codaclean.
Codaclean is an external provider that allows its users to access
their bank statements in form of CODA files.

This PR adds the information on how to configure / use the new module.

task-4844423

closes odoo/documentation#14525

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2025-09-27 04:17:08 +00:00
Gorash
761ba00755 [IMP] base: remove t-cache directive from ir.qweb
closes odoo/documentation#14639

See: https://github.com/odoo/odoo/pull/224487
See: https://github.com/odoo/enterprise/pull/93321
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-09-27 02:23:43 +00:00
Ricardo Gomes Rodrigues
d5cfdcdd2d [IMP] sms_marketing: add warnings for Twilio
Since some questions have appeared a couple of times,
let's add a warning in the documentation.

task-none

closes odoo/documentation#14685

X-original-commit: 141819104b
Signed-off-by: Ricardo Gomes Rodrigues (rigr) <rigr@odoo.com>
2025-09-26 18:45:44 +00:00
Antoine Vandevenne (anv)
489f90c90d [FIX] tutorials/discover_js_framework: fix example link for reactive
closes odoo/documentation#14666

X-original-commit: 84dc025f1b
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-09-25 18:23:57 +00:00
Fabrice Henrion
c78b035959 [IMP] voip: fix DIDWW typos
closes odoo/documentation#14673

X-original-commit: dd9109010c
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2025-09-24 22:27:39 +00:00
Antoine Vandevenne (anv)
adcd93322a [IMP] contributing/git_guidelines: document [CLN] and [LINT] commit tags
closes odoo/documentation#14656

X-original-commit: f1c74c3ed5
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-09-23 17:23:59 +00:00
Antoine Vandevenne (anv)
6dd5a285c1 [FIX] howtos/translations: fix typo in "wainting"
closes odoo/documentation#14645

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

Forward-port-of: odoo/documentation#14593
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-09-23 11:18:58 +00:00
larm-odoo
218ab97744 [ADD] Payroll: Headcount report
closes odoo/documentation#14623

X-original-commit: aaf815f5d9
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2025-09-22 15:45:25 +00:00
Antoine Vandevenne (anv)
4c2113327e [IMP] supported_versions: release 19.0
closes odoo/documentation#14631

X-original-commit: 2a2ca31370
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-09-22 12:47:04 +00:00
jero-odoo
894238d625 [IMP] Inventory: lot numbers
closes odoo/documentation#14618

X-original-commit: 0d72063ea5
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
Co-authored-by: larm-odoo <121518652+larm-odoo@users.noreply.github.com>
2025-09-19 21:50:09 +00:00
jero-odoo
3823018101 [IMP] Whatsapp: config field
closes odoo/documentation#14612

X-original-commit: 5f44a395b7
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
Co-authored-by: Felicia Kuan <feku@odoo.com>
2025-09-19 18:03:27 +00:00
jero-odoo
c764c0a55a [IMP] Quality: add print label qc
closes odoo/documentation#14606

X-original-commit: aa57c2f7a2
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2025-09-19 17:24:34 +00:00
Felicious
fdcc5abd55 [IMP] inventory: mto feedback
closes odoo/documentation#14598

X-original-commit: c5091f002a
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
2025-09-19 16:40:30 +00:00
jero-odoo
408b8f047f [IMP] Purchase: update control policy doc
closes odoo/documentation#14580

X-original-commit: abe756fb39
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2025-09-18 13:27:19 +00:00
jero-odoo
9db1cdf5fb [ADD] VoIP: DIDWW config
closes odoo/documentation#14588

X-original-commit: 01f3e1aed1
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2025-09-18 07:07:01 +00:00
mial-odoo
a9dd8a7612 [IMP]: Update doc to match current Odoo 18.4
A lot of updates happened during the life of 18x versions and the doc needs to be updated to reflect that.

closes odoo/documentation#14568

X-original-commit: d7d8f00dc5
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
2025-09-17 03:39:30 +00:00
Julien Castiaux
bd516548e7 [IMP] developer/api/external_api: new JSON-2 API
closes odoo/documentation#14535

Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
2025-09-16 06:07:14 +00:00
larm-odoo
0819c72195 [IMP] Payroll: Updating contracts
closes odoo/documentation#14561

X-original-commit: 89852e0c55
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2025-09-16 06:07:04 +00:00