Commit Graph

4649 Commits

Author SHA1 Message Date
John Holton (hojo)
34c1edef12 [IMP] Quality: add spreadsheet check to QCP doc
closes odoo/documentation#11450

Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2024-11-28 03:24:51 +00:00
John Holton (hojo)
e1227f0c2b [IMP] Manufacturing: update MO costs
closes odoo/documentation#11422

Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2024-11-28 03:24:50 +00:00
Harsh Modi
5453741f0c [FIX] l10n_in_edi_ewaybill: fix the typos and update the functionality
In commit - 1e4c53871d (diff-fe059f98e5cefbc09ee21ab8b14d90ba3676d8b0998d9589865d1b5a2d708a7eR38)

The automation sending of ewaybill was removed. But the documentation still
says that we provide automation sending of the ewaybill. In this commit
we update documentation as per the current code

closes odoo/documentation#11459

X-original-commit: 30d6e17cf9
Signed-off-by: Harsh Modi (hamo) <hamo@odoo.com>
2024-11-27 12:18:28 +00:00
Odoo Online
ecab061166 [I18N] Update translation terms from Transifex 2024-11-24 02:42:36 +01:00
masi-odoo
9cb00bdb01 [IMP] accounting/l10n_co: Update documentation for DIAN module
This commit improves the official documentation to support the strategy to focus on the new DIAN electronic invoicing module on V18 (leaving notes and references for clients still using Carvajal in this version)

closes odoo/documentation#11315

Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2024-11-22 12:07:11 +00:00
Donatienne (dopi)
72020aea3f [IMP] ecommerce: cross-upselling
closes odoo/documentation#11441

Taskid: 4273498
X-original-commit: 4590851acf
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Donatienne Pirlot (dopi) <dopi@odoo.com>
2024-11-22 07:47:24 +00:00
John Holton (hojo)
3a85ef3436 [IMP] Inventory: add UPS warning
closes odoo/documentation#11335

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-11-21 19:35:41 +00:00
xpl-odoo
14efdd7db6 [IMP] upgrade: harmonize release interval
task-4346126

closes odoo/documentation#11430

X-original-commit: e953d8f838
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-11-21 19:35:33 +00:00
xpl-odoo
d7c6f5eb8f [IMP] on-premise: remove too many users upsell alert block
task-4343506

closes odoo/documentation#11435

X-original-commit: b923389182
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-11-21 19:35:30 +00:00
xpl-odoo
b58c84f8aa [IMP] localizations: clarify, simplify and update the content
closes odoo/documentation#11301

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-11-20 14:18:38 +00:00
kekiss
4cc5aaa9b3 [IMP] Productivity: Discuss Getting Started rewrite
[FIX] Updates to Discuss doc for 17.0

Adding reviewer suggestions

Added blank line at end of file

closes odoo/documentation#11420

X-original-commit: cdf833810f
Signed-off-by: Jessica Rogers (jero) <jero@odoo.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: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
2024-11-20 07:10:37 +00:00
Valentino
37dd1d8327 [IMP] accounting/l10n_br: Resourceful links section for onboarding
Add the relevant links to improve the onboarding of new customers. This documentation is accessible from the `res.config` in the customer DB.

To improve the onboarding, when the customer clicks in the DB is redirected here, and the first thing they see are the videos and the onboarding document with more details on how to configure the Avalara Portal, Use cases, tips, and tricks.

closes odoo/documentation#11386

X-original-commit: 79758ab9de
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Valentino Gaffuri Bedetta (vbe) <vbe@odoo.com>
2024-11-19 15:24:59 +00:00
jero-odoo
d580490b02 [IMP] VoIP: Update settings menu images
closes odoo/documentation#11411

X-original-commit: 982e27382e
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2024-11-19 13:51:29 +00:00
Harsh Modi
88e6f46765 [IMP] l10n_in_gstin_status: add documentation for GSTIN status
task-4143187

