Commit Graph

1982 Commits

Author SHA1 Message Date
KBR
c05c44ba7f
[ADD] studio: documentation about rainbow man (#711) 2020-07-03 15:46:46 +02:00
Alex Tuyls
53e3161a80 [FIX] odoo_sh: wrong anchor link in update submodules part
Correct anchor is "_pulling_in_upstream_changes_from_the_submodule_remote" instead of
"_pulling_in_upstream_changes"
2020-07-03 11:46:22 +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
KBR
35470e02fd
[IMP] planning: add screenshot (#712)
- added a screenshot under a note on duplicate_a_planning.rst
- enjoyed the opportunity to fix a few spaces and number of caracters under titles, to be complied with standard rules
2020-06-26 08:49:44 +02:00
Jonathan
0cca0b5dba
[IMP] accounting: add new version of doc about taxes (#703)
- brand new content for the taxes doc (including new content previously explained in tax_included.rst)
- tax_included.rst is merged into taxes.rst
- redirections

  - create -> taxes
  - tax_included -> taxes
2020-06-25 12:32:02 +02:00
Martin Trigaux
761188dc57 [MERGE] Forward port 12.0 to 13.0 2020-06-25 09:45:37 +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
Martin Trigaux
bd00839c8f [MERGE] Forward port 12.0 to 13.0 2020-06-25 08:55:05 +02:00
JEK-ODOO
bb710ab6b2
[IMP] accounting: add missing word in a path (#709)
* Update online_payment.rst

Co-authored-by: Jonathan <46810843+jcs-odoo@users.noreply.github.com>
2020-06-24 15:17:01 +02:00
jgu-odoo
7d6191c005
[FIX] crm: add missing menuselection directive 2020-06-22 10:09:04 +02:00
Olivier Dony
9bcc411396
[IMP] odoo.sty: shorten PDF docs by moving title up on first page 2020-06-15 18:41:58 +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
Olivier Dony
09d8b04773
[FIX] legal/terms: v9c : re-apply minor changes from v8a to all branches 2020-06-15 16:20:55 +02:00
Martin Trigaux
3682b19a04 [MERGE] Forward port of 11.0 to 12.0 2020-06-15 14:35:03 +02:00
Goffin Simon
94194f306a [FIX] expense: Reference in first position in email subject
As commited here: 4ba8f51d87

The reference must be in first position in the email subject.

https://github.com/odoo/odoo/blob/13.0/addons/hr_expense/models/hr_expense.py#L568

opw:2255175
2020-06-15 14:30:33 +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
Olivier Dony
0d4d51b43c
[FIX] legal/terms: more clarifications in v9 contracts (> v9b) 2020-06-12 17:49:47 +02:00
KBR
c76eaf4cd0
[IMP] general: manage_multi_companies.rst doc improved (#699)
- Included Fiscal Positions + Journal links under Inter-Company Transactions title + remove note about it
- Include doc Multi-Company Guidelines on seealso
- Include manage_multi_companies.rst on seealso in add_user.rst
2020-06-12 13:01:37 +02:00
Jonathan Castillo
568f507d9f [ADD] accounting/localizations: add a new section to Colombia ES doc 2020-06-12 12:31:38 +02:00
keli brugalli (kbr)
67133b5c6e [IMP] studio: fix relative path to doc
Fix relative path to doc email_template.rst (discuss) in understanding_automated_actions.rst
2020-06-12 07:05:05 +02:00
KBR
e482f2bd1b
[ADD] helpdesk: documentation about elearning/forum/rating features (#673) 2020-06-11 17:36:10 +02:00
KBR
1adc335a7c
[ADD] studio: documentation (#657) 2020-06-11 17:33:48 +02:00
KBR
c41ea1724f
[ADD] general: multi companies documentation (#674) 2020-06-11 17:32:20 +02:00
KBR
3ebf1728f6
[ADD] crm: document about gamification (#687) 2020-06-11 17:26:54 +02:00
Lau-Odoo
5eee96289b
[IMP] Point of Sale: updated doc about pos for restaurant (#610) 2020-06-11 17:26:08 +02:00
KBR
8c27e0372c
[ADD] website: document about link tracker (#685) 2020-06-11 17:09:45 +02:00
Lau-Odoo
60d87e4e4a
[IMP] Inventory: New screenshots for reception in 3-steps (#634) 2020-06-11 13:46:32 +02:00
Antoine Vandevenne (anv)
c9ec5aef87 [REM] amazon_connector: remove doc about application for API keys
Amazon requested that this information is removed from our
documentation. In place, a warning now states that a new doc will be
available as soon as the flow is reworked.
2020-06-11 12:08:45 +02:00
Jonathan
85994b65ce
[ADD] localization: new part about ISR reference in Switzerland doc (#684)
- new part about ISR references on invoices as payment communication
- minor correction in the text (path for the configuration).
2020-06-10 19:18:54 +02:00
Jonathan
6a7f9aa898
[IMP] accounting: update the doc about Default Taxes (#694) 2020-06-10 18:53:30 +02:00
Jonathan
3f3b213b6b
[ADD] accounting: add a new page for Indonesian fiscal localization (#681)
The content is about the e-faktur module.
2020-06-10 18:52:43 +02:00
Lau-Odoo
e6486dc4a9
[ADD] General: new doc about exporting data (#695) 2020-06-10 16:09:55 +02:00
Lau-Odoo
e0268afb0a
[IMP] Inventory: new doc about the routes and push/pull rules (#693) 2020-06-10 13:47:45 +02:00
Olivier Dony
607770aaee
[FIX] legal/terms: correct typo in FR translation 2020-06-10 11:21:11 +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
f46c6cd0ec
[FIX] legal/terms: minor clarifications in v9 contracts (> v9a) 2020-06-10 11:15:12 +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
54e7ed30ac
[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.
2020-06-09 02:51:51 +02:00