Commit Graph

2329 Commits

Author SHA1 Message Date
Antoine Vandevenne (anv)
fa17384396 [REM] extensions: remove the 'switcher' extension
The 'sphinx-tabs' extension is better in every aspect:
- Synchronize selected tabs (group tabs feature).
- No need for extra `code-block` directive (code tabs feature).
- Better looking.
- No custom Python, JS, or CSS.

task-2787415

Part-of: odoo/documentation#1667
2022-03-10 17:09:18 +00:00
Antoine Vandevenne (anv)
81b07b94c0 [IMP] contributing/documentation: document usage of code tabs
task-2787415

Part-of: odoo/documentation#1667
2022-03-10 17:09:18 +00:00
nle-odoo
b24560e224 [FIX] developer/mixins: mail.thread method names
In d46e358d3e88aea9f9289c4845c6c87ab9491c55 some mail.thread method
names were changed: it should be changed in documentation too.

closes odoo/documentation#1675

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-03-10 14:29:39 +00:00
Jonathan Castillo (jcs)
787b82bab9 [IMP] install/maintain: add use of :guilabel: in domain_names
+ fix two small typos.

closes odoo/documentation#1674

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-03-10 10:35:36 +00:00
Elisabeth Dickinson
ac28acee4a [IMP] scss: content tabs refining
This commit removes unnecessary negative margins and makes code-blocks
inside content tabs lose their bottom margin and border.

closes odoo/documentation#1668

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-03-08 16:03:44 +00:00
Elisabeth Dickinson
b76a566522 [IMP] scss: make alert full width of parent
Before this commit, the alerts would all have different widths according
to their content, some stretching and getting pushed under the
"on this page" menu. This way all alerts are aligned.

Part-of: odoo/documentation#1668
2022-03-08 16:03:44 +00:00
Carlos Valverde
7250f88b8d [IMP] documentation: content tabs design
This commit improves current css style added by default to the Odoo
Documentation's content tabs.

This design improvement has been made by following the current theme's
style, especially in terms of palette and borders.

Tabs are responsive and have been optimised in order to have a
cross-browser compatibility.

--
Task-2755240

closes odoo/documentation#1641

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-03-08 09:46:49 +00:00
Ray Carnes
b83df4f6d2 [IMP] accounting: improve phrasing OCR
Add link to try the OCR service, cleanup copy.

closes odoo/documentation#1655

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-03-07 14:04:47 +00:00
Jonathan Castillo (jcs)
d22f95362a [IMP] install/maintain: new improved doc about domain names
task-id 2680490

closes odoo/documentation#1644

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-03-03 16:44:43 +00:00
Odoo Translation Bot
3366eadb66 [I18N] Update translation terms from Transifex 2022-03-01 03:01:02 +01:00
Jonathan Castillo (jcs)
3c0b7783b8 [IMP] accounting: fix a typo in eu_distance_selling.rst
closes odoo/documentation#1633

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-02-24 16:23:35 +00:00
Antoine Vandevenne (anv)
286b01a241 [IMP] extensions: add content tabs (backport of cf6ca0fb)
closes odoo/documentation#1624

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-02-23 10:58:12 +00:00
Stanislas Sobieski
3a51738995 [REV] odoo_sh: revert commit 6c48f90
closes odoo/documentation#1618

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-02-22 14:11:54 +00:00
Obay Abdelgadir
6d5e7bfcb5 [IMP] install: remove deprecated ssl instruction in deploy.rst
Backport of commit d227ab66b0 on #1448

closes odoo/documentation#1612

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-02-22 13:04:55 +00:00
Stanislas Sobieski
6c48f90739 [IMP] odoo_sh doc update
closes odoo/documentation#1597

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-02-21 17:33:02 +00:00
Antoine Vandevenne (anv)
a7f0651773 [FIX] conf: upper-case 'master' in the version switcher
closes odoo/documentation#1599

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-02-16 09:41:52 +00:00
Elisabeth Dickinson
c30f2735b8 [IMP] odoo_theme: switch admonitions' display type to inline-block
When placing an image before an admonition block and setting its
alignment to left or right, the admonition block would hide the image.
The reason for this is the use of "float" on the image. In order for
the image to reappear, we change the admonition's `display: block` to
`display: inline-block`.

