Commit Graph

2874 Commits

Author SHA1 Message Date
Victor Feyens
57784a2f90 [CLN] core: upgrade to python 3.6
& sort imports

closes odoo/documentation#2963

X-original-commit: 5128208495
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-11-17 10:37:31 +01:00
jopa-odoo
5c924f0397
[IMP] Legal: Update Dutch translation
Update of the Dutch translation of Odoo Enterprise Subscription agreemnt
2022-11-15 17:52:51 +01:00
Donatienne Pirlot
d20f026672 [IMP] accounting: update the doc related to internal transfers
closes odoo/documentation#2949

Id: 2901915
X-original-commit: d36bacb54a
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Pirlot Donatienne (dopi) <dopi@odoo.com>
2022-11-15 15:08:50 +01:00
Loan (lse)
aace67650c [IMP] iot: Add part regarding screen
Add  more details as of how to connect a screen to the IoT box
and how it can be used.

OPW-2962462

closes odoo/documentation#2938

X-original-commit: 21edc4fcc7
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-11-14 11:07:05 +01:00
Tom Aarab (toaa)
90c924f319 [IMP] accounting: updated chart of accounts v15
Creating account groups part was outdated.

task id: 2950820

closes odoo/documentation#2931

X-original-commit: 60ad93ea31
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2022-11-10 15:05:36 +01:00
Tom Aarab (toaa)
390f5fb862 [IMP] TaxCloud: updated doc
Changed out-of-date function and updated doc/changed grammar. Forward up to 16 (16 exluded)

task id: 2909436

closes odoo/documentation#2906

X-original-commit: 7cf109db1e
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2022-11-08 10:21:46 +01:00
Tom Aarab (toaa)
0d42a11a71 [IMP] accounting: updated multiple payments page
Previous page was based on V13. Forward up to 16.

closes odoo/documentation#2917

Taskid: 3045197
X-original-commit: e4839ea7e9
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-11-07 13:16:44 +01:00
Tom Aarab (toaa)
3176526507 [IMP] accounting: updated bank statement page
Previous version used V13 screenshots.

task - 2902004

closes odoo/documentation#2912

X-original-commit: de7fddab6c
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-11-07 10:37:53 +01:00
Xavier
31e5d96796 [ADD] Studio: PDF reports
closes odoo/documentation#2893

Id: 2978638
X-original-commit: 5ad9d5eb0b
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2022-11-07 10:37:50 +01:00
“Chiara
c79982e270 [IMP] accounting: Bank Synchronization: automatic import
closes odoo/documentation#2898

X-original-commit: 7fb5a21d64
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-11-02 18:48:52 +01:00
Tom (toaa)
69d9796743 [IMP] accounting: reconciliation models
Updated reconciliation page. Forward to V15.

closes odoo/documentation#2884

Taskid: 3043106
X-original-commit: 5c83679a02
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-10-28 14:58:03 +02:00
Antoine Vandevenne (anv)
ed32235c82 [IMP] extensions/spoilers: add an extension for spoilers
It is often needed in developer tutorials to show excerpts of code for
examples and solutions. This takes quite some page space and, for the
latter, it is not always desired to show the final code result right
after the exercise objective.

This commit adds a spoiler feature to the documentation to allow hiding
content until the reader wants to display it.

The feature relies on the new `.. spoiler:: Button label` directive.

task-3036845

closes odoo/documentation#2875

X-original-commit: 4d7a88639a
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Co-authored-by: Morgan Meganck <morm@odoo.com>
Co-authored-by: Stefano Rigano <sri@odoo.com>
2022-10-28 14:11:55 +02:00
stefanorigano (SRI)
9be48d0aec [IMP] odoo_theme: add default BS functions
Prior to this change it was not possible to use Bootstrap default SCSS
functions in 'bootstrap_overridden.scss'.

This commit mirrors odoo framework's architecture, injecting bootstrap
'_functions.scss' at the beginning of the documentation's SCSS "bundle".

Commit preparatory to the introduction of the 'Spoiler' documentation
component.

task-3036845

X-original-commit: 1691e8970b
Part-of: odoo/documentation#2875
2022-10-28 14:11:55 +02:00
Donatienne Pirlot
11820ab07c [IMP] accounting: update and improve the cash basis taxes documentation
closes odoo/documentation#2870

Id: 2381690
X-original-commit: 8770938a97
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-10-28 14:11:52 +02:00
Donatienne Pirlot
f46fcd8c17 [IMP] accounting: update the bank accounts documentation
ID:2607774

closes odoo/documentation#2879

X-original-commit: 285252d1fd
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-10-28 13:06:41 +02:00
Victor Feyens
f5abf1e744 [FIX] developer/guidelines: do not mention deprecated xml tags
act_window & report xml tags have been deprecated by
6835aeb0de
two years ago, we should avoid mentioning them in the guidelines.

