Commit Graph

464 Commits

Author SHA1 Message Date
Jonathan Castillo (jcs)
b0911a00ad [MOV] calendar: "Calendar" app from "Misc" to "Productivity"
To improve the structure of the documentation, the "Miscellaneous"
section should be limited as much as possible.

This commit:
- renames "Calendars" into "Calendar" (as the app name)
- moves the app from the "Miscellaneous" section to the "Productivity"
  section
- fixes the wrong file structure to follow the toc
  (e.g. general/calendars/outlook/outlook_calendar -> productivity/calendar/outlook)

task-3217827

closes odoo/documentation#4032

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-11 16:43:57 +02:00
Jonathan Castillo (jcs)
e98cf5f54a [MOV] live chat: structure
task-3269837

closes odoo/documentation#4101

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-11 15:55:41 +02:00
Jonathan Castillo (jcs)
ce4a0c3e35 [MOV] website: structure
As a first step to update the doc - at last! - we first need to update
its structure.

task-3269837

Part-of: odoo/documentation#4101
2023-04-11 15:55:40 +02:00
John Holton (hojo)
1b640a7a30 [ADD] Quality: add Create quality alerts
closes odoo/documentation#3715

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-10 20:31:42 +02:00
John Holton (hojo)
bbbca62f6f [IMP] Inventory: Update dropshipping
closes odoo/documentation#3607

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-09 03:20:10 +02:00
Sam Lieber (sali)
728a462762 [IMP] purchase: update reordering rules config doc
closes odoo/documentation#3444

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-08 04:18:56 +02:00
John Holton (hojo)
6ea2eb29fb [IMP] Inventory: Update inter-warehouse replenishment
closes odoo/documentation#3967

Signed-off-by: John Holton (hojo) <hojo@odoo.com>
2023-04-04 00:36:54 +02:00
Benoit Socias
1ce7166f49 [IMP] tutorials: add warning about mutable global variables
The whole concept of multi-tenancy is not really approached within the
tutorial.

This commit adds a warning about never using mutable global variables
within odoo to seed the idea in the reader's mind.

task-3059110

closes odoo/documentation#3970

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-03 10:38:51 +02:00
Felicious
71ede7a3d4 [IMP]: add manual valuation section
Add images and manual valuation

add ref tag and retitle doc to sentence case

Remove trailing whitespaces

update explanation

closes odoo/documentation#3948

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-31 22:16:10 +02:00
oskarenablebanking
62e5a356d3 [ADD] accounting: enablebanking
task-3232701

closes odoo/documentation#3858

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-31 17:33:36 +02:00
Jonathan Castillo (jcs)
166a11ec1b [MOV] accounting: structure of bank sync docs
Part-of: odoo/documentation#3858
2023-03-31 17:33:36 +02:00
Xavier
0124878dd4 [ADD] attendances: hr and attendances categories + hardware page
Task ID: 3251124

closes odoo/documentation#3930

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-29 12:26:42 +02:00
Tom Aarab (toaa)
86940f0a17 [IMP] Adyen: additional minimum requirements for users
Adding requirements for users to use Adyen. Forward to master.

closes odoo/documentation#3919

Taskid: 3159712
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2023-03-29 07:55:42 +02:00
Timothy Kukulka (tiku)
aa4e5d7a01 [IMP] General: Oauth seemore additions
closes odoo/documentation#3931

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-28 23:29:58 +02:00
Loan (lse)
415a817c57 [IMP] ePoS: vulgarise the SSL ePos issue
SSL/HTTPS topic is complicated for most of
Odoo customers as it is quite technical.

This PR should help them guide them to better
understand the issue and how to fix it themselves.

Support can't be provided to each device, browsers and OS.
But we did add some guides regarding the more
"popular" ones and some "keyword" to search
online for the others.

closes odoo/documentation#3223

Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
Co-authored-by: Loredana Perazzo <lrpz@odoo.com>
2023-03-28 13:52:45 +02:00
Nicolas (vin)
16176fb508 [IMP] coding_guidelines: fix python code indents
A few python code blocks on the coding guidelines are indented twice
(8 spaces instead of 4), which is not correct.

