Commit Graph

1560 Commits

Author SHA1 Message Date
Antoine Vandevenne (anv)
ebc3e70d0f [APOCALYPSE] Merge all documentations and add a new homemade theme
Co-authored-by: Victor Feyens (vfe) <vfe@odoo.com>
Co-authored-by: Elisabeth Dickinson (edi) <edi@odoo.com>
Co-authored-by: Antoine Vandevenne (anv) <anv@odoo.com>
2021-01-28 19:05:48 +01:00
Odoo Translation Bot
e9745781f4 [I18N] Update translation terms from Transifex 2020-11-08 02:30:30 +01:00
Odoo Translation Bot
af7d307b76 [I18N] Update translation terms from Transifex 2020-11-01 02:30:36 +01:00
Alex Tuyls
8fa89877e7
[IMP] odoo_sh: update backup policy before merge (#778)
It was not clear enough whether or not a backup was triggered when doing code updates.
2020-10-29 10:33:59 +01:00
Martin Trigaux
e946532b9b [REV] conf: revert f93fb12e6b
Revert "[FIX] technical: Sphinx deprecation warnings"
Nightly servers still use sphinx 1.7
Revert until we have updated the server to newer versions
2020-10-27 14:22:14 +01:00
Odoo Translation Bot
739e538b7a [I18N] Update translation terms from Transifex 2020-10-25 02:30:28 +02:00
Raf Geens
21963b82a6
[IMP] accounting: Warning about currency exchange entries (#773)
It's not really obvious that payments and invoices need to be fully
reconciled before their currency exchange entries get created, so this
is a warning about that.
2020-10-23 12:38:50 +02:00
Raf Geens
188a876a25 [IMP] odoo.sh: Clarify which permissions to grant in a PAT
Make explicit which permissions you need to grant in a personal access
token. I verified `repo` suffices to complete the tutorial, and I'm
assuming Odoo.sh doesn't need any of the admin and site permissions.
2020-10-23 12:27:21 +02:00
Raf Geens
51bc9d0719 [FIX] odoo.sh: Use right anchor in link
The "Commit & Push your changes" link was referring to the page instead
of the corresponding section.
2020-10-23 12:27:21 +02:00
Raf Geens
f93fb12e6b [FIX] technical: Sphinx deprecation warnings
`add_stylesheet` and `add_javascript` are deprecated and were
generating a bunch of warnings, replaced them with `add_css_file` and
`add_js_file`.
2020-10-23 12:27:21 +02:00
Raf Geens
93ae6ca2bd [FIX] odoo.sh: Make unidecode description more specific
The original description says calling unidecode will remove special
characters, but this is not entirely accurate. For example, when I
inserted unicode emojis in the name, they were not removed. I was then
confused whether my module had correctly updated or not.

Instead, what unidecode will do is convert text characters to their
nearest ASCII equivalent, so "trés" becomes "tres" for example. The
description has been updated to reflect that.
2020-10-23 12:27:21 +02:00
Luis Torres
b87e51a130 [IMP] mexico: Update CSD files for documentation
The current certificates for demo in the documentation will to expire
the October 21. For this reason were updated by new files.

The new CSD files need to stamp with the VAT ``EKU9003173C9``.

Both values are updated.

Closes odoo/documentation-user#771
2020-10-19 09:48:54 +02:00
Odoo Translation Bot
0c88e48f7e [I18N] Update translation terms from Transifex 2020-10-18 02:30:34 +02:00
jeroen-vet
d5edc4566e [FIX] accounting: Correct theoretical amount in note 2020-10-12 10:52:28 +02:00
Odoo Translation Bot
74903d5c9f [I18N] Update translation terms from Transifex 2020-10-11 02:30:30 +02:00
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