closes odoo/documentation#11324

Related: odoo/odoo#187515
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2024-11-19 13:51:26 +00:00
Merel Geens (mege)
5b965fb1b8 [FIX] administration/on-premise: Incorrect ports
In Odoo 18 and lower versions, update notifications are sent over HTTP,
not HTTPS:

Odoo 18: bbcafb7bb1/odoo/tools/config.py (L78)
Odoo 17: a7ccd81fb2/odoo/tools/config.py (L78)
Odoo 16: 6b5a839428/odoo/tools/config.py (L78)

The documentation has listed 443 as the main port since 2019:
https://github.com/odoo/documentation/pull/324 , but what it mentions
about the most recent version of Odoo using services.odoo.com wasn't
true until Odoo 18: https://github.com/odoo/odoo/pull/163202 . That PR
kept the HTTP usage and not HTTPS as was originally intended:
https://github.com/odoo/odoo/pull/30272 .

closes odoo/documentation#11407

X-original-commit: 4d079db7f8
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-11-19 10:53:13 +00:00
Demesmaeker
3c7f6c0e55 [IMP] send_quotations/pdf_quote_builder
Add documentation about the new features and possibilities of the PDF quote builder.
Delete obsolote information.

closes odoo/documentation#11128

Signed-off-by: Morgane Demesmaeker <edm@odoo.com>
2024-11-19 09:20:39 +00:00
Odoo Online
a4ac625bab [I18N] Update translation terms from Transifex 2024-11-17 02:42:09 +01:00
Loredana Perazzo
1b0835b29e [IMP] pos: remove warning "july 22" in six
task-4337378

closes odoo/documentation#11400

X-original-commit: 738703df14
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2024-11-16 10:49:29 +00:00
Felicious
22a0a1834e [IMP] inventory: landed cost conditions
closes odoo/documentation#11382

X-original-commit: 14b552a8a0
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
2024-11-15 00:53:52 +00:00
Joris Makauskis
0548b3fb4b [IMP] extract_api: Add bank statement documentation
- Updated documentation to include details on the new bank statement
extraction via OCR.
- Removed mention of unsupported discount, product, and unit features
from invoice_lines feature.

Task-3895452

closes odoo/documentation#11392

X-original-commit: 8c93ff790e
Signed-off-by: Joris Makauskis (jmak) <jmak@odoo.com>
2024-11-14 21:52:05 +00:00
jero-odoo
66f3b28309 [IMP] POS: remove star printer reference
closes odoo/documentation#11381

X-original-commit: 54359951db
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2024-11-14 17:57:16 +00:00
Audrey (auva)
3a24e18b45 [IMP] payment_providers/paypal: new PayPal version
task-3355211

closes odoo/documentation#11374

Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2024-11-14 08:42:16 +00:00
Zachary Straub (ZST)
b06db2b641 [FIX] accounting: fix broken OCR tutorial link
closes odoo/documentation#11370

X-original-commit: 724f7000d7
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-11-14 01:23:07 +00:00
jero-odoo
aa79e58e32 [ADD] Essentials: Keyboard shortcuts
closes odoo/documentation#11089

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 23:45:04 +00:00
xpl-odoo
0611ec0705 [IMP] upgrade: sla clarifications
closes odoo/documentation#11364

X-original-commit: 470af9bf21
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-11-13 14:23:50 +00:00
Albaraa Maktabi
ad624afdf8 [FIX] developer/tutorials/pdf_reports: fix a grammer issue
On line 60 changed "we will can print..." to "we will be able to print..."

closes odoo/documentation#11359

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2024-11-12 21:17:28 +00:00
afma-odoo
d0ce383423 [IMP] accounting: adding info about group payments
task-3518648

closes odoo/documentation#11357

