Commit Graph

3205 Commits

Author SHA1 Message Date
Stanislas Gueniffey
2db16255a2 [IMP] web_editor: powerbox search from description
Adapts documentation to a change in the Powerbox search filters. Since
that change, command descriptions are also matched to return search
results. Although the fuzzy-matching is not exactly the same for
descriptions as for names and categories, making the difference explicit
seems unnecessary and might introduce needless confusion.

task-3188758
2023-03-31 12:01:11 +02:00
Melanie Nguyen (meng)
a1fce64ce5 [IMP] mail plugins: add instructions to gmail plugin
closes odoo/documentation#3944

X-original-commit: 404d524deb
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-29 04:42:41 +02:00
Melanie Nguyen (meng)
fa90d23a90 [IMP] sales: menuselection fix
Fixed a menuselection error and deleted instances of second-person pov
Closes task 3116083

closes odoo/documentation#3939

X-original-commit: f30f6d2003
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-29 03:41:01 +02:00
Timothy Kukulka (tiku)
098ecbcb99 [IMP] General: Oauth seemore additions
closes odoo/documentation#3934

X-original-commit: aa4e5d7a01
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-29 03:40:58 +02:00
Loredana Perazzo
4a7acf8c02 [IMP] pos: update fiscal positions page
Task ID: 2862506

closes odoo/documentation#3876

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-28 16:39:16 +02:00
Anita (anko)
de8db5a6a0 [IMP] paypal: remove deleted field
Removing no longer used Merchant Account ID field.
task-2854184

closes odoo/documentation#3833

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-28 13:17:24 +02:00
Felicious
1ab8e5fb11 [FIX] inventory: fix BoM typo
closes odoo/documentation#3910

