Commit Graph

2892 Commits

Author SHA1 Message Date
Antoine Vandevenne (anv)
d185c1ac69 [MOV] developer/iot: move "Internet of things" the howtos dir
task-2991663

Part-of: odoo/documentation#3629
2023-02-21 16:06:49 +01:00
Antoine Vandevenne (anv)
3a5712f206 [IMP] tutorials/*: hide outdated tutorials
*: backend, web, website

task-2991663

Part-of: odoo/documentation#3629
2023-02-21 16:06:48 +01:00
Antoine Vandevenne (anv)
63c7896740 [MOV] howto/web: move "Customizing the webclient" to the tutorials dir
task-2991663

Part-of: odoo/documentation#3629
2023-02-21 16:06:48 +01:00
Antoine Vandevenne (anv)
a8f61ee312 [MOV] howto/website: move "Building a website" to the tutorials dir
task-2991663

Part-of: odoo/documentation#3629
2023-02-21 16:06:48 +01:00
Antoine Vandevenne (anv)
747d39fa91 [MOV] howtos/backend: move "Building a module" to the tutorials dir
task-2991663

Part-of: odoo/documentation#3629
2023-02-21 16:06:48 +01:00
Antoine Vandevenne (anv)
052a51b068 [MOV] tutorials/getting_started/*: promote advanced chapters to independent tutorials
task-2991663

Part-of: odoo/documentation#3629
2023-02-21 16:06:47 +01:00
Antoine Vandevenne (anv)
433e5607ac [MOV] howto/rdtraining: move "Getting started" to the tutorials dir
This commit also replaces references to the "Building a module"
tutorial by references to the "Getting started" tutorial.

task-2991663

Part-of: odoo/documentation#3629
2023-02-21 16:06:47 +01:00
Antoine Vandevenne (anv)
8485ae16b5 [ADD] developer/tutorials: add a directory for developer tutorials
task-2991663

Part-of: odoo/documentation#3629
2023-02-21 16:06:47 +01:00
Timothy Kukulka (tiku)
d690314ba5 [MOV] Misc: Move Portal doc to Misc
closes odoo/documentation#3457

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-02-20 10:26:45 +01:00
Odoo Translation Bot
2237088f85 [I18N] Update translation terms from Transifex 2023-02-19 02:40:09 +01:00
Donatienne Pirlot
2fa9de17e1 [IMP] accounting: update cheat sheet
This PR change the cheat sheet of the accounting documentation.
Change done:
* Change name of the file: memento to cheat_sheet
* Adding explanation to the doc (Ex: Invoices and bills status)
* Correcting some sentences

closes odoo/documentation#3045

Task-id: 2847663
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-02-17 16:09:27 +01:00
Jonathan Castillo (jcs)
2fccceb964 [IMP] install/maintain: add section about search engine indexation
task-3179504

closes odoo/documentation#3603

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-02-17 14:40:16 +01:00
Jonathan Castillo (jcs)
983778b5b6 [FIX] legal: RST cleanup (headings delimiters characters)
This commit changes the characters used as heading delimiters in the
/legal/ folder of the documentation. This makes it easier for writers to
figure out the heading order as all other files in this repository use
the same order of heading delimiters characters.

closes odoo/documentation#3548

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-02-17 11:53:46 +01:00
Brandon Seltenrich (BRSE)
aaa1de94bd [IMP] inventory: update automated inventory valuation
closes odoo/documentation#3242

Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-02-16 18:04:52 +01:00
KC (ksc)
b76b3fa3f3 [ADD] events: added complete documentation
closes odoo/documentation#2549

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-02-16 09:28:50 +01:00
Jonathan Castillo (jcs)
643834ced1 [FIX] *: RST cleanup
RST cleanup to comply with the RST guidelines. This is required so we
can use "make test", as there are currently hundreds of errors. For now,
it is unusable because of the oldest code in this repo.

closes odoo/documentation#3567

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-02-14 11:24:31 +01:00
Sam Lieber (sali)
1591e1f087 [IMP] marketing: sms pricing and faq doc updates
closes odoo/documentation#1632

Signed-off-by: Zachary Straub <zst@odoo.com>
2023-02-14 01:51:54 +01:00
Victor Feyens
831cf23be9 [FIX] *: typos
closes odoo/documentation#3156

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2023-02-13 12:24:03 +01:00
Victor Feyens
ad768c33aa [ADD] tests: add sphinxlint checkers for headings
task-2801043

Part-of: odoo/documentation#3156
Co-authored-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-02-13 12:24:03 +01:00
Mahmoud Metwally
b763d67216 [FIX] developer/howtos: typos and phrasing
Backport of #3541 in 14.0

closes odoo/documentation#3542

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2023-02-13 11:35:20 +01:00
Odoo Translation Bot
d1170f6093 [I18N] Update translation terms from Transifex 2023-02-13 08:28:07 +01:00
Jonathan Castillo (jcs)
6ba84585d0 [FIX] *: first small clean of the code
Friday afternoon cleanup. This is required so we can use "make test", as
there are currently hundreds of errors. For now, it is unusable because
of the oldest code in this repo.

closes odoo/documentation#3536

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-02-10 17:20:43 +01:00
Jonathan Castillo (jcs)
7a83804d73 [MOV] finance: move fiscal localisation pages and merge /overview/
The content written in the fiscal localisation pages are not only for
Accounting, but also for other apps such as Payroll and Point of Sales.
This commit moves the content to the "Finance" level, to better reflect
this reality, and merges the pages in the /overview/ folder in the main
category page.

closes odoo/documentation#3535

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-02-10 16:36:44 +01:00
“Chiara
2dc390bf95 [IMP] accounting/l10n: Italian Localization
closes odoo/documentation#3024

Taskid: 3067241
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-02-09 13:46:52 +01:00
Donatienne Pirlot
0550374968 [ADD] accounting: localization page for uk
closes odoo/documentation#3230

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-02-09 12:03:41 +01:00
Martin Trigaux
040ceeb39c [I18N] migrate to the nex transifex API
Tansifex is deprecating it's client and switches to a go-based
solution in its API v3

The new client is still backward compatible with the old format but
the v2 API is going to be phased out.
See https://github.com/transifex/cli to install the deplyments using
the tx client

This PR is the result of the "tx migrate" command

closes odoo/documentation#3500

Related: odoo/odoo#112130
Related: odoo/enterprise#36784
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2023-02-09 09:41:17 +01:00
Zachary Straub (ZST)
591e80deb7 [FIX] Quality: add missing/cutoff content
closes odoo/documentation#3479

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2023-02-06 10:19:16 +01:00
Odoo Translation Bot
19e257e724 [I18N] Update translation terms from Transifex 2023-02-05 02:40:23 +01:00
Sam Lieber (sali)
ec1ddb34b1 [ADD] Quality: configure quality control checks
closes odoo/documentation#3431

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-02-01 18:31:44 +01:00
Donatienne Pirlot
b5febf2299 [MOV] purchase: moving doc page from accounting to purchase
Moving the Manage vendor bills page from the accounting app to the purchase app as it is
more relevant.

closes odoo/documentation#3302

Taskid: 2687652
Signed-off-by: Zachary Straub <zst@odoo.com>
2023-01-31 18:42:40 +01:00
thkl-odoo
f469e4ef81 [IMP] install/maintain: clarification in the upgrade SLA
The Service Level Agreement has to be updated. Any additional line of
code, without using studio, in standard modules is not supposed to be
covered by the upgrade team. It is slightly different than the point
telling "development of custom modules"

closes odoo/documentation#3445

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-01-31 17:25:58 +01:00
Melanie Nguyen (meng)
2fb777e3e8 [IMP] sales: fix returns and refunds
closes odoo/documentation#3402

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-01-30 09:07:40 +01:00
Odoo Translation Bot
8eea9e694f [I18N] Update translation terms from Transifex 2023-01-29 02:40:24 +01:00
Jonathan Castillo (jcs)
957a9f9fb8 [IMP] dev/api: add ref custom anchor to external api keys
closes odoo/documentation#3424

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-01-27 09:46:12 +01:00
avg-odoo
92de7ccb2d [IMP] install/maintain: update content of upgrade SLA
The maintenance fees cover the maintenance of the custom code (whoever
did it) and are not specifically dedicated to custom code written by
Odoo development teams

closes odoo/documentation#3410

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-01-26 17:21:41 +01:00
KC (ksc)
3cf6e25f06 [IMP] surveys:update get started docs
closes odoo/documentation#2534

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-01-26 16:15:11 +01:00
Mathieu (mano)
c59663f252 [IMP] toctrees: redesign and new card component
The goal of this commit is to propose a first step towards a new
`.. card::` directive for the toctrees. This is a first design
proposition for this new card component in raw html for the fallback
page `howtos.rst`

The long term objective is to redesign the toctrees by implementing card
components, clearer toctree list design and custom html pages.

Related to task-3059229

closes odoo/documentation#3326

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-01-25 16:01:55 +01:00
Donatienne Pirlot
78d3cf489a [IMP] : accounting : manage a financial budget documentation
closes odoo/documentation#3049

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-01-24 13:00:30 +01:00
Jess Rogers (jero)
8396c2a4ad [IMP] helpdesk: close_ticket.rst cleanup
closes odoo/documentation#3228

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-01-23 09:54:13 +01:00
Odoo Translation Bot
d9f81c7719 [I18N] Update translation terms from Transifex 2023-01-22 02:40:51 +01:00
nle-odoo
f7b1f66b8c [FIX] developer/guidelines: odoo addons import order
The example for import order is a little confusing since it is wrong.

closes odoo/documentation#3376

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-01-20 12:14:52 +01:00
Antoine Vandevenne (anv)
ebce333c73 [IMP] supported_versions: add end of support dates for SaaS versions
closes odoo/documentation#3360

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-01-19 13:38:28 +01:00
LoredanaLrpz
8138b95b0b [IMP] POS: improve and update the barcode page (text & screenshots)
Task ID: 3004918

closes odoo/documentation#3163

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-01-19 13:38:25 +01:00
Ray Carnes
4d3a10e8cd [IMP] sales: update portal.rst
Removed old and probably not needed image of the dashboard showing the Contacts App

closes odoo/documentation#3137

Signed-off-by: Zachary Straub <zst@odoo.com>
2023-01-16 19:05:46 +01:00
Odoo Translation Bot
e3dc5095c4 [I18N] Update translation terms from Transifex 2023-01-15 02:40:43 +01:00
Martin Trigaux
e0e8ff6a9c [IMP] conf: prepare for building documentation in Romanian 2023-01-13 14:53:14 +01:00
Elisabeth Dickinson
8aebb79237 [IMP] odoo_theme: Fix alerts and accordions colors
closes odoo/documentation#3315

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-01-11 15:46:27 +01:00
Elisabeth Dickinson
ee2390fdaf [IMP] odoo_theme: Fix text-dark on homepage
While doing the changes on the text-dark issue, we noticed the
homepage's text color isn't aligned with the rest of the website.
`.text-muted` was too light, so we changed it to `.text-dark`.

Part-of: odoo/documentation#3315
2023-01-11 15:46:27 +01:00
Elisabeth Dickinson
32c9e59ae6 [IMP] odoo-theme: Revert $dark color variable to initial $gray-900
This was changed to get a good text/background contrast on the
alert-dark (Exercise).
By doing so, the .text-dark class generated by BS from the $dark
theme-color was gray instead of the intended near-black color.

By changing the variable, the contrast issue with the alert was back,
to solve this we directly override the alert's background color instead.

Part-of: odoo/documentation#3315
2023-01-11 15:46:27 +01:00
Olivier Dony
39ce411f76 [CHG] legal: partnership contract v10 (update SH commission)
note: version not bumped for ES translation, since it needs other updates
first

opw-3094638

closes odoo/documentation#3309

Signed-off-by: Olivier Dony (odo) <odo@odoo.com>
2023-01-09 12:24:29 +01:00