Commit Graph

4518 Commits

Author SHA1 Message Date
samueljlieber
3e4803e789 [IMP] contributing: documentation macOS make install
closes odoo/documentation#12145

X-original-commit: d4ed263fa2
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2025-02-21 19:28:03 +00:00
Tiffany Chang (tic)
83a55dfa49 [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#12125

X-original-commit: 3508459102
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
2025-02-21 09:45:48 +00:00
“Dallas”
bba32042a0 [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#12027

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 10:14:31 +00:00
samueljlieber
2e89a1fc60 [IMP] data cleaning: content improvements
closes odoo/documentation#12091

X-original-commit: a762cabbb3
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Co-authored-by: dikd-odoo <dikd@odoo.com>
2025-02-15 21:46:06 +00:00
samueljlieber
f292374c84 [FIX] resource folder match
closes odoo/documentation#12073

X-original-commit: 92a39cff3a
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2025-02-14 14:09:19 +00:00
samueljlieber
03db4e1132 [FIX] clean unused resource files
X-original-commit: 9c7ef9b2cf
Part-of: odoo/documentation#12073
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2025-02-14 14:09:19 +00:00
samueljlieber
bd2f760da1 [IMP] tests: check resource file referenced
X-original-commit: 08d012ee46
Part-of: odoo/documentation#12073
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2025-02-14 14:09:19 +00:00
samueljlieber
aabcd52adb [IMP] marketing automation: content improvements
closes odoo/documentation#12059

X-original-commit: 8f1d5d428c
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2025-02-13 20:58:02 +00:00
xpl-odoo
0a4de1c5f2 [IMP] website: remove slash in redirect rule expression
task-4113085

closes odoo/documentation#12048

X-original-commit: a00b6cf990
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2025-02-12 14:28:43 +00:00
Sam Lieber (sali)
0d9344ebb6 [IMP] data cleaning: field cleaning
closes odoo/documentation#12037

X-original-commit: 98b765babe
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2025-02-12 14:28:42 +00:00
dikd-odoo
710854226d [IMP] sales: subscription products in ecommerce
closes odoo/documentation#12042

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2025-02-12 01:40:09 +00:00
jero-odoo
a31c4a30c5 [IMP] Calendar: Outlook calendar configuration
closes odoo/documentation#12020

X-original-commit: f1030c6e9f
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2025-02-10 20:24:51 +00:00
Paolo Gatti
8015c3af5c [IMP] fiscal_localizations: Documentation for l10n_it_riba
Since the feature was released, lots of partners ask for
information/documentation about the RIBA feature.  Add a concise
documentation explaining what users should know.

Ref: odoo/enterprise#74097

task-4497749

closes odoo/documentation#12004

X-original-commit: e8305bad12
Related: odoo/enterprise#78923
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Paolo Gatti (pgi) <pgi@odoo.com>
2025-02-10 11:16:23 +00:00
mcsi-odoo
f8f7558ad0 [IMP] studio: adding link about accessing studio
Task-3761784

closes odoo/documentation#11998

X-original-commit: cdef3da925
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Siobhan McGonigle (mcsi) <mcsi@odoo.com>
2025-02-10 09:53:57 +00:00
Felicious
1da43054be [IMP] inventory: CRL - replenishment & visibility days
closes odoo/documentation#11965

X-original-commit: 26f226c51b
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
Co-authored-by: Liz Bender <92882399+benderliz@users.noreply.github.com>
2025-02-07 20:05:28 +00:00
Harsh Modi
294174dad9 [FIX] coding_guidelines: fix the alphabetic orders for the import
In odoo, as we suggest everyone to follow an alphebetic order.

The translator(`_`), ASCII is 95 and `a` ASCII value is 97
which '_' < 'a', the translator should be defined first in the
import before the `api` not at the end of the import

This commits adds an example to import static class `Command`
with a Capital alphabet with a ASCII value of `C` as 67
which will be before than the `_`
'C' < '_' < 'a'

This order of import should be followed while the import

closes odoo/documentation#11989

X-original-commit: c7a6b67a87
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Harsh Modi (hamo) <hamo@odoo.com>
2025-02-07 13:59:04 +00:00
Nicolas Viseur (vin)
bf35e8ed33 [IMP] l10n_vn: SInvoice documentation
Recently, a new module released to support integration of Odoo with SInvoice to support e-invoicing for Vietnam.

task - 3631616

closes odoo/documentation#11973

X-original-commit: 4b123b8464
Signed-off-by: Anne-Françoise Marcq (afma) <afma@odoo.com>
Signed-off-by: Kim Dohyun (kido) <kido@odoo.com>
2025-02-07 03:19:29 +00:00
Merel Geens (mege)
9d1bdf97ad [FIX] administration: correct Fedora version
The Odoo 17 and 18 RPM builds target Fedora 38 instead of 36:

16: https://github.com/odoo/odoo/blob/16.0/setup/package.dffedora#L3
17: https://github.com/odoo/odoo/blob/17.0/setup/package.dffedora#L3
18: https://github.com/odoo/odoo/blob/18.0/setup/package.dffedora#L3

Note that both Fedora 36 and 38 are EOL:
https://docs.fedoraproject.org/en-US/releases/eol/

closes odoo/documentation#11949

X-original-commit: 24966a91c8
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2025-02-03 20:15:13 +00:00
benderliz
a5ed3b8c99 [IMP] Inventory: Consignment typo in 16.0
closes odoo/documentation#11893

X-original-commit: 38640aeb0e
Signed-off-by: Liz Bender (beli) <beli@odoo.com>
2025-01-31 21:53:22 +00:00
mcsi-odoo
5cb47dcc92 [IMP] spreadsheet: remove default templates
task-4278043

closes odoo/documentation#11832

Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2025-01-31 15:53:00 +00:00
Audrey (auva)
d4501a3d31 [IMP] iot: refactor and update configuration documentation
Restructure and update the iot documentation

closes odoo/documentation#11933

X-original-commit: a6dbcd0a9f
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2025-01-31 15:52:57 +00:00
mcsi-odoo
cafe8b3f4b [IMP] studio: automated action send whatsapp
task-4442904

closes odoo/documentation#11898

Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2025-01-30 14:31:14 +00:00
afma-odoo
fc97a037c7 [IMP] accounting: update payment matching feature
task-3518648

closes odoo/documentation#11922

X-original-commit: 8744243175
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Anne-Françoise Marcq (afma) <afma@odoo.com>
2025-01-30 09:42:54 +00:00
Tiffany Chang (tic)
9a7053b07d [I18N] *: export latest terms
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#11902

X-original-commit: 7af79e3189
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
2025-01-28 12:34:48 +00:00
Loredana Perazzo
00aad51782 [IMP] POS: move configuration in toctree
task-4512527

closes odoo/documentation#11874

X-original-commit: 92b968d337
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2025-01-28 10:30:32 +00:00
Erwin Zoer
0767d23ec0 [FW][FIX] developer/howtos/upgrade_custom_db: fix typo
Changed the word devolopments to developments

closes odoo/documentation#11873

Forward-port-of: odoo/documentation#11864
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-01-27 19:21:50 +00:00
mcsi-odoo
f4fae451e8 [IMP] accounting: ocr free iap test credits for enterprise users
task-4328876

closes odoo/documentation#11872

X-original-commit: 058e379a40
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Siobhan McGonigle (mcsi) <mcsi@odoo.com>
2025-01-27 14:21:28 +00:00
Loredana Perazzo
dd9672cdff [ADD] POS: how to configure and use the preparation display
task-3604858

closes odoo/documentation#11852

X-original-commit: 2eb1deaf11
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2025-01-27 10:51:56 +00:00
Doh (KIDO)
9b93d80ecf [FIX] l10n_my: MyInvois credential update for preproduction
Despite registering ODOO S.A. as the name for both production and preproduction environment, MyInvois force changed pre-production to OXXX_XXXXO S.A. requiring an update on the credential for usage.

closes odoo/documentation#11817

X-original-commit: eba8e6028e
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Kim Dohyun (kido) <kido@odoo.com>
2025-01-24 05:42:55 +00:00
William Braeckman
d60e8a1efc [IMP] developer/reference/cli: --limit-time-cron-conn
Document the newly created config option.

closes odoo/documentation#11831

See: https://github.com/odoo/odoo/pull/194141
X-original-commit: ea9c8bd807
Related: odoo/odoo#194822
Signed-off-by: William Braeckman (wbr) <wbr@odoo.com>
2025-01-23 16:48:34 +00:00
lase@odoo.com
ceea81a32a [IMP] marketing: match the Display Timezone description with tooltips
Issue:

The current descriptions and naming of the `Date` fields (`date_begin`,
`date_end`) and the `Timezone` field (`date_tz`) can be confusing in the
form view of the event model. Specifically:

The timezone used for converting the form dates to the database is
determined by the context and not by the `Timezone` field present on the
form. However, this `Timezone` field determines the timezone used
for displaying the event's date/time on the website. This change
clarifies the situation according to the update done in the community PR

opw-4323142

closes odoo/documentation#11789

X-original-commit: fe9d186b54
Related: odoo/odoo#194339
Signed-off-by: Lancelot Semal (lase) <lase@odoo.com>
2025-01-22 13:01:12 +00:00
Antoine Vandevenne (anv)
55619d5226 [IMP] supported_versions: release saas-18.1
closes odoo/documentation#11802

X-original-commit: 9b7d3d559b
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-01-21 18:45:10 +00:00
samueljlieber
a0c8570226 [IMP] sales: update simplified pricelist settings
closes odoo/documentation#11709

Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2025-01-21 17:27:14 +00:00
xpl-odoo
7995cb4ca0 [IMP] database: update status of supported versions
task-4485068

closes odoo/documentation#11783

X-original-commit: 36d407830e
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2025-01-20 08:35:52 +00:00
fvz-odoo
9f2f14c6c9 [IMP] accounting/l10n_uy: clarify onboarding
Currently, users are having a hard time setting up their Uruware account. With the improvement to the documentation we are adding clarifications to simplify the onboarding process as well as adding a see also section so users have more documentation and smart classes/eLearning available.

closes odoo/documentation#11755

X-original-commit: 2628303bc4
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Co-authored-by: dade-odoo <87431108+dade-odoo@users.noreply.github.com>
2025-01-15 15:56:28 +00:00
benderliz
3534f21f68 [IMP] Inventory: Merged cycle count docs and updated for 17.0
closes odoo/documentation#11730

X-original-commit: 6852e4b980
Signed-off-by: Liz Bender (beli) <beli@odoo.com>
2025-01-14 19:03:59 +00:00
Zuzanna Luczynska
c80fee24c6 [ADD] project/dashboard: project dashboard
task-id 4384333

closes odoo/documentation#11742

X-original-commit: 37d9b31da5
Signed-off-by: Zuzanna Luczynska (zulu) <zulu@odoo.com>
2025-01-13 13:43:02 +00:00
Zuzanna Luczynska
75b9ff742c [IMP] project/tasks: correction in what triggers reccurence + icon
closes odoo/documentation#11702

Task-id: 3601222
X-original-commit: cb0cce2498
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Zuzanna Luczynska (zulu) <zulu@odoo.com>
2025-01-08 13:41:46 +00:00
guillaume gallant (guga)
58435ac87d [ADD] project: task dependencies
task-4413833

closes odoo/documentation#11664

X-original-commit: 6bbf94d00a
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Guillaume Gallant (guga) <guga@odoo.com>
2025-01-07 08:33:14 +00:00
Sylvain Francis
6571f8afc0 [FIX] Egypt fiscal localizations: Update proxy install instructions
Since Odoo 16, to install the local proxy, users need to select the
"Odoo IoT" option install of the "Local Proxy Mode" to install the local
proxy.

This commit updates both the text and accompanying screenshot

closes odoo/documentation#11665

X-original-commit: beeeff9068
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Sylvain Francis (syf) <syf+odoo@odoo.com>
2025-01-06 09:26:07 +00:00
Felicious
b4c51347f9 [IMP] inventory: add bpost link
closes odoo/documentation#11679

X-original-commit: e38438c0ae
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
2025-01-06 08:04:00 +00:00
“Dallas”
8529de0bc8 [FIX] accounting/tax-return: fix tax return menu path
Fix the menu navigation path of the tax return and update for 17.0 UI

task-4424499

closes odoo/documentation#11685

X-original-commit: e85a95bdb2
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Dallas Dean (dade) <dade@odoo.com>
2025-01-03 13:51:43 +00:00
gmz-odoo
aabbdc1831 [IMP] accounting/l10n_pe: PLE 12.1 and PLE 13.1 inventory reports
Add new section for reports
Content based on V17
Images : [ADD]Inventory Reports: PLE 12.1 and PLE 13.1 - Images
Expected section to be added: [l10n_pe][USER DOC][ADD]Inventory Reports: PLE 12.1 and PLE 13.1

closes odoo/documentation#11693

X-original-commit: 1aac8f8dc6
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2025-01-02 21:55:45 +00:00
Tiffany Chang (tic)
a597025fdc [I18N] *: export latest termsi
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#11659

X-original-commit: c5c7fa6250
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
2024-12-31 16:50:50 +00:00
gmz-odoo
25cdb7cd93 [IMP] accounting/l10n_pe: update GRE credentials section
closes odoo/documentation#11630

Context: after Odoo17 the menu changes on the settings from Accounting to Inventory, as this workflow is related to stock moves
X-original-commit: f3969af47e
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Gabriela Enriquez Manzano (gmz) <gmz@odoo.com>
2024-12-30 17:36:42 +00:00
Felicious
bb3f52fbfe [ADD] inventory: compare packs and uom
closes odoo/documentation#11647

X-original-commit: 1ac6e5e975
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
2024-12-27 00:42:19 +00:00
Paolo Gatti
6a4d362eff [FIX] fiscal_localizations: Italy, San Marino's destination code fix
Code is 2R4GTO8, not 2R4GT08.

task-4398355

closes odoo/documentation#11637

X-original-commit: 69e6279f65
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Paolo Gatti (pgi) <pgi@odoo.com>
2024-12-23 18:08:39 +00:00
Zachary Straub (ZST)
4f699600b8 [IMP] mrp: workcenter wording adjustment
closes odoo/documentation#11624

X-original-commit: 1a72b05e0a
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-12-21 02:36:28 +00:00
paan-odoo
5aa54d4234 [ADD] point_of_sale: documentation for pos-based marketing
task-4053075

closes odoo/documentation#11207

Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
Co-authored-by: Anantkumar Parmar <paan@odoo.com>
Co-authored-by: Loredana Perazzo <lrpz@odoo.com>
2024-12-20 22:14:09 +00:00
emmi-odoo
f27bde76b8 [FIX] website/domain: add sub domain
task-4220363

closes odoo/documentation#11610

X-original-commit: 6cc9c9a75e
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Emmanuel Minga (EMMI) <emmi@odoo.com>
2024-12-20 07:23:07 +00:00