X-original-commit: f2010faafc
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-28 00:50:15 +02:00
Nicolas (vin)
9cab0fdb75 [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#3903

X-original-commit: 16176fb508
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2023-03-27 17:40:05 +02:00
Antoine Vandevenne (anv)
af67aac71f [IMP] supported_version: release saas-16.2
closes odoo/documentation#3893

X-original-commit: 697cdad097
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-27 17:40:02 +02:00
“Chiara
e89211e451 [IMP] accounting: bank transactions
task-3204835

closes odoo/documentation#3760

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-27 12:32:37 +02:00
Martin Trigaux
faf5949870 [I18N] *: export 16.0 source terms
closes odoo/documentation#3888

Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2023-03-27 10:28:31 +02:00
Timothy Kukulka (tiku)
1904ba574a [IMP] Support: Update What can I expect
closes odoo/documentation#3883

X-original-commit: 406e12822e
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-26 09:12:27 +02:00
Odoo Translation Bot
a98372a964 [I18N] Update translation terms from Transifex 2023-03-26 00:40:29 +01:00
Jess Rogers (jero)
ab0d9c239d [IMP] helpdesk: updated ticketing channels setup
closes odoo/documentation#3505

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-24 23:09:53 +01:00
LoredanaLrpz
e6fd7db226 [IMP] pos: and update kitchen printing
Task ID: 3235139

closes odoo/documentation#3844

Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2023-03-24 13:29:01 +01:00
Brandon Seltenrich (BRSE)
b9453515a0 [IMP] inventory: fix sendcloud doc
closes odoo/documentation#3774

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-24 11:18:31 +01:00
Jess Rogers (jero)
da2e4a1a60 [IMP] helpdesk: updated teams and stages setup content
closes odoo/documentation#3503

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-24 11:18:29 +01:00
Olivier Dony
e6aa5dd01b
[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.

Forward-port of f69dba70be
2023-03-23 16:42:27 +01:00
LoredanaLrpz
fe08c166bb [IMP] pos: take the half-up out of the last note
Task ID: 3184227

closes odoo/documentation#3854

X-original-commit: f3aafe2f09
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-21 12:36:57 +01:00
Tom Aarab (toaa)
c24f6eca7a [ADD] eCommerce: customer interaction
Adding a page on customer interaction and adding redirects. Forward to
master.

closes odoo/documentation#3775

Taskid: 3224716
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-21 12:36:49 +01:00
Jonathan Castillo (jcs)
6866cfa361 [FIX] dev/tuto: grammar mistake in 02_setup
task-3238089

closes odoo/documentation#3845

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-20 12:29:04 +01:00
Odoo Translation Bot
f574b0e1c8 [I18N] Update translation terms from Transifex 2023-03-19 00:40:28 +01:00
Antoine Vandevenne (anv)
3d592c4dd8 [IMP] supported_versions: flag saas-16.1 as supported
closes odoo/documentation#3838

X-original-commit: c466d6fd6e
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-17 12:01:34 +01:00
Martin Trigaux
a85211745b [I18N] *: export 16.0 source terms
closes odoo/documentation#3830

Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2023-03-16 14:37:03 +01:00
Jonathan Castillo (jcs)
fe7aa39bc1 [MOV] accounting: remove "misc" category in "bank and cash"
closes odoo/documentation#3825

X-original-commit: 5888b6eb89
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-14 08:27:52 +01:00
Timothy Kukulka (tiku)
b542c3bc97 [IMP] Website: rewrite-keycdn-doc
closes odoo/documentation#3821

X-original-commit: 3eb3f74f70
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2023-03-13 20:01:39 +01:00
Timothy Kukulka (tiku)
0a716aa644 [IMP] Misc: Remove section from from-address
closes odoo/documentation#3812

X-original-commit: 9eb9fa7e19
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2023-03-13 18:03:04 +01:00
Timothy Kukulka (tiku)
a3fa77af02 [IMP] Maintain: Add process to delete account and clean-up
closes odoo/documentation#3808

X-original-commit: 6b7c550724
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2023-03-13 18:03:02 +01:00
Donatienne Pirlot
5d801fbdeb [IMP] accounting: intrastat documentation update
Updating the Intrastat documentation to provide information related to the Intrastat report.

closes odoo/documentation#3640

Id: 3167429
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-13 14:42:08 +01:00
Odoo Translation Bot
1d94ebbbf2 [I18N] Update translation terms from Transifex 2023-03-12 00:40:30 +01:00
Donatienne Pirlot
6079d0e1d7 [IMP] accounting: Analytic Accounting Documentation
closes odoo/documentation#3370

Id: 3133182
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-10 17:17:53 +01:00
Antoine Vandevenne (anv)
4573300bb4 [REF] tests: split checkers
task-2801043

closes odoo/documentation#3794

X-original-commit: 8e8c466892
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2023-03-10 11:14:47 +01:00
Victor Feyens
bd9648a519 [IMP] rst_style: new linters
X-original-commit: a33db1cbbb
Part-of: odoo/documentation#3794
2023-03-10 11:14:47 +01:00
LoredanaLrpz
3d82ab27f0 [imp] pos: fusion between split and print bills pages
Task ID: 3210388

closes odoo/documentation#3789

X-original-commit: 00671f9005
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-10 11:14:41 +01:00
LoredanaLrpz
1bd8f10ba3 [IMP] pos: structure of the restaurant category
Task ID: 3210388

X-original-commit: 0bbbb5288e
Part-of: odoo/documentation#3789
2023-03-10 11:14:41 +01:00
Tom Aarab (toaa)
49b45c9aa6 [ADD] eCommerce: customer accounts
Adding a page on customer accounts for the eCommerce doc. Forward to
master.

closes odoo/documentation#3769

Taskid: 3223001
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-09 19:34:21 +01:00
Martin Trigaux
56a2ba7f98 [I18N] theme: remove reference to translation
It does not exists and was never present, making the synchronisation crash

closes odoo/documentation#3779

Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2023-03-09 08:59:32 +01:00
poma-odoo
6b35cacb2a [FIX] contributing/coding_guidelines: remove mention to assets.xml
We no longer load assets by xml files, but we use __manifest__.py for that.

closes odoo/documentation#3720

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-08 23:57:52 +01:00
LoredanaLrpz
d7c7cb9fb2 [IMP] l10n: setup info for belgian pos
TaskID:3142402

closes odoo/documentation#3771

X-original-commit: d92a554ab2
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-03-08 20:12:03 +01:00
tsm-odoo
6129288439 [FIX] deploy: duplicated proxy_set_headers in serve static block
This commit removes unnecessary `proxy_set_headers` in the serve
static config block.

Indeed, the request will either be served by Nginx in which case
the request won't go to the proxy backend or by the `@odoo` backend
which have its own `proxy_set_headers` set as the user is supposed
to copy/paste the contennt of the `location /` block.

closes odoo/documentation#3763

Closes: #3675
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-08 10:10:14 +01:00
Tom Aarab (toaa)
f6fa482087 [ADD] eCommerce: Handling orders
Adding a page on handling orders for the eCommerce doc, and removing
older pages. Forward to master.

closes odoo/documentation#3721

Taskid: 3214065
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2023-03-08 09:10:40 +01:00
LoredanaLrpz
436e4ae603 [ADD] Finance: POS certification doc blackbox setup
closes odoo/documentation#3753

X-original-commit: f6dfea8206
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-03-07 13:46:29 +01:00
“Chiara
46175b6071 [IMP] accounting: archive module description
closes odoo/documentation#3752

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-07 13:46:27 +01:00
Tom Aarab (toaa)
70267f4535 [IMP] eCommerce: ewallets/giftcards section
Adding ewallets/giftcards section to the eCommerce doc. Forward to
master.

closes odoo/documentation#3739

Taskid: 3215674
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-07 12:44:58 +01:00
Donatienne Pirlot
fc5dfabf77 [IMP] accounting: improving snailmail documentation
Id: 3099154
X-original-commit: 3bb3acbb42

Debug mode should be activated in V15 and V16 to modify the paper format

closes odoo/documentation#3729

X-original-commit: 64aaa6f784
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Pirlot Donatienne (dopi) <dopi@odoo.com>
2023-03-07 11:41:40 +01:00
Julien Castiaux
01d9f7cdf1 [FIX] deploy: typo in example addons path
closes odoo/documentation#3744

Closes: #3675
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-06 18:06:56 +01:00
Odoo Translation Bot
9a2622956f [I18N] Update translation terms from Transifex 2023-03-05 00:40:32 +01:00
Martin Trigaux
ab903e0481 [I18N] *: export source translations
closes odoo/documentation#3742

X-original-commit: 5427ad2958
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2023-03-03 21:10:19 +01:00
Cindy
a06b2f86a9 [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#3734

X-original-commit: da87d72167
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-02 21:20:50 +01:00
LoredanaLrpz
65cee65b20 [IMP] pos: add port num for windows os, rem useful tips and check indent
Task ID: 3193053

closes odoo/documentation#3724

X-original-commit: adad64289f
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-02 20:02:01 +01:00