Commit Graph

1614 Commits

Author SHA1 Message Date
Victor Feyens
46c21826fc [IMP] Makefile: build in parallel by default 2021-05-19 15:03:39 +02:00
Victor Feyens
2ddac026f1 [FIX] extensions: support parallel read
Now that patchqueue was removed, we can consider supporting the parallel 
read with our local extensions.

Since we only have basic extensions, not storing any data on the build 
environment, the change mainly consists of specifying the extensions as 
parallelizable.

The only specific case is the html domain, since the base html domain 
requires the support of the method merge_domaindata in parallel read 
mode.  Since we do not need to share anything between the envs for this 
extension, we can simply ignore the method.
2021-05-19 15:03:39 +02:00
Victor Feyens
ba72b396a4 [FIX] redirects: odoo_sh documentation page
This redirection was seemingly forgotten in the nginx redirections deployed online,
we will cover it through the redirects file then.
2021-05-17 15:36:08 +02:00
Victor Feyens
dc49cd9e7b [IMP] *: links improvements
* use absolute paths when cleaner than relative paths
* fix some sphinx issues / todos
2021-05-17 15:32:24 +02:00
Victor Feyens
326de4b39e [FIX] *: absolute links to odoo.com/documentation 2021-05-17 15:32:24 +02:00
Martin Trigaux
c1d09cb79d [I18N] *: export all .pot files
.tx/config: update the list of files

Fetch newly generated .po files from Transifex
2021-05-14 16:55:06 +02:00
Martin Trigaux
769f5d9728 [FIX] translate the documentation
Monkeypatch the docname_to_domain to avoid having one big "application.pot" file
2021-05-14 16:55:06 +02:00
Antoine Vandevenne (anv)
1a0c122500 [IMP] contributing: update contributing guide for new documentation 2021-05-12 18:20:48 +02:00
Antoine Vandevenne (anv)
ca6b1c602d [IMP] README: update README and translate it to Markdown 2021-05-12 18:20:48 +02:00
Elisabeth Dickinson
26d489c6e1
[FIX] theme: improve search bar implementation and behavior
This commit removes the extra search bar that was dedicated to the
mobile layout and adapts the desktop's one to be compatible with mobile.
It also brings back the "Hide Search Matches" button.
2021-05-12 09:49:55 +02:00
Martin Trigaux
0fcc06c2db [FIX] legal: use direct links to pdf files
This avoids to have URL pointing to
https://www.odoo.com/documentation/user/<VERSION>/<LANG>/odoo_enterprise_agreement.pdf
when switching a language

The pdf are built only once and are global per version
2021-05-11 10:36:14 +02:00
Elisabeth Dickinson
9204658456
[FIX] theme: always hide in-page toctrees
Toctree pages will soon hold content and thus be reachable.
The TOC should never be displayed on those pages.
2021-05-11 10:28:13 +02:00
Victor Feyens
ac99ad7abd [REM] *: patchqueue extension
Remove the patchqueue extension from the doc requirements since it isn't 
maintained anymore (raising warnings for recent sphinx versions) and the 
patches to specify code blocks aren't easy to maintain.

