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.
- 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
- 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
- move all files in accounting/localizations --> accounting/fiscal-localizations/localizations
- fixes paths after the moves defined above
- add new doc about fiscal localization packages
- add references to the new doc mentionned above in the following docs: initial setup, tax returns and chart of accounts
- New "Reporting" section in the Accounting documentation
- New "Overview" sub-section in "Reporting"
- New "Declarations" sub-section in "Reporting"
- Move: others/reporting/customize --> reporting/overview/customize
- Move: others/reporting/main_reports --> reporting/overview/main_reports
- Move: fiscality/taxes/tax_returns --> reporting/declarations/tax_returns
- This documentation is five years old and the related content is in the Expenses section rather than Accounting.
- redirection: accounting/payables/misc/employee_expense --> expense/expense
There were several documentation pages in the accounting chapter that were explaining how to import bank files or how to record them manually. This new documentation replaces them all.
*: accounting, inventory, purchase
As these buttons points to demo.odoo.com, it is outdated very quickly
and leads to weird results were a button on the 10.0 documentation
points to demo.odoo.com that runs 13.0 or no longer exists.
- Removed the doc version and absolute path from all user doc redirections.
- Made developer doc redirections use 13.0 instead of online, master or earlier version string.
- Fixed outdated links.
- Enforced the use of :doc:, :ref: and :download: directives for redirections.
- Replaced google drive/docs links by doc redirections.
- Removed the numbering from headings because it was either inconsistent, breaking the implicit hyperlink target or useless.
- Fixed incorrect heading formattings.
- Replaced hand-written flows by the :menuselection: directive