As stated in 7ad6654, the Amazon Connector now authenticates itself
through an Odoo proxy. As the accounts set on the proxy have access to
Personally Identifiable Information (PII), it made the removed note
irrelevant.
This commit also adds a redirection rule for the page apply.html which
was removed in 7ad6654.
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.
* [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
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.
- 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
- 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
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)
- 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