Commit Graph

3146 Commits

Author SHA1 Message Date
Brandon Seltenrich (BRSE)
31889ddc3b [IMP] inventory: update stock_warehouses
closes odoo/documentation#4261

X-original-commit: c2409d8a52
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-25 22:07:17 +02:00
Jonathan
7b69dc6d55 [IMP] contributing/dev: add cd command to the git config section
closes odoo/documentation#4254

X-original-commit: 817e332160
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-25 13:31:15 +02:00
Odoo Translation Bot
eca4e8e6d7 [I18N] Update translation terms from Transifex 2023-04-23 01:40:31 +02:00
Jonathan
30f9c3ac93 [MOV] pos: restructuration of pos toctree
task-3284514

closes odoo/documentation#4227

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-22 00:00:41 +02:00
KC (ksc)
431c97d91d [ADD] social marketing: added social marketing documentation to v14
closes odoo/documentation#4230

X-original-commit: 42148acbec
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-21 22:57:49 +02:00
Zuzanna Luczynska
3ae4fbab84 [IMP] field service: default warehouse
task-2948598

closes odoo/documentation#4006

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-19 10:08:31 +02:00
John Holton (hojo)
8606c2185f [FIX] MRP: Update using work centers for 15.0
closes odoo/documentation#3776

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-19 02:26:48 +02:00
John Holton (hojo)
5a66befeed [ADD] Maintenance: add new equipment
closes odoo/documentation#4198

X-original-commit: eb067d6dc1
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-19 00:36:42 +02:00
Odoo Translation Bot
c717c27a69 [I18N] Update translation terms from Transifex 2023-04-16 01:40:27 +02:00
Zuzanna Luczynska
151e0554fa [MOV] field service: improve the structure and merge docs
Currently, there are two pages about onsite interventions in two
separate categories. This task aims to merge both pages into a single
one and remove the useless categories.

task-3275322

closes odoo/documentation#4186

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-15 12:49:20 +02:00
Elisabeth Dickinson
5b5574eafa [IMP] odoo_theme: fix menu links
When searching for a word, if that word happens to be in the menu, the
`display-flex` on the `a` would remove the space around the word because
a `span class=highlight` gets added around it.
Fixed by changing `display-flex` on the `a` to display-block (but
keeping it for `.o_toc_entry_wrapper`)

closes odoo/documentation#4175

X-original-commit: c758071861
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-14 19:13:30 +02:00
hapa-odoo
f1bad95874 [IMP] fiscal localizations: India
task-3272960