closes odoo/documentation#3898

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2023-03-27 16:14:36 +02:00
Antoine Vandevenne (anv)
697cdad097 [IMP] supported_version: release saas-16.2
closes odoo/documentation#3890

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-27 11:49:09 +02:00
Timothy Kukulka (tiku)
406e12822e [IMP] Support: Update What can I expect
closes odoo/documentation#3875

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-24 23:30:08 +01:00
Olivier Dony
f69dba70be
[FIX] legal: fix some broken links (pdfs, translations)
1) PDF files are generated and stored at the root of the CURRENT_BRANCH
directory. The links to those files are generated at different levels of
the doctree, which makes it impossible to use a relative path.
For example the same "Enterprise Agreement" doc in EN is published on:
 - /16.0/legal/terms/enterprise.html
 - /16.0/fr/legal/terms/enterprise.html

As a workaround, use absolute links for the PDFs. They won't work
locally for now. Can be improved later, as long as we don't break
those links located in various depths of the troctree.

2) The legal constracts aren't translated in all availables languages
(yet), so those links are 404s now. Introduced a conf.py variable
`legal_translations` with the list of languages where translated
contracts are indeed available, and falling back to the EN version
otherwise. Some languages don't have *all* the contracts translated, so
some 404 may remain temporarily.
2023-03-23 16:39:10 +01:00
LoredanaLrpz
f3aafe2f09 [IMP] pos: take the half-up out of the last note
Task ID: 3184227

closes odoo/documentation#3851

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-21 10:10:13 +01:00
Antoine Vandevenne (anv)
c466d6fd6e [IMP] supported_versions: flag saas-16.1 as supported
closes odoo/documentation#3829

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-16 16:18:44 +01:00
Timothy Kukulka (tiku)
3eb3f74f70 [IMP] Website: rewrite-keycdn-doc
closes odoo/documentation#3472

Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2023-03-13 18:46:58 +01:00
Jonathan Castillo (jcs)
72ec381471 [MOV] accounting: remove "misc" category in "bank and cash"
closes odoo/documentation#3806

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-13 15:55:37 +01:00
Timothy Kukulka (tiku)
6b7c550724 [IMP] Maintain: Add process to delete account and clean-up
closes odoo/documentation#3443

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-13 13:59:18 +01:00
LoredanaLrpz
38d0ab1d23 [imp] pos: fusion between split and print bills pages
Task ID: 3210388

closes odoo/documentation#3745

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-07 16:01:35 +01:00
LoredanaLrpz
e9f2e9a059 [IMP] pos: structure of the restaurant category
Task ID: 3210388

Part-of: odoo/documentation#3745
2023-03-07 16:01:35 +01:00
LoredanaLrpz
f6dfea8206 [ADD] Finance: POS certification doc blackbox setup
closes odoo/documentation#3551

Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-03-07 11:59:10 +01:00
Cindy
da87d72167 [IMP] contributing: fix a punctutation mistake in contributing
For instance, "Fix a typo"
         or "Add documentation for invoicing of sales orders." instead of For instance, "Fix a typo"
         or "Add documentation for invoicing of sales orders".

closes odoo/documentation#3717

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-02 17:42:11 +01:00
Donatienne Pirlot
3bb3acbb42 [IMP] accounting: improving snailmail documentation
closes odoo/documentation#3682

Id: 3099154
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-02 15:48:54 +01:00
Tom Aarab (toaa)
f4ede744ae [FIX] website: syntax error (fix for translators)
A translator notified me that one of the sentences in English made no
sense, so I'm fixing it to 1) make sense now 2) make it easier for the
translator.

Small fix, this page will be depecrated when I have time to make a new
one.

Forward to master.

closes odoo/documentation#3706

Taskid: 3211784
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-01 13:35:59 +01:00
John Holton (hojo)
dd304af1e3 [ADD] MRP: using work centers
closes odoo/documentation#3530

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-01 10:56:59 +01:00
Jonathan Castillo (jcs)
91fadf0ff6 [IMP] accounting: add custom anchors to tax_return.rst headings
closes odoo/documentation#3676

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-02-27 12:40:20 +01:00
Antoine Vandevenne (anv)
48571c05a4 [ADD] extensions/cards: add an extension to implement cards
The extension adds two new directive:
- `cards` is the row container for one or more `card` directives.
- `card` is the implementation of a Bootstrap card that accepts a
  `target` argument for the href of the card, a `large` option to render
  the card on two columns, and arbitrary content that is shown in the
  card body.

