Commit Graph

3063 Commits

Author SHA1 Message Date
Mahmoud Metwally
35582d787a [FW][FIX] developer/web_services: fix typo
closes odoo/documentation#4156

Forward-port-of: odoo/documentation#4146
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-14 11:11:26 +02:00
Julien Van Roy
d9b1333a93 [IMP] accounting/electronic_invoicing: add SG einvoicing format
Since commit
bd06decccf,
the 'SG BIS Billing 3.0' format is available for singaporean companies.

closes odoo/documentation#4154

X-original-commit: 706fe835ab
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-13 20:26:59 +02:00
Brandon Seltenrich (BRSE)
7aa99260b4 [IMP] inventory: update owned_stock
closes odoo/documentation#4139

X-original-commit: 1289a9ec45
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-04-13 00:59:34 +02:00
Loan (LSE)
f841c0d36a [IMP] iot: add documentation regarding HTTPS certificate
Also include details/troubleshoot/solutions for redundant
support issues:
 - Error code details for HTTPS certificate generation
   (see: https://github.com/odoo/odoo/pull/114993 )
 - DNS issue with HTTPS domain

 OPW-3227004

closes odoo/documentation#4133

X-original-commit: 6f4822cb2b
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-12 21:33:40 +02:00
Elisabeth Dickinson
92e648f4ab [IMP] odoo_theme: design improvements
Revamp of the side menu;
Round all borders for consistency with the buttons;
Improve .sig-* and .o_code elements;
Improve sphinx-tabs hover effect;

task-3046383

closes odoo/documentation#4110

X-original-commit: 3056c7b62d
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-12 09:58:52 +02:00
Elisabeth Dickinson
1de8bc18eb [IMP] odoo_theme: general cleanup
A general reorganization of the code was needed for more clarity.
The different markup styles have been grouped together under a common
"chapter", comments have been rewritten and example pages have been
added for context.

Some levels have been removed Where there were too many for no reason.
By removing one level of styles (e.g.: `#wrap`) we avoid needing to
force overrides or adding `!important` to our code.
⌙ e.g.: before commit 9ef86cd93d8c6fc0fd96b437f629237e7a562c6e,
`.o_spoilers .accordion-body >:first-child` was being involuntarily
overridden.

task-3046383

X-original-commit: 620e3c33ef
Part-of: odoo/documentation#4110
2023-04-12 09:58:52 +02:00
Antoine Vandevenne (anv)
f312eace22 [IMP] odoo_theme: tweak the HTML structure of TOC entries
task-3046383

X-original-commit: 877d1de3c2
Part-of: odoo/documentation#4110
2023-04-12 09:58:52 +02:00
Antoine Vandevenne (anv)
026f58ed6d [IMP] extensions/custom_admonitions: tweak the HTML structure of dfn
The structure of the `dfn` role is changed from its default
`<em class="dfn">text</em>` to
`<span class="dfn"><span>text</span></span>` to ease the styling.

task-3046383

X-original-commit: 281a893540
Part-of: odoo/documentation#4110
2023-04-12 09:58:52 +02:00
Jonathan Castillo (jcs)
a829f6c8a1 [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#4122

X-original-commit: 99bcb694dc
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-11 22:40:23 +02:00
fvz-odoo
ca12f624a3 [l10n_mx] Update exempt tax configuration.
In Mexico there are two 0% taxes, 0% VAT and 0% exempt VAT. This change
makes the tip clearer so users do not confuse both taxes. Forward to
master.

closes odoo/documentation#4116

X-original-commit: 5ef339fe82
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-11 19:16:06 +02:00
Jonathan Castillo (jcs)
026d4c1d96 [MOV] live chat: structure
task-3269837

closes odoo/documentation#4106

X-original-commit: e98cf5f54a
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-11 18:03:39 +02:00
Jonathan Castillo (jcs)
73f6cf7e23 [MOV] website: structure
As a first step to update the doc - at last! - we first need to update
its structure.

task-3269837

X-original-commit: ce4a0c3e35
Part-of: odoo/documentation#4106
2023-04-11 18:03:39 +02:00
Victor Feyens
8cce519cb1 [ADD] tests: image size checker
closes odoo/documentation#4096

X-original-commit: 380a5499de
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Co-authored-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-11 13:45:07 +02:00
John Holton (hojo)
e8b42ba4c3 [ADD] Quality: add Create quality alerts
closes odoo/documentation#4086

X-original-commit: 1b640a7a30
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-10 22:11:31 +02:00
John Holton (hojo)
16e426afe7 [IMP] Inventory: Update dropshipping
closes odoo/documentation#4078

X-original-commit: bbbca62f6f
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-09 23:36:39 +02:00
Sam Lieber (sali)
e0bed863e8 [IMP] purchase: update reordering rules config doc
closes odoo/documentation#4072

X-original-commit: 728a462762
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-08 05:28:35 +02:00
KC (ksc)
e6dfebe5fe [ADD] sms marketing: added essentials/getting started docs
closes odoo/documentation#4047

X-original-commit: e8ad53cead
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-06 03:16:29 +02:00
John Holton (hojo)
cfd4ca1de6 [IMP] Inventory: Update inter-warehouse replenishment
closes odoo/documentation#4042

X-original-commit: 6f6e018db4
Signed-off-by: John Holton (hojo) <hojo@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-06 03:16:27 +02:00
Melanie Nguyen (meng)
051aae1c7d [FIX] crm: replace old lead scoring content with predictive lead scoring
closes odoo/documentation#4026

X-original-commit: 9f72036be8
Signed-off-by: Melanie Nguyen (meng) <meng@odoo.com>
2023-04-05 19:57:39 +02:00
Loredana Perazzo
d629e9a990 [ADD] pos: how to add/modify customer notes from POS UI
Task ID: 2622090

closes odoo/documentation#4009

X-original-commit: 3a0e23f3f9
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-04-04 16:23:20 +02:00
Felicious
072acbac33 [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#3980

X-original-commit: 9c0341ad52
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-03 19:19:59 +02:00
oskarenablebanking
bf8d4e1f26 [ADD] accounting: enablebanking
task-3232701

closes odoo/documentation#3992

X-original-commit: 6d3118b258
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-03 18:21:40 +02:00
Jonathan Castillo (jcs)
2b5867133b [MOV] accounting: structure of bank sync docs
X-original-commit: 867c20103a
Part-of: odoo/documentation#3992
2023-04-03 18:21:40 +02:00
Zuzanna Luczynska
ba6674f64f [ADD] field service: default warehouse
task-2948598

closes odoo/documentation#3995

X-original-commit: 40ef1a26f9
Signed-off-by: zulu-odoo <zulu@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-03 17:30:48 +02:00
Benoit Socias
fdd80103ba [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#3987

X-original-commit: 1ce7166f49
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
2023-04-03 13:12:24 +02:00
Tom Aarab (toaa)
213665301f [IMP] Adyen: additional minimum requirements for users
Adding requirements for users to use Adyen. Forward to master.

closes odoo/documentation#3951

Taskid: 3159712
X-original-commit: 0b234fe203
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2023-04-03 11:08:26 +02:00
Loan (lse)
58cf841cfe [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#3921

X-original-commit: 415a817c57
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Co-authored-by: Loredana Perazzo <lrpz@odoo.com>
2023-03-30 00:17:00 +02:00
Xavier
ee7af56445 [ADD] attendances: hr and attendances categories + hardware page
Task ID: 3251124

closes odoo/documentation#3954

X-original-commit: 0124878dd4
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-29 21:32:08 +02:00
Melanie Nguyen (meng)
edccff53b9 [IMP] mail plugins: add instructions to gmail plugin
closes odoo/documentation#3943

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

closes odoo/documentation#3938

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

X-original-commit: aa4e5d7a01
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-29 03:41:12 +02:00
Anita (anko)
84a7831ac7 [IMP] paypal: remove deleted field
Removing no longer used Merchant Account ID field.
task-2854184

closes odoo/documentation#3916

X-original-commit: edb17a2ea3
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-28 17:06:39 +02:00
Felicious
c05c4a78b6 [FIX] inventory: fix BoM typo
closes odoo/documentation#3909

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

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

X-original-commit: 697cdad097
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-27 16:59:52 +02:00
Timothy Kukulka (tiku)
84a5940bb7 [IMP] Support: Update What can I expect
closes odoo/documentation#3882

X-original-commit: 406e12822e
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-26 09:12:38 +02:00
Olivier Dony
bbef7e6607
[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:41:57 +01:00
LoredanaLrpz
f1499b89cb [IMP] pos: take the half-up out of the last note
Task ID: 3184227

closes odoo/documentation#3853

X-original-commit: f3aafe2f09
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-21 12:19:47 +01:00
Antoine Vandevenne (anv)
519653e8f5 [IMP] supported_versions: flag saas-16.1 as supported
closes odoo/documentation#3837

X-original-commit: c466d6fd6e
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-17 15:49:26 +01:00
Jonathan Castillo (jcs)
ccaeb4e7c8 [MOV] accounting: remove "misc" category in "bank and cash"
closes odoo/documentation#3824

X-original-commit: 5888b6eb89
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-13 23:18:24 +01:00
Timothy Kukulka (tiku)
5d2db76f47 [IMP] Website: rewrite-keycdn-doc
closes odoo/documentation#3820

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

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:23:26 +01:00
Timothy Kukulka (tiku)
69c4456100 [IMP] Maintain: Add process to delete account and clean-up
closes odoo/documentation#3807

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:23:24 +01:00
LoredanaLrpz
a0afed314b [imp] pos: fusion between split and print bills pages
Task ID: 3210388

closes odoo/documentation#3788

X-original-commit: 00671f9005
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-11 07:20:24 +01:00
LoredanaLrpz
f73b8d3982 [IMP] pos: structure of the restaurant category
Task ID: 3210388

X-original-commit: 0bbbb5288e
Part-of: odoo/documentation#3788
2023-03-11 07:20:13 +01:00
Antoine Vandevenne (anv)
8574a5b326 [REF] tests: split checkers
task-2801043

closes odoo/documentation#3793

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:03:35 +01:00
Victor Feyens
51382bd8a1 [IMP] rst_style: new linters
X-original-commit: a33db1cbbb
Part-of: odoo/documentation#3793
2023-03-10 11:03:34 +01:00
LoredanaLrpz
e61d44c1e2 [IMP] l10n: setup info for belgian pos
TaskID:3142402

closes odoo/documentation#3770

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 15:19:07 +01:00
LoredanaLrpz
5c167539f5 [ADD] Finance: POS certification doc blackbox setup
closes odoo/documentation#3751

X-original-commit: f6dfea8206
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-03-07 13:07:41 +01:00
Donatienne Pirlot
c0511faf1a [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#3728

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 09:48:42 +01:00