X-original-commit: 75af17192f
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Anne-Françoise Marcq (afma) <afma@odoo.com>
2024-11-12 18:01:55 +00:00
jero-odoo
1f520a4907 [IMP] Calendar sync: changing title of google doc
closes odoo/documentation#11350

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:52 +00:00
Odoo Online
92ac7ee0e6 [I18N] Update translation terms from Transifex 2024-11-10 02:42:48 +01:00
larm-odoo
b747dfcbd4 [ADD] Payroll: Salary attachments
closes odoo/documentation#11341

X-original-commit: afe998d6a0
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2024-11-08 14:57:09 +00:00
jero-odoo
7e23234796 [IMP] General: Update manage inbound email doc
closes odoo/documentation#11308

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 18:27:37 +00:00
Tiffany Chang (tic)
63f88d7adb [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#11327

Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
2024-11-05 13:58:57 +00:00
Louis Wicket (wil)
dc4d10edbb [I18N] add vi and id to the language switcher
closes odoo/documentation#11322

X-original-commit: 204db28154
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
2024-11-05 10:14:47 +00:00
Sam Lieber (sali)
8b0fca19f5 [IMP] l10n_cl: Update main EDI module and description
closes odoo/documentation#11328

X-original-commit: dc20497ab1
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2024-11-05 08:08:59 +00:00
Damien Bouvy
65a752daf6 [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#11304

X-original-commit: c6a8619367
Signed-off-by: Bouvy Damien (dbo) <dbo@odoo.com>
2024-11-04 10:59:26 +00:00
Albaraa Maktabi
9946fd4ec6 [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#11314

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2024-11-04 07:31:54 +00:00
Odoo Online
9794fee804 [I18N] Update translation terms from Transifex 2024-11-03 02:42:00 +01:00
larm-odoo
9dec09c9de [ADD] Payroll: Salary attachment report
closes odoo/documentation#11312

X-original-commit: ce55e4affb
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2024-11-01 13:54:14 +00:00
Aurelien van Delft (avd)
ab963d305d [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#11299

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 11:08:24 +00:00
gmz-odoo
54d35d6cdd [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#11280

X-original-commit: af29704626
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2024-10-28 15:37:29 +00:00
benderliz
8c31ffa49e [IMP] accounting: ca_l10n spelling fix
closes odoo/documentation#11259

X-original-commit: 96269013b5
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-10-27 16:11:31 +00:00
Odoo Translation Bot
34a73be30c [I18N] Update translation terms from Transifex 2024-10-27 02:45:22 +02:00
Loredana Perazzo
235b2889ec [IMP] POS: add a configuration step to enable ePos printers
task-4055549

closes odoo/documentation#11288

X-original-commit: f83f35955e
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2024-10-25 12:14:34 +00:00
jero-odoo
dca01d9587 [IMP] Iot: Remove star printer reference
closes odoo/documentation#11279

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:14:30 +00:00
“Dallas”
7a0b3a868c [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#11273

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 12:41:58 +00:00
benderliz
37d18858c4 [IMP] ar_l10n: remove extra comma
closes odoo/documentation#11255

X-original-commit: 15bc972085
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Liz Bender (beli) <beli@odoo.com>
2024-10-23 14:57:23 +00:00
Felicious
ad6843be92 [ADD] inventory: dispatch management system
closes odoo/documentation#11224

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 14:57:22 +00:00
Aurelien van Delft (avd)
b0ede2819a [ADD] tools: add populate cli documentation
closes odoo/documentation#11262

Signed-off-by: Aurélien van Delft (avd) <avd@odoo.com>
2024-10-23 06:32:06 +00:00
Loredana Perazzo
4556487f10 [IMP] POS: move replicated title into one page
task-3973404

Must come back in 16.0 & 17.0

closes odoo/documentation#11229

X-original-commit: 04a8e4657f
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2024-10-23 00:28:00 +00:00
Valentino
3156e4ba04 [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#11243

X-original-commit: 9ba3a1bc10
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-10-22 11:13:43 +00:00