Commit Graph

2116 Commits

Author SHA1 Message Date
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: https://github.com/odoo/odoo/commit/4ba8f51d87be394988e6e2889cf03f351afea1a0

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
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
Olivier Dony 5b80ed551c [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
2020-06-09 02:04:10 +02:00
Jonathan 7b485f8049 [ADD] accounting: add new doc about the "Verify VAT numbers" feature (#692) 2020-06-05 13:19:08 +02:00
KBR 861b9c8083 [IMP] discuss: delete redirection for mail_twitter.rst (#691)
The redirection discuss/mail_twitter.rst discuss/overview/get_started.rst # was deleted in order not to have the user being redirected to a page not related in any sense to what he would be looking for.
The functionality explained on the documentation mail_twitter.rst does not exist since V12.
2020-06-04 14:12:30 +02:00
KBR c71d623ef4 [IMP] discuss: documentation updated (#655)
- monitoring.rst + mentions.rst = get_started.rst;
- mail_twitter.rst = deleted (functionality does not exist since V12)
- tracking.rst = project/tasks/collaborate.rst
2020-06-04 08:45:29 +02:00
Jonathan Castillo 15bbcb3286 [IMP] accounting: add rewritten doc about Fiscal Positions
- redirection
  accounting/fiscality/taxes/application.rst accounting/fiscality/taxes/fiscal_positions.rst
2020-06-04 08:29:20 +02:00
Jonathan 1bb9a90dbd [IMP] general: new version of the Authorize.Net doc (#683) 2020-06-04 00:55:43 +02:00
Jonathan aa08829bb6 [ADD] accounting: add a new doc about Invoice Online Payment (#678)
- This doc replaces the one about Credit Cards.

  - removed accounting/receivables/customer_payments/credit_cards.rst

- The content related to Credit Cards has been moved to general/payment_acquirers/payment_acquirers.rst
- redirection:

  - accounting/receivables/customer_payments/credit_cards.rst accounting/receivables/customer_payments/online_payment.rst
2020-06-04 00:43:34 +02:00
bve-odoo 2c5eddd2d7 [IMP] discuss: port 25 blocked for SMTP (#689) info added on email_server.rst
Port 25 is blocked for db hosted on Google Cloud, which mean almost every db on 12.3 & 13.
2020-06-03 10:51:28 +02:00
KBR 4bac2e5ab9 [IMP] project: changed screenshots on email_alias.rst (#690) 2020-06-02 10:07:15 +02:00
jop-odoo 42b3b6bb99 [IMP] odoo_sh: clarify dev branch behavior (#688)
Some users have reported that current wording sets the
expectation that there will be a notification when dev
branches will be eliminated after the three days.
This makes it clear that after 3 days dev branches are
automatically garbage collected at any moment without
prior notice.
2020-06-02 09:39:28 +02:00
Antoine Prieëls 033c2e1a4a [IMP] point_of_sale: Six and Ingenico terminals (#679)
The integration of Six has changed in 13.0. An IoT Box is no longer
required and the configuration has changed.

One of the steps for the configuration of the Ingenico terminal was
unnecessary.
2020-05-26 14:21:12 +02:00
KBR 92a323131d [IMP] general: add_user.rst improved/updated (#659) 2020-05-25 20:30:16 +02:00
KBR 66d58b1e38 [ADD] helpdesk: doc about reports (#661) 2020-05-25 19:03:00 +02:00
Jonathan 2dbddd8ff7 [IMP] general: add new doc about payment acquirers (#676)
- Updates the main current doc about Payment Acquirers with a completely new doc
- Moves some docs from ecommerce to general
- redirects

  - ecommerce/shopper_experience/payment --> general/payment_acquirers/payment_acquirers
  - ecommerce/shopper_experience/authorize --> general/payment_acquirers/authorize
  - ecommerce/shopper_experience/paypal --> general/payment_acquirers/paypal
  - ecommerce/shopper_experience/wire_transfer --> general/payment_acquirers/wire_transfer
2020-05-25 18:59:17 +02:00