Furthermore, in 17.0 they won't be available anymore.

closes odoo/documentation#2860

X-original-commit: 758463edd4
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-10-25 19:15:02 +02:00
Zachary Straub (ZST)
0aff699518 [IMP] inventory: thd batch updates
closes odoo/documentation#2853

X-original-commit: ac3ec17266
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-10-25 18:30:11 +02:00
Jonathan Castillo (jcs)
945a1a306e [IMP] *: Remove "SaaS" to keep only the "Odoo Online" appellation
task-3034812

closes odoo/documentation#2835

X-original-commit: eae71e6eda
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-10-21 15:36:38 +02:00
Jonathan Castillo (jcs)
c7de4c21c7 [IMP] *: consistency for the use of "Odoo Online" (and SaaS)
task-3034812

X-original-commit: 121516d52c
Part-of: odoo/documentation#2835
2022-10-21 15:36:38 +02:00
Elias
e4b1f63a7d [FIX] developer/howtos/rdtraining: Update warning message
Update warning output for missing access rules.
Also reflect up-to-date contents of res.country.state.csv.

closes odoo/documentation#2824

X-original-commit: e21dbd01c9
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-10-18 12:37:43 +02:00
Antoine Vandevenne (anv)
0d41285c32 [IMP] supported_version: release 16.0 and deprecate 13.0
closes odoo/documentation#2812

X-original-commit: 3c61d24b1d
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-10-11 21:23:44 +02:00
Xavier-Do
745ab72b10 [ADD] developer/reference: add a reference page on performance
closes odoo/documentation#2792

X-original-commit: 4d8e3f9785
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
Co-authored-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-10-06 12:47:51 +02:00
Tom Aarab (toaa)
ba25b3eb5e [FW][FIX] payment providers: ogone parameter value typo
Fixed a typo in the ogone documentation

task id: 3001021

closes odoo/documentation#2781

Forward-port-of: odoo/documentation#2772
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-09-30 12:52:45 +02:00
Aleksander
b6b8e31376 [FW][IMP] howtos/rdtraining: give the meaning of "ACL"
closes odoo/documentation#2777

Forward-port-of: odoo/documentation#2774
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-09-30 12:52:42 +02:00
Jonathan Quique (jqu)
205cedc6ba [IMP] email_communication: can't use Odoo STMP with another mail server
Customer may want to use their own SMTP for email marketing, and Odoo default SMTP for everything else. There is no good way to do this. Previously we suggested adding Odoo SMTP as an outgoing email server but we don't want to share credentials anymore.
R&D is working on a solution (e.g. showing the Odoo default email server in the list rather than keeping it as an "hidden feature") but for the time being, if you use an outgoing email server, you give up using the Odoo default SMTP.

closes odoo/documentation#2769

X-original-commit: 7b21e6001b
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-09-29 15:37:45 +02:00
Wesley Kao (weka)
30e0ea946c [IMP] MRP: updated Variants BOM Management rst content
closes odoo/documentation#2762

X-original-commit: b3d5e928aa
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-09-27 18:40:27 +02:00
Fabrice Henrion
ce11fc03e7 [FIX] accounting: grammar fix in ponto
closes odoo/documentation#2757

X-original-commit: dad110c7cc
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-09-23 11:39:39 +02:00
Tom Aarab (toaa)
b3b2af0e16 [IMP] accounting: update + merge of multiple multi-currency pages
task id: 2942040

closes odoo/documentation#2743

X-original-commit: 149353cf72
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Co-authored-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2022-09-20 18:44:41 +02:00
Jonathan Quique (jqu)
050b5d9889 [FIX] sales/crm: fix menu path and RST formatting
Cherry-pick of #2652:
>To view the Sales Team dashboard, go to `:menuselection:CRM --> Sales --> Teams.`

closes odoo/documentation#2738

X-original-commit: 1b7ec7ca20
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-09-20 17:04:39 +02:00
Tori (vpk)
6a7d5bf733 [ADD] Sales: adding doc about variants in orders
closes odoo/documentation#2734

Task: 2574874
X-original-commit: 05d10ab355
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-09-20 11:09:48 +02:00
Claire Bretton (clbr)
38eb13f6dd [IMP] developer/howtos/rdtraining: Add missing information about module category.
Adds explanations and directive for module category creation, so it can be used correctly at res.groups creation.

closes odoo/documentation#2728

X-original-commit: 338fe297b0
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-09-16 16:26:44 +02:00
Max
cd9fae9c97 [FW][IMP] developer/backend: correct filters attribute for calendar view fields
closes odoo/documentation#2723

Forward-port-of: odoo/documentation#2692
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-09-15 17:28:50 +02:00
Julien Castiaux
5180b7c9dc [IMP] developer/api/external_api: XML-RPC in PHP8
Starting PHP8, the XML-RPC extension is not available by default
anymore and must be installed separately.