closes odoo/documentation#4167

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-14 17:33:34 +02:00
Mahmoud Metwally
513059fa65 [FIX] howtos/company: fix typos
closes odoo/documentation#4147

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-14 17:33:32 +02:00
Loan (LSE)
406f212ab4 [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#4132

X-original-commit: 6f4822cb2b
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-13 18:58:56 +02:00
Mahmoud Metwally
e8c29ef8c2 [FIX] developer/web_services: fix typo
closes odoo/documentation#4146

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-13 18:02:52 +02:00
Julien Van Roy
706fe835ab [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#4130

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-13 16:50:07 +02:00
Brandon Seltenrich (BRSE)
9800b27d37 [IMP] inventory: update owned_stock
closes odoo/documentation#4138

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:44 +02:00
Elisabeth Dickinson
f1a402d18f [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#4108

X-original-commit: 3056c7b62d
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-12 09:59:06 +02:00
Elisabeth Dickinson
b6fe7a44ca [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#4108
2023-04-12 09:59:06 +02:00
Antoine Vandevenne (anv)
740812e420 [IMP] odoo_theme: tweak the HTML structure of TOC entries
task-3046383

X-original-commit: 877d1de3c2
Part-of: odoo/documentation#4108
2023-04-12 09:59:06 +02:00
Antoine Vandevenne (anv)
a088802245 [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#4108
2023-04-12 09:59:06 +02:00
Jonathan Castillo (jcs)
a58391241a [MOV] live chat: structure
task-3269837

closes odoo/documentation#4105

X-original-commit: e98cf5f54a
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-11 23:32:40 +02:00
Jonathan Castillo (jcs)
8740623ad5 [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#4105
2023-04-11 23:32:40 +02:00
fvz-odoo
c646657fa5 [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#4115

X-original-commit: 5ef339fe82
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-11 21:29:47 +02:00
Jonathan Castillo (jcs)
99bcb694dc [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#4109

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-11 21:29:44 +02:00
Victor Feyens
7aca530ae4 [ADD] tests: image size checker
closes odoo/documentation#4095

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 15:07:39 +02:00
John Holton (hojo)
51b2fb6ea7 [ADD] Quality: add Create quality alerts
closes odoo/documentation#4085

X-original-commit: 1b640a7a30
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-10 23:54:00 +02:00
Sam Lieber (sali)
52f86bec7c [IMP] purchase: update reordering rules config doc
closes odoo/documentation#4071

X-original-commit: 728a462762
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-10 23:01:01 +02:00
John Holton (hojo)
6e3e5876a0 [IMP] Inventory: Update dropshipping
closes odoo/documentation#4077

X-original-commit: bbbca62f6f
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-09 23:36:51 +02:00
Odoo Translation Bot
9fd4eac75a [I18N] Update translation terms from Transifex 2023-04-09 01:40:29 +02:00
KC (ksc)
e8ad53cead [ADD] sms marketing: added essentials/getting started docs
closes odoo/documentation#2553

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-05 23:22:03 +02:00
John Holton (hojo)
6f6e018db4 [IMP] Inventory: Update inter-warehouse replenishment
closes odoo/documentation#4004

Signed-off-by: John Holton (hojo) <hojo@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-05 22:16:58 +02:00
Melanie Nguyen (meng)
9f72036be8 [FIX] crm: replace old lead scoring content with predictive lead scoring
closes odoo/documentation#3972

Signed-off-by: Melanie Nguyen (meng) <meng@odoo.com>
2023-04-05 02:58:55 +02:00
Loredana Perazzo
3a0e23f3f9 [ADD] pos: how to add/modify customer notes from POS UI
Task ID: 2622090

closes odoo/documentation#3955

Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2023-04-04 12:00:49 +02:00
Benoit Socias
91448bf251 [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#3986

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 15:34:58 +02:00
Zuzanna Luczynska
40ef1a26f9 [ADD] field service: default warehouse
task-2948598

closes odoo/documentation#3971

Signed-off-by: zulu-odoo <zulu@odoo.com>
2023-04-03 15:34:44 +02:00
oskarenablebanking
6d3118b258 [ADD] accounting: enablebanking
task-3232701

closes odoo/documentation#3975

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-03 11:30:57 +02:00
Jonathan Castillo (jcs)
867c20103a [MOV] accounting: structure of bank sync docs
Part-of: odoo/documentation#3975
2023-04-03 11:30:56 +02:00
Felicious
b9c4a94e49 [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#3979

X-original-commit: 71ede7a3d4
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-03 10:01:23 +02:00
Odoo Translation Bot
bff902612a [I18N] Update translation terms from Transifex 2023-04-02 01:40:31 +02:00
Loan (lse)
fd70b531c2 [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#3920

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-29 21:27:39 +02:00
Xavier
eac60bab79 [ADD] attendances: hr and attendances categories + hardware page
Task ID: 3251124

closes odoo/documentation#3953

X-original-commit: 0124878dd4
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-03-29 17:39:57 +02:00
Tom Aarab (toaa)
0b234fe203 [IMP] Adyen: additional minimum requirements for users
Adding requirements for users to use Adyen. Forward to master.

closes odoo/documentation#3949

Taskid: 3159712
X-original-commit: 86940f0a17
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2023-03-29 11:28:56 +02:00
Timothy Kukulka (tiku)
2167c18143 [IMP] General: Oauth seemore additions
closes odoo/documentation#3932

X-original-commit: aa4e5d7a01
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-29 03:41:27 +02:00
Melanie Nguyen (meng)
404d524deb [IMP] mail plugins: add instructions to gmail plugin
closes odoo/documentation#3695

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-29 00:56:46 +02:00
Melanie Nguyen (meng)
f30f6d2003 [IMP] sales: menuselection fix
Fixed a menuselection error and deleted instances of second-person pov
Closes task 3116083

closes odoo/documentation#3282

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-28 23:55:21 +02:00
Anita (anko)
edb17a2ea3 [IMP] paypal: remove deleted field
Removing no longer used Merchant Account ID field.
task-2854184

closes odoo/documentation#3832

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-28 13:07:05 +02:00
Felicious
f2010faafc [FIX] inventory: fix BoM typo
closes odoo/documentation#3887

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-03-27 21:22:52 +02:00
Nicolas (vin)
c2c284b72d [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#3901

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

X-original-commit: 697cdad097
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-03-27 18:02:54 +02:00