task-2582954

closes odoo/documentation#1589

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-02-15 08:29:51 +00:00
Antoine Vandevenne (anv)
a64e95d1c6 [FIX] conf: list saas-15.2 in existing versions
closes odoo/documentation#1584

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-02-11 14:51:44 +00:00
Antoine Vandevenne (anv)
fb469b8211 [IMP] conf: show all relevant versions in the version switcher
From now on, the master branch and the latest released SaaS branch are
always shown. SaaS branches are labeled "Odoo Online".

The list of the versions shown in the switcher is hard-coded to force
their ordering.

The class `dropdown-toggle` is always added to the version|language
switcher regardless of whether other versions|languages are available,
as a quick fix to a CSS issue that occurs when the class is missing.

closes odoo/documentation#1565

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-02-11 13:16:40 +00:00
Jonathan Castillo (jcs)
5893edda93 [IMP] install/maintain: add info about upgrading Odoo Online databases
closes odoo/documentation#1558

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-02-11 10:03:54 +00:00
Antoine Vandevenne (anv)
ec8804a1e5 [IMP] supported_versions: emphasis short-term support of SaaS versions
Part-of: odoo/documentation#1558
2022-02-11 10:03:54 +00:00
Antoine Vandevenne (anv)
04992995a6 [IMP] supported_versions: flag saas-15.1 as supported
Part-of: odoo/documentation#1558
2022-02-11 10:03:54 +00:00
Jonathan Castillo (jcs)
461f4b58bc [FIX] redirections: duplicate rule + misplaced rules
- removes a duplicate rule:
  applications/finance/sign/overview/signature_validity.rst
  applications/finance/sign.rst
- moves two rules closer to their related redirections
- adds comments to these two rules
- updates redirection to "email_servers" with the new path (line 203)

closes odoo/documentation#1547

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-02-07 14:31:36 +00:00
Jonathan Castillo (jcs)
dd8901846a [FIX] accounting: fix module name to install in intrastat
closes odoo/documentation#1539

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-02-04 17:51:14 +00:00
Antoine Vandevenne (anv)
ddff8f6914 [IMP] contributing/doc: add an entry for the example admonition
closes odoo/documentation#1527

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-02-03 14:55:10 +00:00
BVE
cf6af904f9 [ADD] email_communication: new documentation regarding general emailing
Creation of a new submenu under Applications/General for the Email communication.
Moved advanced of dicuss to this new submenu + adding of content regarding
frequently asked question in support.

Redirection has been done on other files pointing to Discuss/Advanced to match
the new folder email_communication.

Modified content in:
- Email servers: split and move configuration part under email_domain
- Email domain: covering information about SPF DKIM and DMARC configurations by JQU
- Email templates: (how to use the functions) by GOR
- Email common: answering frequently asked questions + common issues by ALA

closes odoo/documentation#1092

Signed-off-by: Vergote Baptiste (bve) <bve@odoo.com>
2022-02-02 15:04:56 +00:00
Demesmaeker
f6c1723fe0 [IMP] integration_testing: add information about JS touring
Adding basic information about `How to make a test tour`.

task-2742841

closes odoo/documentation#1500

Signed-off-by: Morgane Demesmaeker <edm@odoo.com>
2022-02-02 11:08:35 +00:00
Xavier (xpl)
7ca24b13ef [ADD] Sign: section on Field Types
Task #: 2585411

closes odoo/documentation#1050

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-02-01 17:18:57 +00:00
Odoo Translation Bot
82f4d103cc [I18N] Update translation terms from Transifex 2022-02-01 03:00:57 +01:00
Antoine Vandevenne (anv)
89b91feae3 [FIX] subscription: replace an admonition with example
closes odoo/documentation#1502

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-01-28 10:39:45 +00:00
wan
acda12669d [ADD] extensions: add a custom example admonition
closes odoo/documentation#1498

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-01-28 09:21:43 +00:00
Jonathan Castillo (jcs)
2c7310a41f [MOV] payment acquirers: from /general/ (misc. section) to /finance/
The "Payment Acquirers" category was moved to the /general/ folder
(Miscellaneous section) when the super-categories such as "Finance"
didn't exist yet. Now, it makes more sense to move this category to
"Finance".

