Commit Graph

2383 Commits

Author SHA1 Message Date
Elisabeth Dickinson
343decf192 [IMP] design: add an icon behind external links
The external links' target attribute is now also updated to open the
link in a new tab. In addition, the "[source]" link of autodoc's models
is moved right next to the name of the model to correctly position the
icon.

task-2790244

closes odoo/documentation#2167

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Co-authored-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-06-14 11:42:13 +02:00
Elisabeth Dickinson
c0040fa532 [IMP] odoo_theme: show the "On this page" section in mobile
When the page gets too small for the "On this page" section (local tree
of content) to fit on the page, the section is now moved above the menu
(global tree of content) rather than being hidden.

task-2800970

closes odoo/documentation#2179

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Co-authored-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-06-13 14:53:08 +02:00
Odoo Translation Bot
fb700d98e8 [I18N] Update translation terms from Transifex 2022-06-12 02:40:20 +02:00
Antoine Vandevenne (anv)
5471d9a2ff [FIX] requirements: pin docutils to 0.16.0
Since sphinx-tabs 3.2.0 has the requirement docutils==0.16.0 and sphinx
3.5.4 has the requirement docutils>=0.12,<0.17, this commit pins
docutils to version 0.16.0.

While we're at it, the dependency to sphinx-tabs is also explicitly
listed, although it was already imported in the extensions. It causes
no trouble to install it from pip alongside the imported extension.

closes odoo/documentation#2169

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-06-09 13:58:41 +02:00
Denis Vermylen
1afee9e2c7 [FIX] odoo.sh: remove hidden folder from documentation
it will also be renamed to .repositories in the near future

closes odoo/documentation#2159

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-06-07 10:08:43 +02:00
Odoo Translation Bot
f9327efd33 [I18N] Update translation terms from Transifex 2022-06-05 02:40:16 +02:00
Jason Aerts (jaae)
6dc4288e49 [IMP] maintain: process for odoo.sh to odoo online
task-id 2870122

closes odoo/documentation#2133

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-06-03 12:29:48 +02:00
Tom Aarab (toaa)
e4fc5f07ee [IMP] accounting: add note about bank sync not available for trial db
Added a note to specify that bank synchronization is not available on trial databases

closes odoo/documentation#2122

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-06-02 09:54:03 +02:00
Jonathan Castillo (jcs)
4cd0500408 [IMP] maintain: add note in hosting changes (on-premise to online)
task-id 2869953

closes odoo/documentation#2123

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-06-01 17:37:04 +02:00
william
6d4f4f7d9b [FIX] conf: dynamic LaTeX releasename
closes odoo/documentation#2110

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-05-30 16:06:48 +02:00
Demesmaeker
80408caf6d [IMP] amazon: migrate to SPAPI
Starting July 2022, Amazon WMS API is deprecated and we need to use the Selling Partners API.

This brings changes in the authentication flow that are explained.

task-2466636

closes odoo/documentation#1654

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-30 09:44:12 +02:00
Odoo Translation Bot
0efff824d2 [I18N] Update translation terms from Transifex 2022-05-29 02:40:16 +02:00
Donatienne Pirlot
ffc23483ca [IMP] accounting: update the follow-up information
Task ID: 2735445

closes odoo/documentation#1834

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-24 13:40:02 +02:00
Odoo Translation Bot
8e7937a308 [I18N] Update translation terms from Transifex 2022-05-22 02:40:17 +02:00
Martin Trigaux
241fd5e76f [FIX] odoo_theme: correctly consider baseurl
urlBase was only containing the domain name, not the /documentation/

closes odoo/documentation#2054

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-20 11:47:20 +02:00
Donatienne Pirlot
8acc4060c7 [IMP] accounting : update the list of fiscal localization packages
task id: 2858536

closes odoo/documentation#2040

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-05-19 16:54:56 +02:00
Martin Trigaux
25e863a64c [IMP] odoo_theme: introduce fallback URLs for the page switchers
When a user clicks on the link of an alternate page in the version or
language switcher, we now check if the page referenced by the target URL
exists or not. If not, we generate a series of fallback URLs from the
target URL and check whether the targeted resource exists or not, until
we read the root of the documentation. As soon as we find a valid URL,
we redirect the user to it.

