“Chiara
3289d1a1c7
[IMP] accounting: update payments by check
...
closes odoo/documentation#3068
Taskid: 3062532
X-original-commit: 528d16c611
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com >
Signed-off-by: chiaraprattico <chpr@odoo.com >
2022-12-02 09:10:57 +01:00
Sam Lieber (sali)
7062012490
[ADD] discuss: specific email server from
...
closes odoo/documentation#2993
X-original-commit: ce1d0b216d
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com >
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com >
2022-11-30 16:07:46 +01:00
Jonathan Castillo (jcs)
9491605213
[IMP] contribution: typo in documentation.rst
...
closes odoo/documentation#3056
X-original-commit: f0fa7a2e22
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com >
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com >
2022-11-30 15:06:25 +01:00
Antoine Vandevenne (anv)
6be97f3219
[IMP] contributing/documentation: suggest to clone with ssh
...
GitHub requires users to "use token-based authentication for all
authenticated operations", for example `git push`. See
https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/
This commit suggests new contributors to clone the repository with SSH
so that the remote URL is automatically configured with the SSH
protocol.
task-3036845
closes odoo/documentation#3042
X-original-commit: dfb7801484
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com >
2022-11-29 15:22:41 +01:00
Wesley Kao (weka)
6f9ee7b414
[IMP] MRP: updated Kits doc rst content
...
Went through the existing kits documentation and changed a lot of the
content, as much of it was outdated. Also replaced the images with new
ones.
closes odoo/documentation#2997
X-original-commit: 426b66ec7b
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com >
Signed-off-by: weka-odoo <weka@odoo.com >
2022-11-28 18:51:44 +01:00
“Chiara
bfadc58fbc
[IMP] accounting: batch payments sdd
...
Forward to 16.0
closes odoo/documentation#3037
X-original-commit: d8f9c121ff
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com >
Signed-off-by: chiaraprattico <chpr@odoo.com >
2022-11-25 18:55:08 +01:00
Victor Feyens
2d1361c026
[FIX] developer/*: code blocks linting & fixes
...
invalid xml
invalid python
correct indentation
closes odoo/documentation#3029
X-original-commit: b2121b7891
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com >
2022-11-25 10:52:04 +01:00
Victor Feyens
2b75fb4bbb
[FIX] developer/*: consistent code-block language specification
...
X-original-commit: 387cf15e7f
Part-of: odoo/documentation#3029
2022-11-25 10:52:04 +01:00
Donatienne Pirlot
aef7d05dc5
[IMP] Documents: improve and update the Documents documentation
...
closes odoo/documentation#3030
Id: 2899532
X-original-commit: 84e900f0f3
Signed-off-by: Pirlot Donatienne (dopi) <dopi@odoo.com >
2022-11-25 08:52:09 +01:00
Ivan Kropotkin
6c7ee83bc4
[FW][FIX] developer/reference: code example
...
closes odoo/documentation#3028
Forward-port-of: odoo/documentation#2943
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com >
2022-11-24 19:25:27 +01:00
Jeff Nyalik
963de80d3e
[FW][FIX] rdtraining: fix typo
...
Kind of a typo here " it will not possible" to "it will not be possible"
closes odoo/documentation#3023
Forward-port-of: odoo/documentation#3016
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com >
2022-11-23 21:56:06 +01:00
Loan (lse)
c2959cefce
[IMP] point_of_sale: Adyen Event URLs configuration
...
Add more details as of how to set Adyen Event URLs.
This is important to configure as it is necessary to
receive a callback from Adyen terminal when a transaction
have been done.
OPW-3041117
OPW-3041117
closes odoo/documentation#3022
X-original-commit: aa9126b037
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com >
2022-11-23 21:01:52 +01:00
Tori (vpk)
dc6c4986d6
[ADD] Sales: new doc about returns and refunds
...
Task Number: 2514789
closes odoo/documentation#2989
X-original-commit: be0a995e21
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com >
2022-11-23 18:15:42 +01:00
Donatienne Pirlot
efe7cbcd26
[IMP] upgrade: updating screenshots and process steps
...
closes odoo/documentation#3015
X-original-commit: f0f6083ee5
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com >
2022-11-22 20:50:30 +01:00
william-andre
7b7f79073a
[IMP] cli: suggest auto complete script
...
Add a hint to how to build autocompletion values for odoo-bin
closes odoo/documentation#3010
X-original-commit: 025e365a9b
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com >
Signed-off-by: William André (wan) <wan@odoo.com >
2022-11-22 18:12:33 +01:00
Victor Feyens
f6ac437b68
[IMP] developer/howtos: deprecate themes tutorial
...
This tutorial was already outdated in 13.0 (but
supposedly working).
In 14.0+, a lot of changes happened in website logic,
especially for 'website option definitions', breaking
the existing theme tutorial.
Considering the fact that a new tutorial is being made,
and that fixing the whole existing tutorial would be
a big work, it will be kept, but hidden as 'most things
being said still make sense'.
closes odoo/documentation#3006
X-original-commit: 9cc60baf46
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com >
2022-11-21 22:20:35 +01:00
Victor Feyens
17fa2e0333
[FIX] developer/mobile: use spaces and not tabs for indentation
...
closes odoo/documentation#2984
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com >
2022-11-18 18:04:50 +01:00
Victor Feyens
197dbea3d2
[FIX] *: unbalanced literal markups
...
Part-of: odoo/documentation#2984
2022-11-18 18:04:50 +01:00
Victor Feyens
c2f8d4bd44
[FIX] *: remove trailing whitespaces
...
Part-of: odoo/documentation#2984
2022-11-18 18:04:50 +01:00
Victor Feyens
c60bc5f919
[FIX] *: enforce 1 newline on files end
...
Part-of: odoo/documentation#2984
2022-11-18 18:04:49 +01:00
Julien Castiaux
31aacc1791
[FIX] deploy.rst: nginx config for static files
...
In case of a source install the various places where static files can be
found are spread on the filesystem. The previous configuration sample
used custom internal locations but it turns out that it is only possible
to `try_files` on filesystem paths and on "named location (@ ones)".
This commit fixes the configuration sample so that it works for the
given situation where community and enterprise has been cloned from git.
task-3049538
closes odoo/documentation#2945
X-original-commit: 67cb3acd6a
Signed-off-by: Julien Castiaux <juc@odoo.com >
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com >
2022-11-18 12:57:55 +01:00
Wesley Kao (weka)
b208529745
[IMP] MRP: updated bills of materials rst content
...
Reviewed the 15.0 doc for Bills of Materials and made some edits to
clean up inconsistencies and made minor wording changes.
closes odoo/documentation#2966
X-original-commit: 1645e8c3da
Signed-off-by: Zachary Straub <zst@odoo.com >
2022-11-17 20:06:39 +01:00
Victor Feyens
5e3d4d0414
[CLN] core: upgrade to python 3.6
...
& sort imports
closes odoo/documentation#2976
X-original-commit: 57784a2f90
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com >
2022-11-17 11:58:56 +01:00
Donatienne Pirlot
73730b3cf5
[IMP] accounting: ai powered document digitization page updated
...
ID: 2989846
If you feel that it might help a future reader to understand your commit
closes odoo/documentation#2953
X-original-commit: e381c454a2
Signed-off-by: Pirlot Donatienne (dopi) <dopi@odoo.com >
2022-11-15 19:21:54 +01:00
Donatienne Pirlot
cab1a56722
[IMP] accounting: update the doc related to internal transfers
...
closes odoo/documentation#2951
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 18:25:34 +01:00
Donatienne Pirlot
aced62f4b3
[ADD] accounting: provide information on the tax carryover feature
...
closes odoo/documentation#2947
X-original-commit: cc65809ec5
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com >
Signed-off-by: Pirlot Donatienne (dopi) <dopi@odoo.com >
2022-11-15 18:25:31 +01:00
jopa-odoo
68b2aa6df4
[IMP] Legal: Update Dutch translation
...
Update of the Dutch translation of Odoo Enterprise Subscription agreemnt
2022-11-15 17:53:33 +01:00
Christophe Monniez
ce9072f27a
[FIX] install: update 15.0 references to 16.0
...
closes odoo/documentation#2944
X-original-commit: 62f9a96972
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com >
2022-11-14 17:18:08 +01:00
Loan (lse)
35e09b26c1
[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#2940
X-original-commit: 21edc4fcc7
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com >
2022-11-14 13:02:03 +01:00
Tom Aarab (toaa)
c69596bebc
[IMP] accounting: updated chart of accounts v15
...
Creating account groups part was outdated.
task id: 2950820
closes odoo/documentation#2933
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 18:51:43 +01:00
Tom Aarab (toaa)
87facd654d
[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#2908
X-original-commit: 7cf109db1e
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com >
2022-11-08 10:39:54 +01:00
Tom Aarab (toaa)
6725754169
[IMP] accounting: updated multiple payments page
...
Previous page was based on V13. Forward up to 16.
closes odoo/documentation#2919
Taskid: 3045197
X-original-commit: e4839ea7e9
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com >
2022-11-07 13:50:26 +01:00
Tom Aarab (toaa)
cabd6e7f85
[IMP] accounting: updated bank statement page
...
Previous version used V13 screenshots.
task - 2902004
closes odoo/documentation#2914
X-original-commit: de7fddab6c
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com >
2022-11-07 11:27:04 +01:00
Chong Wang (cwg)
d4923d6350
[IMP] orm/changelog: store translations in jsonb
...
closes odoo/documentation#2901
X-original-commit: f2fd03b8fc
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com >
2022-11-03 16:43:31 +01:00
Xavier
8db94fe7fe
[ADD] Studio: PDF reports
...
closes odoo/documentation#2895
Id: 2978638
X-original-commit: 5ad9d5eb0b
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com >
2022-11-02 21:17:01 +01:00
“Chiara
5d7209d635
[IMP] accounting: Bank Synchronization: automatic import
...
closes odoo/documentation#2900
X-original-commit: 7fb5a21d64
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com >
2022-11-02 19:19:53 +01:00
Antoine Vandevenne (anv)
a154e01cee
[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#2877
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:21:05 +02:00
Donatienne Pirlot
57f447e302
[IMP] accounting: update and improve the cash basis taxes documentation
...
closes odoo/documentation#2872
Id: 2381690
X-original-commit: 8770938a97
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com >
2022-10-28 14:20:56 +02:00
Donatienne Pirlot
7858ac6c68
[IMP] accounting: update the bank accounts documentation
...
ID:2607774
closes odoo/documentation#2881
X-original-commit: 285252d1fd
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com >
2022-10-28 13:23:09 +02:00
Olivier Dony
e56bc8a5b9
[IMP] legal: OE v10a - clarified wording for Section 5.1
...
The "(at that time") wording could be confusing - the goal was really to
refer to the price at the time of the deviation, not the price at the
conclusion of the agreement. This should be clearer.
Validated with SBR.
2022-10-27 18:14:27 +02:00
Xavier Morel
18c2c74848
[REM] reference: long deprecated SavepointCase
...
closes odoo/documentation#2844
Related: odoo/enterprise#33244
Related: odoo/odoo#98138
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com >
2022-10-26 19:03:50 +02:00
Victor Feyens
e63b92a718
[FIX] developer/cli: remove unsupported cli options
...
Removed by https://github.com/odoo/odoo/commit/c0647b5c527440cf9f94b51f1c9a9c4d1f3b508e
Fixes odoo/odoo#104060
closes odoo/documentation#2863
X-original-commit: 1225c93112
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com >
2022-10-26 01:58:48 +02:00
Victor Feyens
ac813f2b5b
[FIX] developer/guidelines: do not mention deprecated xml tags
...
act_window & report xml tags have been deprecated by
https://github.com/odoo/odoo/commit/6835aeb0de6895f7f4d6b23e0b4654465ef21d6a
two years ago, we should avoid mentioning them in the guidelines.
Furthermore, in 17.0 they won't be available anymore.
closes odoo/documentation#2862
X-original-commit: 758463edd4
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com >
2022-10-25 21:20:53 +02:00
Zachary Straub (ZST)
6419980663
[IMP] inventory: thd batch updates
...
closes odoo/documentation#2855
X-original-commit: ac3ec17266
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com >
2022-10-25 21:20:45 +02:00
niyasraphy
894e1be9c6
[IMP] report_barcode function: parameter type to barcode_type
...
https://github.com/odoo/odoo/commit/ee324e8374536cebca4d7302210b07e8f33d3852
closes odoo/documentation#2847
X-original-commit: 3f34c3874c
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com >
2022-10-24 18:59:30 +02:00
Christophe Monniez
59db0ca18c
[FIX] install: update installation from the nightly debian repo
...
As the `apt-key` command will is deprecated and will be removed in the
next Debian release, it's time to update the documentation.
closes odoo/documentation#2846
X-original-commit: 1c2d59b280
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com >
2022-10-24 17:07:13 +02:00
Jonathan Castillo (jcs)
ab1a7d0a69
[IMP] *: Remove "SaaS" to keep only the "Odoo Online" appellation
...
task-3034812
closes odoo/documentation#2839
X-original-commit: 9b69e0d77e
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com >
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com >
2022-10-21 20:00:56 +02:00
Jonathan Castillo (jcs)
06d0ff6ca8
[IMP] *: consistency for the use of "Odoo Online" (and SaaS)
...
task-3034812
X-original-commit: 2c17b6fb4a
Part-of: odoo/documentation#2839
2022-10-21 20:00:55 +02:00
Xavier Morel
219a7cc82f
[ADD] reference/orm: grouped method
...
closes odoo/documentation#2783
Related: odoo/odoo#101522
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com >
2022-10-21 13:06:06 +02:00
nbe-odoo
b9217c292a
[FIX] website: rst and file organization for plausible.rst
...
- external links
- notes
- indentation
- media filenames
- images compression
- images alt tags
- light content improvement
closes odoo/documentation#2831
X-original-commit: 87392b7262
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com >
Co-authored-by: Nicolas Bebawi (nbe) <nbe@odoo.com >
Co-authored-by: Jonathan Castillo (jcs) <jcs@odoo.com >
2022-10-20 17:17:18 +02:00