Commit Graph

379 Commits

Author SHA1 Message Date
Antoine Vandevenne (anv)
f6ab6d6b99 [MOV] developer/cli: move "Command-line interface (CLI)" to the reference dir
task-2991663

closes 

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: 
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: 
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: 
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: 
2023-02-21 16:06:49 +01:00
Antoine Vandevenne (anv)
3a5712f206 [IMP] tutorials/*: hide outdated tutorials
*: backend, web, website

task-2991663

Part-of: 
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: 
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: 
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: 
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: 
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: 
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: 
2023-02-21 16:06:47 +01:00
Timothy Kukulka (tiku)
d690314ba5 [MOV] Misc: Move Portal doc to Misc
closes 

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 

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 

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 

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 

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 

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 

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 

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

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  in 14.0

closes 

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 

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 

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 

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 

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 

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 

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 

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 

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 

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 

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 

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 

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 

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 

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 

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 

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 

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 

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 

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 

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 

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 

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 

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: 
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: 
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 

closes 

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 

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 

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-12-15 14:57:44 +01:00