Commit Graph

2047 Commits

Author SHA1 Message Date
Damien Bouvy
a029ba588b [IMP] amazon_connector: new authentication flow + add a marketplace
- How to install the update module
- How to generate an authorization token
- How to add an unsupported marketplace
2020-07-27 16:44:36 +02:00
KBR
4b75a3c0b3
[FIX] surveys: fix typo on time_random.rst (#726) 2020-07-24 10:54:47 +02:00
rjo-odoo
4973df7c89
[FIX] accounting: fix grammar issue in mexico doc 2020-07-23 16:28:23 +02:00
brr-odoo
b32a07bd51
[FIX] payment_authorize: fix relay response url
For Authorize.net configuration, you need individual Receipt and Relay Response URL's.
The previous version featured the same URL twice.
The Relay Response URL is here updated to reflect proper configuration.
2020-07-23 16:26:55 +02:00
rjo-odoo
9b3ffe43cf
[FIX] odoo_sh: fix grammar issue 2020-07-23 16:18:22 +02:00
KBR
615adf604b
[ADD] survey: add documentation (#717)
- improved: create.rst
- added: scoring.rst + time_random.rst
2020-07-22 17:03:54 +02:00
Jonathan
bbe3b78352
[IMP] accounting: new version doc about batch deposit of checks (#718)
- new version doc about batch deposit of checks
- redirection

  - /bank/misc/batch.rst -> /receivables/customer_payments/batch.rst
2020-07-22 17:02:23 +02:00
KBR
ef1e8b0da2
[ADD] events: add documentation (#702) 2020-07-22 17:01:09 +02:00
Catherine Dubois (cdu)
21cc6a4b29 [REM] subscriptions: remove unfinished content
The content of the page "Reporting" was merged in #617 before it was
finished. It will be added later.
2020-07-09 10:49:24 +02:00
KBR
971fc7c145
[IMP] studio: toctree (#719)
- created how_to folder to include rainbow_man.rst + export_import.rst + reports.rst
- corrected typo
2020-07-09 09:21:04 +02:00
Jonathan
dbf6a2c8b5
[IMP] accounting: add pricing section to OCR documentation (#704) 2020-07-08 17:28:11 +02:00
cdu-odoo
c44bc48be2
[ADD] subscriptions: add base documentation for Subscriptions (#617)
* [ADD] subscriptions: add base documentation for Subscriptions

* [ADD] subscriptions/sales_flow/create_a_quotation: new content

* [ADD] subscriptions/sales_flow/renewals: new content

* [ADD] subscriptions/sales_flow/upselling: new content

* [ADD] subscriptions/sales_flow/closing: new content

* [ADD] subscriptions/reporting/subscription_reports: new content
2020-07-08 17:27:14 +02:00
KBR
3510373455
[ADD] studio: documentation export/import customizations (#705) 2020-07-08 17:12:02 +02:00
KBR
973bbfb59b
[ADD] timesheet: doc about creating timesheets upon time off validation (#713) 2020-07-08 17:10:48 +02:00
KBR
ef414bda27
[ADD] studio: documentation about customizing reports (#710) 2020-07-08 17:08:03 +02:00
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