Commit Graph

4542 Commits

Author SHA1 Message Date
Odoo Translation Bot
6e81573e1e [I18N] *: fetch 17.0 translations 2025-02-19 11:12:28 +00:00
Odoo Translation Bot
2c909c93d1 [I18N] Update translation terms from Transifex 2025-02-16 00:42:31 +01:00
samueljlieber
a762cabbb3 [IMP] data cleaning: content improvements
closes odoo/documentation#12055

Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Co-authored-by: dikd-odoo <dikd@odoo.com>
2025-02-15 17:58:58 +00:00
Odoo Translation Bot
20a9faef80 [I18N] *: fetch 17.0 translations 2025-02-14 11:12:51 +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
samueljlieber
08d012ee46 [IMP] tests: check resource file referenced
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
samueljlieber
8f1d5d428c [IMP] marketing automation: content improvements
closes odoo/documentation#12056

Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2025-02-13 07:07:11 +00:00
xpl-odoo
39f78ec435 [IMP] website: remove slash in redirect rule expression
task-4113085

closes odoo/documentation#12047

X-original-commit: a00b6cf990
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2025-02-12 15:31:37 +00:00
Sam Lieber (sali)
98b765babe [IMP] data cleaning: field cleaning
closes odoo/documentation#9951

Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2025-02-11 22:58:48 +00:00
“Dallas”
f1f547ca58 [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#11958

Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2025-02-11 15:00:01 +00:00
jero-odoo
f1030c6e9f [IMP] Calendar: Outlook calendar configuration
closes odoo/documentation#11996

Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2025-02-10 18:35:03 +00:00
Odoo Translation Bot
4c1747369d [I18N] Update translation terms from Transifex 2025-02-09 00:42:33 +01:00
Paolo Gatti
e8305bad12 [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#11995

X-original-commit: 3c58f305b5
Related: odoo/enterprise#78886
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Paolo Gatti (pgi) <pgi@odoo.com>
2025-02-07 21:41:04 +00:00
mcsi-odoo
cdef3da925 [IMP] studio: adding link about accessing studio
Task-3761784

closes odoo/documentation#11978

X-original-commit: 7d45830ac8
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2025-02-07 19:00:44 +00:00
Harsh Modi
c5a866bd11 [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#11987

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 17:51:53 +00:00
Nicolas Viseur (vin)
4b123b8464 [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#11372

Signed-off-by: Anne-Françoise Marcq (afma) <afma@odoo.com>
2025-02-06 12:00:27 +00:00
Felicious
26f226c51b [IMP] inventory: CRL - replenishment & visibility days
closes odoo/documentation#11959

X-original-commit: 91165a7012
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-06 04:03:16 +00:00
Merel Geens (mege)
24966a91c8 [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#11947

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2025-02-03 13:49:32 +00:00
Odoo Translation Bot
b5d9d1afdb [I18N] Update translation terms from Transifex 2025-02-02 00:43:06 +01:00
benderliz
09427a0183 [IMP] Inventory: Consignment typo in 16.0
closes odoo/documentation#11891

X-original-commit: 38640aeb0e
Signed-off-by: Liz Bender (beli) <beli@odoo.com>
2025-01-31 16:56:41 +00:00
Audrey (auva)
43e244edd6 [IMP] iot: refactor and update configuration documentation
Restructure and update the iot documentation

closes odoo/documentation#11518

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

closes odoo/documentation#11607

Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2025-01-30 06:42:35 +00:00
Tiffany Chang (tic)
7af79e3189 [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#11890

Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
2025-01-28 09:29:58 +00:00
mcsi-odoo
4d5a4cb28d [IMP] accounting: ocr free iap test credits for enterprise users
task-4328876

closes odoo/documentation#11868

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 13:22:10 +00:00
Loredana Perazzo
92b968d337 [IMP] POS: move configuration in toctree
task-4512527

closes odoo/documentation#11846

Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2025-01-27 08:57:49 +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
Odoo Translation Bot
2159795dff [I18N] Update translation terms from Transifex 2025-01-26 00:42:30 +01:00
Loredana Perazzo
7e50e9fe1c [ADD] POS: how to configure and use the preparation display
task-3604858

closes odoo/documentation#11780

Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2025-01-24 11:12:20 +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
Antoine Vandevenne (anv)
db5abde8ee [IMP] supported_versions: release saas-18.1
closes odoo/documentation#11800

X-original-commit: 9b7d3d559b
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-01-22 09:26:25 +00:00
Doh (KIDO)
eba8e6028e [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#11798

Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2025-01-22 09:26:23 +00:00
xpl-odoo
8bbbccdedc [IMP] database: update status of supported versions
task-4485068

closes odoo/documentation#11781

X-original-commit: 36d407830e
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2025-01-20 08:52:50 +00:00
lase@odoo.com
fe9d186b54 [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#11749

X-original-commit: 3f87216e36
Related: odoo/odoo#193587
Signed-off-by: Lancelot Semal (lase) <lase@odoo.com>
2025-01-20 07:25:13 +00:00
Odoo Translation Bot
2a28a68376 [I18N] Update translation terms from Transifex 2025-01-19 00:42:30 +01:00
fvz-odoo
2628303bc4 [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#11715

Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Co-authored-by: dade-odoo <87431108+dade-odoo@users.noreply.github.com>
2025-01-14 22:06:10 +00:00
Zuzanna Luczynska
37d9b31da5 [ADD] project/dashboard: project dashboard
task-id 4384333

closes odoo/documentation#11533

Signed-off-by: Zuzanna Luczynska (zulu) <zulu@odoo.com>
2025-01-13 10:44:13 +00:00
Odoo Translation Bot
22e428097a [I18N] Update translation terms from Transifex 2025-01-12 00:42:33 +01:00
benderliz
6852e4b980 [IMP] Inventory: Merged cycle count docs and updated for 17.0
closes odoo/documentation#10685

Signed-off-by: Liz Bender (beli) <beli@odoo.com>
2025-01-10 21:30:50 +00:00
Zuzanna Luczynska
cb0cce2498 [IMP] project/tasks: correction in what triggers reccurence + icon
closes odoo/documentation#11655

Task-id: 3601222
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2025-01-06 10:04:47 +00:00
Sylvain Francis
ecb8630cc1 [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#11661

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 10:04:46 +00:00
Felicious
47fa6163a7 [IMP] inventory: add bpost link
closes odoo/documentation#11677

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:51 +00:00
Odoo Translation Bot
8df48eb03e [I18N] Update translation terms from Transifex 2025-01-05 00:42:53 +01:00
“Dallas”
d5a2ace7b5 [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#11682

X-original-commit: 8aae97b838
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Dallas Dean (dade) <dade@odoo.com>
2025-01-03 11:50:03 +00:00
gmz-odoo
1aac8f8dc6 [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#11214

Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2025-01-02 18:53:58 +00:00
guillaume gallant (guga)
6bbf94d00a [ADD] project: task dependencies
task-4413833

closes odoo/documentation#11657

Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2024-12-31 15:34:57 +00:00
Tiffany Chang (tic)
c5c7fa6250 [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#11652

Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
2024-12-31 14:20:16 +00:00
Odoo Translation Bot
2b0f9c51a4 [I18N] Update translation terms from Transifex 2024-12-29 00:42:21 +01:00
Felicious
de8f271f53 [ADD] inventory: compare packs and uom
closes odoo/documentation#11645

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:42 +00:00
Paolo Gatti
69e6279f65 [FIX] fiscal_localizations: Italy, San Marino's destination code fix
Code is 2R4GTO8, not 2R4GT08.

task-4398355

closes odoo/documentation#11633

X-original-commit: dd94839b20
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Paolo Gatti (pgi) <pgi@odoo.com>
2024-12-23 14:59:39 +00:00