task-3141419

closes odoo/documentation#3355

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-02-24 18:37:04 +01:00
John Holton (hojo)
033f6de839 [FIX] Odoo.sh: correct content error
closes odoo/documentation#3663

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2023-02-24 10:50:38 +01:00
“Chiara
eea1aec26b [ADD] Accounting: Italian warning
closes odoo/documentation#3648

Taskid: 3201538
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-02-22 16:11:13 +01:00
Antoine Vandevenne (anv)
f6ab6d6b99 [MOV] developer/cli: move "Command-line interface (CLI)" to the reference dir
task-2991663

closes odoo/documentation#3629

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-02-21 16:06:50 +01:00
Antoine Vandevenne (anv)
5ace4c412c [MOV] developer/api/extract_api: move "Extract API" to the reference dir
task-2991663

Part-of: odoo/documentation#3629
2023-02-21 16:06:49 +01:00
Antoine Vandevenne (anv)
4dc1dd592e [MOV] developer/api/external_api: move "External API" to the reference dir
task-2991663

Part-of: odoo/documentation#3629
2023-02-21 16:06:49 +01:00
Antoine Vandevenne (anv)
ef569fb76d [MOV] developer/api/iap: move "In-App Purchase" to the howtos dir
task-2991663

Part-of: odoo/documentation#3629
2023-02-21 16:06:49 +01:00
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
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
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
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
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
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
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
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
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
Sam Lieber (sali)
96cbb2375b [FIX] maintain: correct cname definition
closes odoo/documentation#3269

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-01-03 21:57:51 +01:00
Jason (jaae)
cfaf4386c2 [IMP] project: adding description to app page
closes odoo/documentation#3267

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-01-03 17:44:50 +01:00
Mahmoud Metwally
ad91dd67c2 [FIX] rdtraining: fix writing errors
closes odoo/documentation#3248

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-01-02 12:52:35 +01:00
Antoine Vandevenne (anv)
f58bfc49b8 [IMP] contributing/documentation: rewrite the contribution guide
This commit restructures the contributing/documentation page to re-use
content introduced with the contributing/development page and to
display the two ways to contribute (github vs git) in content tabs
rather than sections.

The guide is simplified and updated to delegate long explanations to
other pages or websites, remove useless images and focus on getting
users ready to contribute.

task-2897123

Part-of: odoo/documentation#3169
2023-01-02 12:03:48 +01:00
Antoine Vandevenne (anv)
09c062f571 [ADD] contributing/development: add a guide to contribute to the codebase
In addition, this commit extracts the git guidelines from the coding
guidelines. This helps link the git guidelines and unclutter the coding
guidelines, which should focus on only the programming languages.

task-2897123

Part-of: odoo/documentation#3169
2023-01-02 12:03:48 +01:00
Michelle Vu (mivu)
73b5851d23 [IMP] Calendar: Outlook sync warning
If committed, this will add a more elaborate warning on what users must
do before syncing Odoo Calendar and Outlook Calendar. It also removes
mentions of the import/export process and archiving events, as these
methods will not prevent email spam from Outlook.

closes odoo/documentation#2925

closes odoo/documentation#3243

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-01-02 11:13:28 +01:00
Sam Lieber (sali)
dbf7a090d2 [ADD] misc: connect office365 with azure oauth
azure oauth changes from PO

closes odoo/documentation#2888

Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2022-12-15 16:59:15 +01:00
Antoine Vandevenne (anv)
73021c3a41 [FIX] legal: fix path to PDF version of legal agreements
closes odoo/documentation#3195

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-12-15 14:57:44 +01:00
Tom Aarab (toaa)
d25e094f43 [IMP] payment acquirers: multi-company use
Added a paragraph on users wishing to use the same payment provider across
multiple companies.

