Commit Graph

1545 Commits

Author SHA1 Message Date
Stanislas Sobieski
70c734769e [IMP] odoo_sh: branch settings
- test tags have been added
- modules settings have been moved from global settings to branch
settings
2020-10-09 15:18:05 +02:00
Fabien Meghazi
b78c6405e1 [IMP] odoo.sh: align user doc and Odoo.sh FAQ for dependencies requests 2020-10-08 15:33:09 +02:00
Odoo Translation Bot
43c02a6561 [I18N] Update translation terms from Transifex 2020-10-04 02:30:35 +02:00
Richard Mathot
34310a683b [REL] Odoo 14.0 2020-09-30 09:30:22 +02:00
Richard Mathot
e3ab1c1267 [MERGE] (last) Forward-port of 11.0 up to 68805ae8d4 2020-09-30 09:22:59 +02:00
Odoo Translation Bot
1841825534 [I18N] Update translation terms from Transifex 2020-09-27 02:30:29 +02:00
Odoo Translation Bot
68805ae8d4 [I18N] Update translation terms from Transifex 2020-09-20 05:00:33 +02:00
Odoo Translation Bot
64e11ac906 [I18N] Update translation terms from Transifex 2020-09-20 02:30:41 +02:00
Odoo Translation Bot
f3bee4c64d [I18N] Update translation terms from Transifex 2020-09-15 11:56:15 +02:00
Richard Mathot
73cba15619
[MERGE] Forward-port of branch 11.0 up to b8f384663e 2020-09-11 08:58:10 +02:00
Richard Mathot
c1ae41a237
[IMP] support: prepare v14 2020-09-11 08:37:04 +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
Olivier Dony
6add09163d
[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:25 +02:00
Antoine Prieëls
fb0cbbec0c
[FIX] iot: Connection process changed (#714)
We had to modify the connection method due to changes that will be
introduced soon in modern web browsers. (See odoo/odoo#51088)

We also fix the numbering of the connection steps.
2020-06-30 13:54:24 +02:00
Martin Trigaux
9ce3eedc65 [MERGE] Forward port of 11.0 to 12.0 2020-06-25 09:45:12 +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
e20a4e42b7
[IMP] odoo.sty: shorten PDF docs by moving title up on first page 2020-06-15 18:41:43 +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
c694bdbd0c
Merge branch '11.0' into 12.0 2020-06-15 16:25:27 +02:00
Olivier Dony
47606228ea
[FIX] legal/terms: v9c : re-apply minor changes from v8a to all branches
+ fix duplicate block caused by fwd-port in 3682b19a04
2020-06-15 16:23:24 +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
Martin Trigaux
3682b19a04 [MERGE] Forward port of 11.0 to 12.0 2020-06-15 14:35:03 +02:00
Olivier Dony
4501fdd186
[FIX] legal/terms: more clarifications in v9 contracts (> v9b) 2020-06-12 17:55:34 +02:00
Olivier Dony
0fe45eead9
[FIX] legal/terms: more clarifications in v9 contracts (> v9b) 2020-06-12 17:55:05 +02:00
KBR
3ebf1728f6
[ADD] crm: document about gamification (#687) 2020-06-11 17:26:54 +02:00
KBR
8c27e0372c
[ADD] website: document about link tracker (#685) 2020-06-11 17:09:45 +02:00
Olivier Dony
b8209b8768
[FIX] legal/terms: correct typo in FR translation 2020-06-10 11:20:55 +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
2872337113
[FIX] legal/terms: minor clarifications in v9 contracts (> v9a) 2020-06-10 11:17:36 +02:00
Olivier Dony
a3b224036f
[FIX] legal: adapt icon location for old layout 2020-06-09 03:31:26 +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
5807f94c02
[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:54:47 +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
Olivier Dony
3c44972f02
[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:13:40 +02:00
Antoine Vandevenne (anv)
6533e34618 [MERGE] Forward-port of 11.0 in 12.0 2020-05-19 09:14:03 +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
Odoo Translation Bot
7e986a090e [I18N] Update translation terms from Transifex 2020-04-12 02:31:44 +02:00
Jonathan
c48763f92f
[FIX] accounting: fix screenshot in cash discount
Closes #623
2020-04-07 14:52:04 +02:00
Antoine Vandevenne (anv)
e4306fe1b0 [FIX] redirects: add a redirection to contributing
This commit adds a redirection for files removed in b109c3af (12.0)
following #544 (11.0):

- support/user_doc.rst replaced by contributing/documentation/introduction_guide.rst
2020-04-07 12:24:13 +02:00
Antoine Vandevenne (anv)
07fd1db10d [MERGE] Forward-port of 11.0 to 12.0 2020-04-07 10:19:35 +02:00
Antoine Vandevenne (anv)
72f93038b5 [FIX] technical: clarify instructions for redirect rules 2020-04-07 09:48:18 +02:00
Antoine Vandevenne (anv)
8bd94e4aea [MERGE] Forward-port of 11.0 to 12.0 2020-04-06 16:32:52 +02:00
Antoine Vandevenne (anv)
09bab807aa [IMP] technical: add a static redirection feature for missing pages 2020-04-06 16:31:27 +02:00
Lau-Odoo
fbc3a584d1
[ADD] Point of Sale: New doc about pricelists (#604) 2020-03-26 16:28:19 +01:00
Odoo Translation Bot
6f2daaf18c [I18N] Update translation terms from Transifex 2020-03-22 02:30:22 +01:00