This is inspired by the behaviour of docs.python.org's version and
language switchers.

task-2534669

closes odoo/documentation#1588

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Co-authored-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-19 16:54:50 +02:00
Altela Eleviansyah Pramardhika
1b2fbd0264 [FIX] developer/howtos: Fixed typo from field to fields
closes odoo/documentation#2023

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-19 12:40:49 +02:00
Antoine Vandevenne (anv)
6f125de01b [MOV] content/*: move resource files into their related page's directory
Since odoo/documentation#903, the guideline for the location of new
resource (images, downloadable files, RST includes...) files is to place
those inside the directory of the RST page that references them.

For example, if `doc1.rst` has a reference to `image.png` and to
`download.zip`, the file structure should look like this:

├── parent_doc/
│     └── doc1/
│     │     └── image.png
│     │     └── download.zip
│     └── doc1.rst
│     └── doc2.rst
├── parent_doc.rst

Before this commit, most of the resource files were still located inside
'media' directories holding all the resource files referenced by RST
pages located at the same level as these directories. In the example
above, a single 'media' directory would hold all the resource files
referenced by both `doc1.rst` and `doc2.rst`. Doing so prevented us from
figuring out easily which resource file was referenced by which RST page
and, thus, lead to unused resource files piling up in the repository. It
also made it more complicated to define codeowners regex rules because a
team could not simply be assigned to `/some_page.*` but needed to be
assigned to both `/some_page\.rst` and to the location of 'media'.

In order to help new content writers figure out the guideline when
taking examples from other RST pages, this commit retroactively applies
the guideline to existing resource files and 'media' directories. The
left-over resource files that are not referenced by any RST page are
removed.

task-2497965

closes odoo/documentation#2006

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-19 11:33:49 +02:00
Odoo Translation Bot
419dd37189 [I18N] Update translation terms from Transifex 2022-05-15 02:40:17 +02:00
Jason Aerts (jaae)
f92889baa3 [FIX] maintain: typo in domain names doc
closes odoo/documentation#1995

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-05-13 11:24:13 +02:00
Antoine Vandevenne (anv)
8f4be8e3ea [FIX] requirements.txt: pin Jinja2 < 3.1
The latest versions of Jinja2 are no longer compatible with the latest
version of Sphinx 3 (3.5.4).

task-2828982

closes odoo/documentation#1991

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-12 17:52:44 +02:00
Fabrice Henrion
df10f17c3e [IMP] payment acquirers: a note in Authorize.net
closes odoo/documentation#1103

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-05-12 12:08:36 +02:00
Demesmaeker
3231d20d92 [IMP] amazon: explain how to use a carrier
In case of an unsupported carrier or a self Delivery, Odoo won't block
the user to use the Amazon connector, but explanation were needed for
these cases.

task-2804907

closes odoo/documentation#1750

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-09 10:44:39 +02:00
Jeremy Kersten
4c526eb02f [IMP] odoo_theme: allow to add plausible script
export PLAUSIBLE_SCRIPT=https://plausible.io/js/script.js
export PLAUSIBLE_DOMAIN=yourdomain.com

closes odoo/documentation#1946

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-09 09:49:41 +02:00
Odoo Translation Bot
cc9d1e84e5 [I18N] Update translation terms from Transifex 2022-05-08 02:40:15 +02:00
Jonathan Castillo (jcs)
d7da800674 [IMP] install/maintain: add seealso links in domain names doc
closes odoo/documentation#1932

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-05-06 13:49:49 +02:00
Altela Eleviansyah Pramardhika
77ebdcdfca [FIX] developer/howtos: missing parentheses in print statement
Added parentheses in a print function

closes odoo/documentation#1923

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-05-06 09:44:45 +02:00
Jonathan Castillo (jcs)
abc6d99af7 [IMP] contributing: modify titles and headings guidelines
The previous guidelines for titles and headings included an exception to
capitalize feature names as they are written in the apps. However, this
exception seems to have confused most writers as it isn't always clear
what should be considered as a feature name or what should be considered
as a noun or noun group. This commit removes this exception to make the
writing and reviewing processes easier while retaining good titles and
improving consistency across the documentation. It also changes the
titles of the Accounting section to provide a better example to other
writers.

task-id 2843109

closes odoo/documentation#1910

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-04 17:20:57 +02:00
Odoo Translation Bot
e4806cf4c9 [I18N] Update translation terms from Transifex 2022-05-01 02:40:22 +02:00
Antoine Vandevenne (anv)
34d604ca89 [ADD] .gitattributes: include RST files in language statistic on GitHub
closes odoo/documentation#1881

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-04-28 15:24:20 +02:00
root
324936c43e [ADD] multi_website: add info to configure multiple domains
closes odoo/documentation#1843

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-04-28 15:24:17 +02:00
Odoo Translation Bot
71d2760b8f [I18N] Update translation terms from Transifex 2022-04-24 02:40:51 +02:00
Dossogne Bertrand
ce1961ebaf [FIX] developer: fix duplicate action availability
The duplicate action is not available for list views

closes odoo/documentation#1851

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-04-22 16:45:53 +02:00
Dossogne Bertrand
9cf425d886 [FIX] developer: fix duplicate availability
The duplicate action is not available for list views

closes odoo/documentation#1846

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-04-22 14:05:11 +02:00
Odoo Translation Bot
3903b64acb [I18N] Update translation terms from Transifex 2022-04-17 02:40:50 +02:00
Odoo Translation Bot
9e9fbbda69 [I18N] Update translation terms from Transifex 2022-04-10 02:40:51 +02:00
Martin Trigaux
cd16051111 [I18N] *: export 13.0 source terms 2022-04-08 15:18:27 +02:00
Antoine Vandevenne (anv)
ff79ca3a6b [IMP] odoo_theme: hide the "Edit on GitHub" button for pages in legal/
closes odoo/documentation#1810

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-04-08 10:38:58 +02:00
Christophe Simonis
30f55dfd72 [FIX] supported_versions: correct naming of recent saas~x versions
Since 11.0, the naming scheme changed from `(x.)saas~y` to `saas~x.y`.

closes odoo/documentation#1804

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-04-06 16:00:42 +02:00
Antoine Vandevenne (anv)
683840be18 [ADD] last_build: add an orphan page informing on the last build date
closes odoo/documentation#1797

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-04-05 15:40:42 +02:00
LoredanaLrpz
ae76baa20e [IMP] pos: add tip usable decimal separator
task-id 2608735

closes odoo/documentation#1783

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-03-31 09:19:47 +02:00
Ray Carnes
bdf526af2c [IMP] inventory: add note about detailed operations in one_step.rst
User tripped up due to the creation of a second warehouse enabling
Storage Locations and changingthe workflow.

https://www.odoo.com/forum/help-1/inventory-receipt-in-second-warehouse-199962

closes odoo/documentation#1772

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-03-30 13:06:24 +02:00
Antoine Vandevenne (anv)
4e0a9b615f [REF] general: move images in their respective page's folder
Codeowner regexes need images to be in the correct location, otherwise
some image files might not be assigned to a GitHub team when the regex
covering the parent folder is split into multiple codeowner rules.

closes odoo/documentation#1771

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-03-30 12:12:34 +02:00
Donatienne Pirlot
6a316ca86e [FIX] upgrade: small fixes
task-2684744

closes odoo/documentation#1752

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-03-29 10:11:55 +02:00
Jonathan Castillo (jcs)
73a7ec6d6e [FIX] redirects: add missing redirection for maintain/online.rst
closes odoo/documentation#1754

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-03-28 15:43:09 +02:00
Eric Macharia
5c5ef6e603 [FIX] install/maintain: typo in deploy.rst
closes odoo/documentation#1753

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-03-28 14:47:40 +02:00
Antoine Vandevenne (anv)
ba0e93e836 [IMP] supported_versions: flag saas-15.2 as supported
closes odoo/documentation#1739

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-03-25 15:50:45 +01:00
Donatienne Pirlot
bdc749e879 [IMP] upgrade: update and improve the upgrade processes and information
task ID: 2684744

closes odoo/documentation#1509

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-03-25 14:00:28 +01:00
Jonathan Castillo (jcs)
ad21a7a791 [ADD] accounting/l10n: new localization for luxembourg
task-id 2780977

closes odoo/documentation#1704

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-03-18 14:04:39 +01:00