task-id 2743227

closes odoo/documentation#1479

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-01-27 15:17:47 +00:00
“Chiara
b34e098551 [REM] Accounting: deprecated report removal
Task-id 2744389

closes odoo/documentation#1488

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-01-26 17:15:30 +00:00
“Chiara
aa7a78331d [ADD] Accounting: new page about intrastat
Task-id 2721400

closes odoo/documentation#1472

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-01-21 15:43:47 +00:00
Noura
e486b5e3e8 [IMP] manufacturing: add warning regarding scrap location
The destination location in manufacturing order shouldn't be a scrap location.
Otherwise, the user won't be able to complete manufacturing orders.

closes odoo/documentation#1459

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-01-06 12:21:38 +00:00
Odoo Translation Bot
fe3c7401ea [I18N] Update translation terms from Transifex 2022-01-01 03:01:00 +01:00
Fabien Meghazi
6d95821ed5 [IMP] supported_versions: end of support for v10 on Odoo.sh
python2 tooling will be removed gradually
2021-12-30 10:44:19 +01:00
Mark Fischer, Jr
7090a54670 [FIX] expenses: grammar and typos in expenses.rst
Backport to 13.0 of PR #1175

closes odoo/documentation#1436

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2021-12-17 16:13:39 +00:00
jedgalbraith
7b5de904aa [IMP] manufacturing: add missing word in flexible_components_consumption
closes odoo/documentation#1083

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2021-12-17 14:22:42 +00:00
Jairo Llopis
03a54e5b37 [IMP] developer/modules: deprecate 'active' and detail 'auto_install'
1. `active` is just a deprecated field that means exactly the same as
   `auto_install`.
2. `auto_install` can be a list.

See 6cb3140ea8/odoo/modules/module.py (L348-L352)

Original PR: https://github.com/odoo/documentation/pull/1109

closes odoo/documentation#1427

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Co-authored-by: Antoine Vandevenne (anv) <anv@odoo.com>
2021-12-16 10:25:10 +00:00
Chris Parker
beb92c9f18 [FIX] api/odoo: reflect the correct location of menu actions
closes odoo/documentation#1409

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2021-12-14 11:40:59 +00:00
Perman Atayev
806a96f8cb [IMP] install/maintain: fix a typo
original commit 5098eaf93f
in PR https://github.com/odoo/documentation/pull/1345/

closes odoo/documentation#1394

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2021-12-13 17:51:42 +00:00
Xavier
a1db25d3ba [IMP] studio: fix a typo
Original commit: e1e644fc9a
in PR: #1330

closes odoo/documentation#1395

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2021-12-13 09:46:23 +00:00
Odoo Translation Bot
c420344a48 [I18N] Update translation terms from Transifex 2021-12-12 02:30:57 +01:00
jedgalbraith
4903a9fecc [IMP] sales: grammar fix
closes odoo/documentation#1381

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2021-12-09 15:09:44 +00:00
jedgalbraith
5d72b5028f [IMP] inventory: word mistake
closes odoo/documentation#1380

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2021-12-09 14:45:16 +00:00
mdb-odoo
c89dc13240 Clarify documentation of routes
Starting at line 259 - updated the text. This text was a mix of incorrect and confusing statements. I changed some words and sentences to correct the text and make it make more sense. Also updated the rule name to Pull & Push as that is what it is called in Odoo.

closes odoo/documentation#997

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2021-12-09 14:15:57 +00:00
Antoine Vandevenne (anv)
493ebbfa9a [IMP] README: remove request for review instruction
closes odoo/documentation#1375

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2021-12-09 13:21:47 +00:00
Antoine Vandevenne (anv)
edddeb4826 [REM] CODEOWNERS: rely on runbot's codeowners system
closes odoo/documentation#1370

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2021-12-09 11:49:48 +00:00
Moens Alexandre
c3c054681c [IMP] hosting change: from PaaS to SaaS
Requesting a dump from the customers comming from the PaaS is useless
(since support has access to the odoo.sh projects) and counter
productive (since it only makes the migration outage longer while the
customer downloads the file, then uploads it, then we download it,
instead of just the support downloading it)

closes odoo/documentation#1361

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2021-12-08 13:30:40 +00:00