Remove hidden code patches, and replaces shown patches by code block / 
literalincludes to keep the useful content.
2021-05-10 17:24:23 +02:00
Ludvig Auvens
73806971a2 [ADD] IoT: New doc about how to connect a scale using the IoT box. 2021-05-10 10:54:50 +02:00
Martin Trigaux
c946b35f71 [FIX] conf: specify which value is actually needed 2021-05-06 13:42:43 +02:00
Antoine Vandevenne (anv)
25af2874cd [FIX] conf.py: don't load github_link extension if odoo/ is missing 2021-05-04 16:25:56 +02:00
Antoine Vandevenne (anv)
e3fee2cf46 [REF][MOV] documentation apocalypse
Prior to this commit, the Odoo documentation was mainly split between
two repositories: odoo/odoo/doc and odoo/documentation-user. Some bits
of documentation were also hosted elsewhere (e.g., wiki, upgrade, ...).
This was causing several problems among which:
  - The theme, config, Makefile, and similar technical resources had to
    be duplicated. This resulted in inconsistent layout, features, and
    build environments from one documentation to another.
  - Some pages did not fit either documentation as they were relevant
    for both users and developers. Some were relevant to neither of the
    two (e.g., DB management).
  - Cross-doc references had to be absolute links and they broke often.
  - Merging large image files in the developer documentation would bloat
    the odoo/odoo repository. Some contributions had to be lightened to
    avoid merging too many images (e.g., Odoo development tutorials).
  - Long-time contributors to the user documentation were chilly about
    going through the merging process of the developer documentation
    because of the runbot, mergebot, `odoo-dev` repository, etc.
  - Some contributors would look for the developer documentation in the
    `odoo/documentation-user` repository.
  - Community issues about the user documentation were submitted on the
    `odoo/odoo` repository and vice-versa.

Merging all documentations in one repository will allow us to have one
place, one theme, one work process, and one set of tools (build
environment, ...) for all of the Odoo docs.

As this is a good opportunity to revamp the layout of the documentation,
a brand new theme replaces the old one. It features a new way to
navigate the documentation, centered on the idea of always letting the
reader know what is the context (enclosing section, child pages, page
structure ...) of the page they are reading. The previous theme would
quickly confuse readers as they navigated the documentation and followed
cross-application links.

The chance is also taken to get rid of all the technical dangling parts,
performance issues, and left-overs. Except for some page-specific JS
scripts, the Odoo theme Sphinx extension is re-written from scratch
based on the latest Sphinx release to benefit from the improvements and
ease future contributions.

task-2351938
task-2352371
task-2205684
task-2352544

Closes #945
2021-05-04 15:44:00 +02:00
Odoo Translation Bot
eac5e9f865 [I18N] Update translation terms from Transifex 2021-05-02 02:30:24 +02:00
KC (ksc)
1343d9915f [FIX] ecommerce: grammar and screenshot in doc about pricing 2021-04-14 16:23:29 +02:00
Odoo Translation Bot
a88479cee5 [I18N] Update translation terms from Transifex 2021-04-11 02:30:26 +02:00
KC (ksc)
4fe354946a [IMP] ecommerce: fix grammatical issues in doc about importing products 2021-04-09 18:25:31 +02:00
Jonathan Castillo
5fae522292 [ADD] contributing: title capitalization rule in content guidelines 2021-04-09 17:45:51 +02:00
Odoo Translation Bot
8e6d9dc7ce [I18N] Update translation terms from Transifex 2021-04-04 02:30:21 +02:00
Jonathan Castillo
0d258c1666 [ADD] guidelines: media files section in content guidelines 2021-04-02 11:59:15 +02:00
tas-odoo
e7825033bc [FIX] contributing: fix a little typo 2021-03-24 11:51:07 -07:00
Victor Feyens
2167002dd7 [MOV][FIX] *: place static files in their place of use
Prepare the incoming documentation refactoring, ensuring the files used by a doc page
are correcly moved together with the page, avoiding broken links during the reorganisation.