closes odoo/documentation#3150

Taskid: 3095103
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-12-13 10:15:44 +01:00
Tom Aarab (toaa)
b1f92ba879 [IMP] odoo.sh: Python libraries and packages
Added a note on packages and extensions support

closes odoo/documentation#3168

Taskid: 2836438
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2022-12-12 16:21:41 +01:00
Horacio Tellez
67a75a3e11 [FIX] rdtraining: remove outdated line about journal_id in chapter 14
In chapter 14 there was a line pointing to how to deduce a default journal for an `account.move` record.
This is no longer needed as the journal is automatically deduced using the `move_type`. Also, the link
point to an outdated line of code that causes an error.

closes odoo/documentation#3172

Signed-off-by: Horacio Tellez Perez (hote) <hote@odoo.com>
2022-12-12 08:14:41 +01:00
KC (ksc)
4f6b03dc5b [ADD] marketing automation: added 'getting started' section and docs to round out documentation
closes odoo/documentation#2552

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-12-08 15:07:38 +01:00
Antoine Vandevenne (anv)
a309372d83 [IMP] contributing: list the ways to contribute to Odoo
task-2897123

closes odoo/documentation#3132

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-12-08 13:24:40 +01:00
Sam Lieber (sali)
dc3d43c143 [IMP] general: add notes about dev mode toggle
closes odoo/documentation#3140

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-12-08 10:43:29 +01:00
Antoine Vandevenne (anv)
0b9279d52f [IMP] conf.py, *: interpolate the version and releases in the content
This commit replaces hard-coded occurrences of the version and of the
last, current and next releases' version with placeholders interpolated
at build time to avoid manually updating these after each freeze.

task-2917614

closes odoo/documentation#3051

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-12-08 10:00:21 +01:00
Donatienne Pirlot
bfa99eb516 [IMP] accounting: different ways to record a payment
closes odoo/documentation#3102

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-12-08 09:04:05 +01:00
Morgane (morm)
b7bc34a197 [IMP] documentation: legal page design
Prior to this commit, the terms and conditions were displayed in a table
with all the languages and it was not practical for the futur, with many
more languages.

task-3073198

closes odoo/documentation#3058

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-12-07 10:45:41 +01:00
“Chiara
939d40c16d [ACC] accounting: Forecasting bills
closes odoo/documentation#2970

Tasikd: 3069519
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-12-07 10:45:38 +01:00
Zachary Straub (ZST)
02ef871fa6 [IMP] CRM: updating flow and screenshots about lead mining
Task: 2543815
Cherry pick from #998

Omitted changes proposed in the **track_leads** directory (e.g. `lead_scoring.rst` + image folder). Both the content and image updates were already pushed from another PR so what was proposed on #998 was outdated and no longer necessary.

What’s left over are the original proposed changes in #998, within the **acquire_leads** directory which include updates to `lead_mining.rst` and corresponding image files.

On top of these proposals, I went ahead and made the following changes:

- renamed the image files in the asset directory, since they were using outdated naming convention (e.g. LM1.png, LM6.png, LM7.png)
- cleaned up rst formatting issues (headings, line breaks, added guilabels, etc.)
- rewrote document so content was more concise + followed content guidelines. You can see the first version of proposals here to compare the changes made.

closes odoo/documentation#2535

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-12-06 16:08:50 +01:00
“Chiara
1db9968faa [IMP] accounting: tax return
closes odoo/documentation#2909

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-12-06 15:00:14 +01:00
Tom Aarab (toaa)
e1d0efb669 [IMP] paypal: typo update
V14 has a dedicated "Fees" tab for PayPal, current documentation does not reflect that.

closes odoo/documentation#3074

Taskid: 3089273
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-12-02 16:00:03 +01:00
LoredanaLrpz
1ee45c661f [IMP] pos: update and improve the page and screenshots
closes odoo/documentation#2926

Taskid: 3062150
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-12-01 17:52:47 +01:00
Jonathan Castillo (jcs)
f0fa7a2e22 [IMP] contribution: typo in documentation.rst
closes odoo/documentation#3050

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-11-29 18:28:42 +01:00