Zachary Straub (ZST)
b29eae5102
[FIX] accounting: fix broken OCR tutorial link
...
closes odoo/documentation#11371
X-original-commit: 724f7000d7
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-11-14 09:13:04 +00:00
jero-odoo
3218baee71
[ADD] Essentials: Keyboard shortcuts
...
closes odoo/documentation#10969
X-original-commit: e8f3736722
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
Co-authored-by: kekiss <karaekiss@yahoo.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-11-13 19:23:50 +00:00
xpl-odoo
08a3f15732
[IMP] upgrade: sla clarifications
...
closes odoo/documentation#11365
X-original-commit: 470af9bf21
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-11-13 09:04:17 +00:00
jero-odoo
d458c753b5
[IMP] Calendar sync: changing title of google doc
...
closes odoo/documentation#11351
X-original-commit: e0b025fce0
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2024-11-11 16:49:31 +00:00
larm-odoo
740cf75f94
[ADD] Payroll: Salary attachments
...
closes odoo/documentation#11342
X-original-commit: afe998d6a0
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2024-11-08 15:32:01 +00:00
Krzysztof Magusiak
6395455f0b
[IMP] core: SQLObject replaces _sql_constraints
...
task-3390431
closes odoo/documentation#11071
Related: odoo/odoo#175783
Related: odoo/enterprise#68589
Signed-off-by: Krzysztof Magusiak (krma) <krma@odoo.com>
2024-11-08 07:33:30 +00:00
Louis Wicket (wil)
381ae7793b
[I18N] add es_419 to the documentation
...
This commit adds es_419 (LATAM Spanish) to the available languages. It
populates LATAM Spanish translation based on the existing Spanish
translation.
closes odoo/documentation#11221
X-original-commit: da7fe3d69d
Signed-off-by: Louis Wicket (wil) <wil@odoo.com>
2024-11-07 10:49:02 +00:00
Tiffany Chang (tic)
7d8368e553
[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#11331
X-original-commit: 63f88d7adb
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
2024-11-05 16:26:16 +00:00
jero-odoo
07ef80ec47
[IMP] General: Update manage inbound email doc
...
closes odoo/documentation#11309
X-original-commit: 1b14a732b9
Signed-off-by: Jessica Rogers (jero) <jero@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-11-05 15:13:53 +00:00
Louis Wicket (wil)
973c9a1f5a
[I18N] add vi and id to the language switcher
...
closes odoo/documentation#11323
X-original-commit: 204db28154
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
2024-11-05 09:30:53 +00:00
Sam Lieber (sali)
d7b4114728
[IMP] l10n_cl: Update main EDI module and description
...
closes odoo/documentation#11329
X-original-commit: dc20497ab1
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2024-11-04 19:31:51 +00:00
larm-odoo
2e661006e5
[ADD] Payroll: Salary attachment report
...
closes odoo/documentation#11313
X-original-commit: ce55e4affb
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2024-11-04 15:09:37 +00:00
Albaraa Maktabi
7c2a16b28d
[FW][FIX] developer/view_architectures: fix a typo
...
Corrected a typo in the file view_architectures.rst on line 2395. Changed 'than' to 'that'.
closes odoo/documentation#11317
Forward-port-of: odoo/documentation#11314
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2024-11-04 15:09:23 +00:00
Damien Bouvy
44b4138a45
[ADD] Developer: data module tutorial
...
Introduce a new tutorial about creating Odoo modules using XML data files
instead of Python code.
This guide is follows closely the 'Server Framework 101' tutorial and
covers the following:
- Module structure and deployment
- Defining models and fields
- Setting up security and access rights
- Creating views and actions
- Implementing relational fields (many2one, many2many, one2many)
- Working with computed and related fields
- Adding business logic through server actions and automation rules
- Creating website controllers for API endpoints
The tutorial includes practical exercises and code examples to reinforce
learning, catering to developers who need to customize Odoo without writing
Python code (e.g. Odoo PS-Tech employees, partners that focus on SaaS instances
or author of Industry modules).
Task-4167176
closes odoo/documentation#11305
X-original-commit: c6a8619367
Signed-off-by: Bouvy Damien (dbo) <dbo@odoo.com>
2024-11-04 13:52:31 +00:00
Aurelien van Delft (avd)
7b6f0d9226
[IMP] contributing/git: add [PERF] to the valid commit tags
...
The [PERF] commit tag passes the runbot minimal check and has been
used in lots of patches. E.g.
- odoo/odoo@f02bcfadcb
- odoo/odoo@b30b059898
- odoo/odoo@780a2bb601
However this tag was not listed in the documentation yet. This led
to confusion for reviewers not accustomed with it. This commit
fixes that.
closes odoo/documentation#11300
X-original-commit: ac8f3d2aa4
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Aurélien van Delft (avd) <avd@odoo.com>
2024-10-29 15:07:08 +00:00
gmz-odoo
24bf905cd9
[IMP] accounting/l10n_pe: update modules and description
...
Remove older ‘Introduction section’
Add a table listing and update of the currently supported features and modules with a description of its functionality (like the format/structure displayed for Chile Localization page)
Update the description of suggested and related resources, such as Smart Tutorial videos
closes odoo/documentation#11282
X-original-commit: af29704626
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2024-10-28 13:19:59 +00:00
Julien Castiaux
f3d2381bf4
[IMP] developer/changelog: controllers json -> jsonrpc
...
Task-4257153
closes odoo/documentation#11292
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2024-10-28 09:38:24 +00:00
benderliz
117aae0771
[IMP] accounting: ca_l10n spelling fix
...
closes odoo/documentation#11260
X-original-commit: 96269013b5
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-10-27 16:11:12 +00:00
Loredana Perazzo
9c4d9b35dc
[IMP] POS: add a configuration step to enable ePos printers
...
task-4055549
closes odoo/documentation#11289
X-original-commit: f83f35955e
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2024-10-25 14:18:19 +00:00
jero-odoo
bd5fdcfbb4
[IMP] Iot: Remove star printer reference
...
closes odoo/documentation#11281
X-original-commit: 229e633c9c
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2024-10-25 12:12:21 +00:00
“Dallas”
8b7c7f4b6e
[FIX] l10n_de: Fix second broken GoBD link
...
There were two broken links originally, one of which was fixed by PR#10074. This commit will remove the first link entirely and fix the second link, as suggested by TSB.
task-4088554
closes odoo/documentation#11274
X-original-commit: 33ef1f8918
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Dallas Dean (dade) <dade@odoo.com>
2024-10-24 10:59:52 +00:00
Felicious
eed7e42a14
[ADD] inventory: dispatch management system
...
closes odoo/documentation#11268
X-original-commit: ad6843be92
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
Co-authored-by: larm-odoo <121518652+larm-odoo@users.noreply.github.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-10-23 17:41:17 +00:00
Krzysztof Magusiak
11cc952979
[IMP] core: Deprecate toggle_active()
...
task-3983933
closes odoo/documentation#11261
Related: odoo/odoo#183691
Related: odoo/enterprise#71963
Signed-off-by: Krzysztof Magusiak (krma) <krma@odoo.com>
2024-10-23 13:30:32 +00:00
Aurelien van Delft (avd)
9049311711
[ADD] tools: add populate cli documentation
...
closes odoo/documentation#11266
X-original-commit: b0ede2819a
Signed-off-by: Aurélien van Delft (avd) <avd@odoo.com>
2024-10-23 12:07:16 +00:00
Loredana Perazzo
51369b1001
[IMP] POS: move replicated title into one page
...
task-3973404
Must come back in 16.0 & 17.0
closes odoo/documentation#11265
X-original-commit: 4556487f10
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2024-10-23 10:50:24 +00:00
benderliz
1e551ebb73
[IMP] ar_l10n: remove extra comma
...
closes odoo/documentation#11256
X-original-commit: 15bc972085
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Liz Bender (beli) <beli@odoo.com>
2024-10-22 18:56:31 +00:00
Valentino
9dfef5e151
[IMP] accounting/l10n_br: IAP Free Credits Clarification
...
Odoo gives users 500 free IAP credits when they start with Odoo in BR in production databases. This is an important information that was not clarified.
closes odoo/documentation#11245
X-original-commit: 9ba3a1bc10
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-10-22 13:03:03 +00:00
xpl-odoo
4a927f0d46
[ADD] sign: legality of electronic signatures in germany
...
closes odoo/documentation#11249
X-original-commit: 74437b0e74
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-10-22 13:03:01 +00:00
Ricardo Gomes Rodrigues
9b3e9a3c8e
[IMP] accounting: deferred full months
...
Feature added in commit 5dca9c0c26
closes odoo/documentation#11239
X-original-commit: 939d0de821
Signed-off-by: Ricardo Gomes Rodrigues (rigr) <rigr@odoo.com>
2024-10-21 15:10:55 +00:00
Ricardo Gomes Rodrigues
987a40cb29
[IMP] accounting: add loan management
...
This has been done in https://github.com/odoo/enterprise/pull/68698
closes odoo/documentation#11235
X-original-commit: 8f73708332
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Ricardo Gomes Rodrigues (rigr) <rigr@odoo.com>
2024-10-21 12:22:39 +00:00
Joseph (jcb)
e6ffeb0da4
[IMP] web: notification: custom autoclose delay
...
closes odoo/documentation#11230
X-original-commit: d50ff09926
Related: odoo/odoo#184297
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Joseph Caburnay (jcb) <jcb@odoo.com>
2024-10-21 09:37:08 +00:00
jero-odoo
cfd0fbe6b0
[IMP] Contacts: Update contacts basics
...
closes odoo/documentation#11223
X-original-commit: e9c19f63d4
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2024-10-18 12:14:34 +00:00
benderliz
dfa899e959
[IMP] Inventory: Updating serial numbers documentation
...
closes odoo/documentation#11218
X-original-commit: 3270549c3a
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Signed-off-by: Liz Bender (beli) <beli@odoo.com>
Co-authored-by: Felicia Kuan <feku@odoo.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
2024-10-17 17:48:37 +00:00
masp-odoo
76d6a9a84e
[FIX] general : Update link from Google Domains to Squarespace
...
Task-4224635
closes odoo/documentation#11215
X-original-commit: 399b20d9c7
Signed-off-by: Marion Spindler (masp) <masp@odoo.com>
2024-10-17 09:17:49 +00:00
Olivier Dony
343d8cafb4
[FIX] legal: update license info for 18.0
...
X-original-commit: ab9313a451
2024-10-16 19:11:27 +02:00
xpl-odoo
72ccbd43d7
[IMP] studio: update approval rules for v18
...
closes odoo/documentation#11209
X-original-commit: 868ecc61a5
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-10-16 15:19:52 +00:00
bhra-odoo
4caa891ad8
[ADD] l10n_in_withholding: add TDS/TCS threshold alert (India)
...
with this commit:
added TDS/TCS threshold alert (India)
task - 4143155
closes odoo/documentation#11109
Signed-off-by: Raj Bhuva (bhra) <bhra@odoo.com>
2024-10-16 14:05:52 +00:00
Felicious
dcb48c3dc4
[IMP] inventory: improve routes definitions
...
closes odoo/documentation#11169
X-original-commit: 21cb6bb5cf
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
2024-10-15 20:22:41 +00:00
Felicious
8b7be69be6
[IMP] inventory: merge resupply
...
closes odoo/documentation#11205
X-original-commit: 7f24a51d7d
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
Co-authored-by: Liz Bender <92882399+benderliz@users.noreply.github.com>
Co-authored-by: Zachary Straub <zst@odoo.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
2024-10-15 20:22:40 +00:00
KC (ksc)
81f28e0793
[IMP] surveys: add cards and links/intros
...
closes odoo/documentation#11177
X-original-commit: 3337149a62
Signed-off-by: Kevin Scannell (ksc) <ksc@odoo.com>
2024-10-15 13:34:44 +00:00
Gorash
f1a607a9c7
[IMP] *: Using class name corresponding to odoo models
...
closes odoo/documentation#11115
Related: odoo/odoo#178200
Related: odoo/enterprise#69762
Related: odoo/upgrade#6577
Related: odoo/design-themes#988
Related: odoo/upgrade-util#143
Signed-off-by: Christophe Matthieu (chm) <chm@odoo.com>
2024-10-15 09:33:04 +00:00
Felicious
9368181d04
[REF] inventory: resupply warehouses
...
closes odoo/documentation#11195
X-original-commit: ef367bd442
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
2024-10-12 00:07:43 +00:00
Felicious
d87271002b
[IMP] inventory: fix typos in shipping table
...
closes odoo/documentation#11185
X-original-commit: e41e3c7ba0
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
2024-10-11 18:36:35 +00:00
larm-odoo
783ab8f2c0
[ADD] Payroll: Work entry analysis report
...
closes odoo/documentation#11181
X-original-commit: 34814984ec
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2024-10-11 14:12:17 +00:00
Odoo's Mergebot
da0360cdd5
[FW][ADD] odoo.sh: new ci token usage
...
closes odoo/documentation#11190
Forward-port-of: odoo/documentation#11172
Signed-off-by: Fabien Meghazi (fme) <fme@odoo.com>
Signed-off-by: Stanislas Sobieski (sts) <sts@odoo.com>
Co-authored-by: Fabien Meghazi <fme@odoo.com>
Co-authored-by: Stanislas Sobieski <sts@odoo.com>
2024-10-11 12:51:43 +00:00
Demesmaeker
e17d6d7689
[ADD] payment_providers/worldline
...
task-3499275
New payment provider and its related configuration; remove Ogone and SIPS payments providers as they were replaced by Wordline.
closes odoo/documentation#11173
X-original-commit: da682b7f22
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2024-10-10 12:18:16 +00:00
Donatienne (dopi)
e174fa9e3e
[IMP] ecommerce: products page updated
...
closes odoo/documentation#11165
Taskid: 4056328
X-original-commit: 1c5bf1337e
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Donatienne Pirlot (dopi) <dopi@odoo.com>
2024-10-10 06:11:28 +00:00
Ricardo Gomes Rodrigues
3d2422b3bd
[IMP] accounting: split deferred settings
...
This has been done in 39fffc5541
closes odoo/documentation#11163
X-original-commit: ac69e2872c
Signed-off-by: Ricardo Gomes Rodrigues (rigr) <rigr@odoo.com>
2024-10-09 13:23:06 +00:00
dikd-odoo
d7eb8f014b
[IMP] calendar: expand parent documentation
...
[ADD] expand parent calendar documentation
[FIX] formatting changes
[FIX] formatting changes
[FIX] content changes
Apply suggestions from KAEK review
[FIX] KAEK review edits
[FIX] resize images
Apply suggestions from KSC review
[FIX] content from KSC review
[FIX] revisions KSC review
[FIX] formatting
newline
formatting
Apply suggestions from KSC review
[FIX] Content change
[FIX] Content changes
Apply suggestions from KSC review
Apply suggestions from SALI review
Apply suggestions from SALI review2
content changes
format
Apply suggestions from SALI review
content
content
closes odoo/documentation#11133
X-original-commit: 721c07d341
Signed-off-by: Dina Klarisse Dugar (dikd) <dikd@odoo.com>
Co-authored-by: kekiss <karaekiss@yahoo.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.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>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
2024-10-08 16:57:49 +00:00
xpl-odoo
9a2921ba52
[IMP] administration: on-premise publisher warranty URL
...
task-4226945
closes odoo/documentation#11155
X-original-commit: 544e2c18d0
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-10-07 17:10:50 +00:00