Partial backport of f7bedfce2e
to ease forward-ports
2021-03-23 18:40:45 +01:00
Odoo Translation Bot
a6b3f03d28 [I18N] Update translation terms from Transifex 2021-03-07 02:30:21 +01:00
Fabien Meghazi
512aaeedf3 [REM] odoo_sh: remove mentions about the (rip) feedback form 2021-03-03 15:32:31 +01:00
jev
bcceecc25f [FIX] shipping/dhl: remove test creds from website
As requested by DHL
OPW-2469052
2021-03-02 16:12:43 +01:00
Jonathan Castillo
0a9eecfa95 [FIX] portal: remove wrong information and add a link in my portal 2021-02-23 09:46:57 +01:00
Odoo Translation Bot
ea7fffaa1b [I18N] Update translation terms from Transifex 2021-02-21 02:30:25 +01:00
Jonathan Castillo (jcs)
d70873d6e5 [REM] *: remove all demo.action buttons from the user documentation
- cherry-pick of e10581ef6e (see PR #572 )
- more fields deleted so that there was none left in 12.0

--> this makes the build of 12.0 much faster

*: accounting, inventory, purchase

As these buttons points to demo.odoo.com, it is outdated very quickly
and leads to weird results were a button on the 10.0 documentation
points to demo.odoo.com that runs 13.0 or no longer exists.
2021-02-19 14:30:09 +01:00
Jonathan Castillo
57803a268f [FIX] portal: identation mistakes in my_odoo_portal.rst 2021-02-19 14:30:09 +01:00
Jonathan Castillo
4a7e806c37 [FIX] odoo_sh,portal: fix broken references 2021-02-19 14:30:09 +01:00
Odoo Translation Bot
31764355b9 [I18N] Update translation terms from Transifex 2021-02-07 02:30:23 +01:00
Odoo Translation Bot
e478171ea0 [I18N] Update translation terms from Transifex 2021-01-24 02:30:23 +01:00
Rémy Baranx (bar)
15ec0207b1 [FIX] upgrade: remove the contract parameter
documentation update as we have removed the `-c` option from
the upgrade script to provide the subscription code. Now
it is directly read from the database.
2021-01-22 14:20:46 +01:00
Adrien Widart
761a75d40b [IMP] accounting: add a warning about currency in Mexican localization
A Mexican company should keep MXN as default company. This is actually a
legal obligation.
2021-01-22 14:13:52 +01:00
Odoo Translation Bot
2f883c684b [I18N] Update translation terms from Transifex 2021-01-17 02:30:19 +01:00
asc-odoo
ed2f532fb9
[FIX] odoo_sh: fix incorrect link
Closes #819
2021-01-06 09:43:43 +01:00
Jonathan Castillo
d65110a9a2 [FIX] upgrade: correct a few mistakes in the upgrade doc 2021-01-05 15:19:06 +01:00
Odoo Translation Bot
92e9cb6751 [I18N] Update translation terms from Transifex 2021-01-03 02:30:22 +01:00
Odoo Translation Bot
78475c9c87 [I18N] Update translation terms from Transifex 2020-12-27 02:30:22 +01:00
Fabien Meghazi
3b4c7951b6 [REM] odoo_sh: remove incorrect information about cups
CUPS the server will never be installed on an Odoo.sh machine.
That being said you can use a remote printer with a cups client.
The problem lays in the sorry state of libcups dependencies so we will
try to get a reliable section in the documentation for 20.04 as soon as
we can get a testcase.

Meanwhile, it has been reported that the command line `lp` cups cli
client tool could be used as a workaround in the OCA concerned module:

https://gist.github.com/rm-jamotion/0453e91ff3e13350a1e46a11ebb02e8d
2020-12-23 22:12:48 +01:00
Antoine Vandevenne (anv)
6da781ccf3 [FIX] accounting,contributing: remove broken link and fix typo 2020-12-22 11:35:16 +01:00
Andrée Van Gorp (avg)
12561f96ff [ADD] practical: new doc about database upgrade 2020-12-21 14:45:15 +01:00
Odoo Translation Bot
9b15efef14 [I18N] Update translation terms from Transifex 2020-12-20 02:30:29 +01:00
Jonathan Castillo
98bceb8317 [FIX] practical/db_management: add missing banner for hosting changes 2020-12-15 15:48:54 +01:00
Richard Mathot
c9dbc4da09 [IMP] practical/db_management: hosting changes (#782)
Recurring support questions

Task 2185120
2020-12-15 15:48:54 +01:00
Stanislas Sobieski
650cccecca
[IMP] odoo_sh: monitoring information (#810) 2020-12-15 15:37:18 +01:00