closes odoo/documentation#2718

Task: 2613818
X-original-commit: 79e58e3db1
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-09-14 15:18:13 +02:00
Julien Castiaux
8c4425e8c9 [IMP] content/developer/webservices
It is hard to find and learn about RPC in Odoo, users hardly know about
JSON-RPC as the only place where we talk about it in deep down in the
*How to make a Module* tutorial.

In the commit, we isolated the tutorial about RPC in a dedicated file,
that file is better referenced thanks to cross-references in some others
places that are talking about RPC

Task: 2884559
X-original-commit: 83c2e6de0b
Part-of: odoo/documentation#2718
2022-09-14 15:18:12 +02:00
Xavier
c9cbfdf74e [ADD] accounting: data inalterability check report
Task ID: 2977343

closes odoo/documentation#2715

X-original-commit: 1d48967962
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-09-13 12:26:56 +02:00
Tori (vpk)
a8569610d2 [IMP] Sales: updating product variants overview and config
closes odoo/documentation#2710

Task: 2055940
X-original-commit: 01878ac966
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-09-13 11:33:58 +02:00
std-odoo
0180e11b45 [IMP] mail: add documentation about the SSL SMTP authentication
Purpose
=======
Add the documentation about the SSL SMTP authentication
(2 new binary arguments) and also about the new from
filter binary argument.

The goal of those new arguments is to improve the score
of the emails sent by Odoo.

Task 2367946
See odoo/odoo/pull/61853
See odoo/upgrade/pull/1903

closes odoo/documentation#2705

X-original-commit: 2a01b21800
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-09-12 15:31:56 +02:00
Valentin Vallaeys (vava)
9fef69ae53 [FIX] coding_guidelines: fix typos and add sql contraints
task-2977263

closes odoo/documentation#2700

X-original-commit: 8061470577
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-09-08 16:52:06 +02:00
Jonathan Castillo (jcs)
344a07a7f8 [IMP] acc/l10n: minor change in mexico/pre-requirements
task-2971754

closes odoo/documentation#2690

X-original-commit: 8d482c831e
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-09-06 11:52:13 +02:00
Donatienne Pirlot
20e3a49c6c [IMP] accounting: update the information on recording payments
closes odoo/documentation#2684

Id: 2258464
X-original-commit: de3beb7e8a
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-09-05 17:08:49 +02:00
Jonathan Castillo (jcs)
d884d83397 [IMP] install/maintain: add note about mailboxes in domain_names
task-2973080

closes odoo/documentation#2679

X-original-commit: 9089a78602
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-09-05 13:26:48 +02:00
Jonathan Castillo (jcs)
cf361ee56c [IMP] accounting/l10n: table with list of modules to install Luxembourg
closes odoo/documentation#2671

X-original-commit: 3083c2dbe6
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-09-02 15:04:57 +02:00
frin-odoo
5120064c85 [IMP] crm: grammar on google_spreadsheets
closes odoo/documentation#2668

X-original-commit: f39a43f697
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-09-02 15:04:55 +02:00
Nidhi Patel
50358658f9 [ADD] accounting/l10n: new localization page for India
closes odoo/documentation#2661

X-original-commit: 028c67041b
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Co-authored-by: Jonathan Castillo <jcs@odoo.com>
2022-09-01 22:58:54 +02:00
William Henrotin
a0eaf959db [FIX] inventory: fix typo
closes odoo/documentation#2654

X-original-commit: 1a10dced12
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-08-31 20:34:30 +02:00
Zachary Straub (ZST)
772224031f [IMP] finance/accounting: add Delivery Guide to CL localization
closes odoo/documentation#2646

X-original-commit: a6f2c55896
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-08-30 14:16:50 +02:00
Tom Aarab (toaa)
63cba92ff5 [IMP] accounting: updated foreign currency page
Foreign currency page was V13 only and outdated. Updated for V14.

task - 2904025

closes odoo/documentation#2638

X-original-commit: 0ba09280ad
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-08-26 19:40:40 +02:00
Jonathan Castillo (jcs)
db9426b523 [FIX] accounting: new tutorial link in payment_terms
task-2963526

closes odoo/documentation#2633

X-original-commit: 99519c93cb
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-08-26 17:17:11 +02:00
Tom Aarab (toaa)
147f851bb0 [IMP] accounting: fixed one-word mistake on B2B/B2C page
V13/14 only. Create fw-bot request for V15

task id: 2960682

closes odoo/documentation#2623

X-original-commit: e16200918d
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-08-26 12:17:50 +02:00
Julian Roussieau
48e34988c0 [FIX] odoo_sh: change img who explain storage space
closes odoo/documentation#2615

X-original-commit: f52be8da2a
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-08-19 14:17:14 +02:00