Commit Graph

5256 Commits

Author SHA1 Message Date
“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
Odoo Translation Bot
67d4e0b0cb [I18N] *: add new language files
Languages: ru, zh_CN, de, nl, es, pt_BR, fr, uk, da
2025-09-14 06:18:35 +00:00
larm-odoo
0596eadb7c [IMP] Payroll: Updating work entries
closes odoo/documentation#14550

X-original-commit: 055daba82e
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2025-09-13 09:07:21 +00:00
larm-odoo
899c795860 [IMP] Payroll: Updating payslips
closes odoo/documentation#14545

X-original-commit: 8c7c60742e
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2025-09-13 02:39:59 +00:00
Paolo Gatti
912b07fe25 [IMP] developer: new CLI commands and improvements
Added the new `i18n` and `module` commands.
Added the existing `deploy`, `obfuscate`, `upgrade_code` commands.
Reviewed titles to make the commands stand out in the ToC.
Removed the no longer present `tsconfig` command.

task-4866527

closes odoo/documentation#14368

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2025-09-13 00:54:45 +00:00
Brandon Mercier
0ca820c1f0 [IMP] Odoo SaaS dump + Base/Inherited/Duplicated views
closes odoo/documentation#14556

X-original-commit: ea0c7ccf30
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
2025-09-12 23:02:49 +00:00
mcsi-odoo
25bfea11d2 [IMP] elearning: clarification content types plus various edits
task-4902005

closes odoo/documentation#14539

X-original-commit: 6649cfbd23
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Siobhan McGonigle (mcsi) <mcsi@odoo.com>
2025-09-12 18:50:56 +00:00
larm-odoo
77754abdb7 [IMP] Payroll: Removing salary attachment report
closes odoo/documentation#14536

X-original-commit: 73469dcb76
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2025-09-12 00:49:23 +00:00
larm-odoo
c290c7a5a9 [ADD] Payroll: Time Off To Report
closes odoo/documentation#14537

X-original-commit: c5f717344c
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2025-09-12 00:49:22 +00:00
masp-odoo
1757c90cd3 [IMP] website: create menu with cards for webdesign
task-5051186

closes odoo/documentation#14538

X-original-commit: 8d53aff7ef
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2025-09-11 18:43:59 +00:00
Christophe Monniez
5838fa7e90 [REL] 19.0 2025-09-11 07:02:13 +00:00
nees-odoo
795044f807 [IMP] Discuss: Canned responses update
Previously, the documentation described canned responses with a description field,
no explicit shortcut indicator, and included default filters in the view.

Now, the description field has been removed, and the UI displays `::` as the shortcut prefix,
and default filters have been removed from the view.

closes odoo/documentation#14515

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-09-10 17:01:54 +00:00
fja-odoo
8d3efe6654 [ADD] pos_qfpay: Add QFPay payment terminal
closes odoo/documentation#14191

Related: odoo/odoo#220059
Related: odoo/enterprise#93585
Signed-off-by: fja-odoo <fja@odoo.com>
2025-09-10 05:33:00 +00:00
emmi-odoo
b206e4e3da [IMP] pos/worldline: update Worldline doc
task-4929607

closes odoo/documentation#14514

X-original-commit: 4165ac31cf
Signed-off-by: Emmanuel Minga (EMMI) <emmi@odoo.com>
2025-09-10 04:10:42 +00:00
william-andre
d1bca2ba27 [IMP] account: remove tax_negate
closes odoo/documentation#14474

Related: odoo/odoo#225252
Related: odoo/enterprise#93761
Related: odoo/upgrade#8361
Signed-off-by: William André (wan) <wan@odoo.com>
2025-09-07 09:44:54 +00:00
Dylan Kiss (dyki)
c51d0b8597 [I18N] *: update .weblate.json
After the switch to Weblate, we now only use the `.weblate.json` file
instead of the previous `.tx/config` file.

We update the `.weblate.json` file to reflect the current state of the
module translations and remove the `.tx/config` file.

closes odoo/documentation#14507

X-original-commit: 66914b8aed
Related: odoo/odoo#225795
Related: odoo/enterprise#94040
Related: odoo/design-themes#1140
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
Signed-off-by: Dylan Kiss (dyki) <dyki@odoo.com>
2025-09-07 02:15:49 +00:00
emmi-odoo
62a77f5c3f [IMP] pos/terminals: Update Payment terminals
task-4946909

closes odoo/documentation#14505

X-original-commit: 7234165f58
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Emmanuel Minga (EMMI) <emmi@odoo.com>
2025-09-06 12:29:29 +00:00
Brandon Mercier
2b4e7dc608 [FIX] Typos in "Page templates" and "Theme pages" example.
closes odoo/documentation#14500

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

closes odoo/documentation#14417

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 10:30:01 +00:00