Denis Vermylen
0933b57607
[FIX] odoo.sh: typo in log filename
2020-09-11 13:29:13 +02:00
Richard Mathot
b8f384663e
[FIX] odoo.sh: details about storage computation
2020-09-10 17:28:01 +02:00
Olivier Dony
783fb68c68
[FIX] legal/terms: typo in quoting of cloc
command
...
Single backticks are used for references, and `cloc` is not a valid one.
Backport of e59726ce59
2020-08-04 20:13:58 +02:00
xmo-odoo
e43df474d4
[ADD] support for meta directive ( #708 )
...
e.g.
.. meta::
:description: blah blah blah
:keywords lang=en: x y z
should yield
<meta name="description" content="blah blah blah">
<meta name="keywords" lang="en" content="x y z">
Also cleaned up `layout.html` a tad while at it:
* we're now properly setting the default metas via the translator so
setting them in the template is unnecessary
* there's a flag to use an html5 doctype (also has a few other
positive side-effects with respect to the metas sphinx generates in
the template)
2020-06-25 09:25:00 +02:00
Olivier Dony
7d82513292
[IMP] odoo.sty: shorten PDF docs by moving title up on first page
2020-06-15 18:40:36 +02:00
Olivier Dony
c094ba8bee
[FIX] legal/terms: re-apply minor changes from v8a to all branches
2020-06-15 16:21:56 +02:00
Olivier Dony
4501fdd186
[FIX] legal/terms: more clarifications in v9 contracts (> v9b)
2020-06-12 17:55:34 +02:00
Olivier Dony
eae02bfe38
[FIX] legal/terms: correct typo in FR translation
2020-06-10 11:20:10 +02:00
Olivier Dony
29424279f4
[FIX] legal/terms: minor clarifications in v9 contracts (> v9a)
2020-06-10 11:18:01 +02:00
Olivier Dony
8b99aef0ca
[FIX] legal: adapt icon location for old layout
2020-06-09 03:30:39 +02:00
Olivier Dony
89457036ce
[FIX] odoo.sty: fix compatibility with older sphinx versions
...
`\sphinxmaketitle` only exists as of v1.8.3, and `\renewcommand` would
crash when the command is not defined. Similarly `\newcommand` would
crash if the command already exists.
`\providecommand` acts as a shim: no-op if the command exists,
otherwise creates it so that it can be redefined.
Backport of 54e7ed30ac
2020-06-09 02:55:28 +02:00
Olivier Dony
de137b0bcf
[ADD] legal: update contracts for new maintenance
...
- Update Enterprise & Partnership agreement (EN, FR)
- Update legal page index: hide outdated agreements, replace
with a link to an archive of the old PDFs.
- Add icons for missing files, to make index table layout more consistent
- Add `text-justify` on HTML versions of contracts, for consistency with
the PDF versions.
- Fix compatibility of PDF generation with recent sphinx versions
(\sphinxmaketitle instead of \maketitle)
- Re-add NL PDF building, still needs to be updated like all others
Backport of 5b80ed551c
from 13.0
2020-06-09 02:25:12 +02:00
Jonathan
4c6d0e4b90
[ADD] contribution: new doc about content guidelines ( #668 )
2020-05-18 20:35:13 +02:00
Loan (lse)
8e5e70c155
[IMP] odoo_sh: emphasize private submodule must be added using git
...
Move an important paragraph at section beginning and emphasize it with a warning.
OPW-2235054
2020-05-05 10:29:41 +02:00
Odoo Translation Bot
d75d06f32a
[I18N] Update translation terms from Transifex
2020-04-12 05:03:03 +02:00
Jonathan
c48763f92f
[FIX] accounting: fix screenshot in cash discount
...
Closes #623
2020-04-07 14:52:04 +02:00
Antoine Vandevenne (anv)
72f93038b5
[FIX] technical: clarify instructions for redirect rules
2020-04-07 09:48:18 +02:00
Antoine Vandevenne (anv)
09bab807aa
[IMP] technical: add a static redirection feature for missing pages
2020-04-06 16:31:27 +02:00
LSE
b1cb9124c2
[IMP] odoo.sh: add setup and connection instructions for SSH
...
closes #589
2020-03-10 13:13:38 +01:00
Antoine Vandevenne (anv)
954cbef948
[FIX] contributing: fix typo
2020-02-27 11:24:55 +01:00
Odoo Translation Bot
f048af2f7a
[I18N] Update translation terms from Transifex
2020-02-23 05:00:57 +01:00
Antoine Vandevenne (anv)
de5d205c4d
[FIX] README: replace non-processed directives by absolute links
2020-02-20 16:33:26 +01:00
Antoine Vandevenne (anv)
f08b5da17f
[IMP] README: update README and refer to contributing/documentation
2020-02-20 16:23:48 +01:00
Arnaud Joset
950b460794
[IMP] technical: remove future warning of Sphinx
2020-02-20 11:01:17 +01:00
Arnaud Joset
a0f6d3e925
[IMP] technical: allow building with Python 3 and Sphinx 2.4.0
...
This commit updates the requirements of the documentation to Python 3 and Sphinx 2.4.0 and later.
2020-02-20 11:01:03 +01:00
Antoine Vandevenne (anv)
108dae79c5
[ADD] contributing: add doc for contributing to the documentation
2020-02-20 10:52:42 +01:00
Odoo Translation Bot
a5d6a50405
[I18N] Update translation terms from Transifex
2020-02-16 05:00:51 +01:00
Xavier Morel
a60364a5e4
[FIX] rendering of tables with merged cells
...
Merged cells in the first columns were not rendered correctly and values from
other columns would be placed in the wrong columns.
2020-02-14 11:20:37 +01:00
Antoine Vandevenne (anv)
1081f8b7b5
[REV] Revert dbba515
to 8678876
...
Reason: delay changes until internal build tools are updated
2020-02-12 15:01:08 +01:00
Arnaud Joset
867887613a
[IMP] technical: remove future warning of Sphinx
2020-02-12 10:41:48 +01:00
Arnaud Joset
dbba515566
[IMP] technical: allow building with Python3 and Sphinx 2.X
...
Before this commit, sphinx-build could not be used with Python3 and Sphinx 2.X.
2020-02-12 10:41:48 +01:00
Odoo Translation Bot
038446bae4
[I18N] Update translation terms from Transifex
2020-02-11 15:13:28 +01:00
Antoine Vandevenne (anv)
1405d39cb4
[MERGE] Forward-port of branch 10.0 to 11.0
2020-01-16 14:24:45 +01:00
Antoine Vandevenne (anv)
e491537685
[MERGE] Forward-port of 9.0 to 10.0
2020-01-16 14:21:07 +01:00
Antoine Vandevenne (anv)
907195ae7a
[IMP] base: add a commit message template with the guidelines
2020-01-16 14:17:37 +01:00
Antoine Vandevenne (anv)
38c3137a88
[MERGE] Forward-port of 10.0 to 11.0
2020-01-16 09:53:31 +01:00
Odoo Translation Bot
0ee0d5f1b2
[I18N] Update translation terms from Transifex
2020-01-12 05:00:44 +01:00
Richard Mathot
3f454308a4
[FIX] website: wait a bit before complaining that it does not work
2020-01-11 12:57:59 +01:00
Martin Trigaux
afc32a9baf
[MERGE] Forward port of 9.0 to 10.0
...
To fix opw-2167071
2020-01-06 10:43:12 +01:00
Martin Trigaux
ab228fe7dc
[FIX] _extension: backport 11.0 documentation layout
...
With canonical links, switcher, etc
opw-2167071
where switching from version 10 -> 13 computed and incorrect link
2020-01-06 10:40:50 +01:00
Odoo Translation Bot
bff2b54c07
[I18N] Update translation terms from Transifex
2020-01-05 05:00:49 +01:00
Odoo Translation Bot
aff38248d9
[I18N] Update translation terms from Transifex
2019-12-29 05:00:38 +01:00
Richard Mathot
54c9afb465
[FIX] ecommerce: add mandatory configuration for Paypal requests encoding ( #498 )
...
opw-2149768
2019-12-26 09:00:40 +01:00
Odoo Translation Bot
89764d215b
[I18N] Update translation terms from Transifex
2019-12-22 05:00:56 +01:00
Martin Trigaux
bcfef7cd0b
[IMP] _extension: update menu list
...
to match the current one on odoo.com
2019-12-18 11:09:15 +01:00
Odoo Translation Bot
1349a69d9c
[I18N] Update translation terms from Transifex
2019-12-15 05:00:58 +01:00
Martin Trigaux
89594d5128
[IMP] documentation: make the multiversion, multilang work
...
Keep the language in multilang versions of pages. The canonical should look like:
/documentation/user/12.0/sale.html -> /documentation/user/13.0/sale.html
/documentation/user/11.0/fr/website.html -> /documentation/user/13.0/fr/website.html
Needs the changes at odoo/saas-automation#40 that will change the
canonical_root
- from https://www.odoo.com/documentation/user/
- to https://www.odoo.com/documentation/user/12.0/
This way, the language switcher will keep the current version,
changing from English to French will make
/documentation/user/12.0/website.html -> /documentation/user/12.0/fr/website.html
(and not -> /documentation/user/13.0/website.html as before)
2019-12-13 15:41:21 +01:00
Martin Trigaux
5cad768804
[MERGE] Forward port of 10.0 to 11.0
2019-12-13 15:10:53 +01:00
Martin Trigaux
1ceb7af2fc
[MERGE] Forward port of 9.0 to 10.0
2019-12-13 15:10:16 +01:00
jcsOdoo
267dd8620c
[REM] Accounting: Delete mistake about Storno accounting not supported by Odoo
2019-12-12 17:30:59 +01:00