[FIX] redirects: add redirections for moves in accounting

This commit adds redirections for files moved in #475, #541, #535, #554, #569, #573 and #575:

receivables/customer_invoices/refund --> receivables/customer_invoices/credit_notes
receivables/customer_payments/payment_sepa --> receivables/customer_payments/batch_sdd
bank/feeds/synchronize --> bank/feeds/bank_synchronization
others/adviser/assets --> payables/supplier_bills/assets
others/configuration/account_type --> overview/getting_started/chart_of_accounts
bank/feeds/manual --> bank/feeds/bank_statements
bank/feeds/coda --> bank/feeds/bank_statements
bank/feeds/ofx --> bank/feeds/bank_statements
bank/feeds/qif --> bank/feeds/bank_statements
receivables/customer_invoices/installment_plans --> receivables/customer_invoices/payment_terms
others/adviser/fiscalyear --> fiscality/fiscal_year/close_fiscal_year
others/configuration/fiscal_year --> fiscality/fiscal_year/fiscal_year
others/taxes --> fiscality/taxes
others/taxes/B2B_B2C --> fiscality/taxes/B2B_B2C
others/taxes/application --> fiscality/taxes/application
others/taxes/cash_basis_taxes --> fiscality/taxes/cash_basis_taxes
others/taxes/create --> fiscality/taxes/create
others/taxes/default_taxes --> fiscality/taxes/default_taxes
others/taxes/retention --> fiscality/taxes/retention
others/taxes/tax_included --> fiscality/taxes/tax_included
others/taxes/taxcloud --> fiscality/taxes/taxcloud

Closes #628
This commit is contained in:
Jonathan 2020-04-08 11:08:37 +02:00 committed by GitHub
parent d9cca766b4
commit dcce0fbc37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,28 @@ sales/sale_ebay.rst sales/ebay_connector.rst # sale_ebay -> e
sales/ebay/setup.rst sales/ebay_connector/setup.rst # ebay/* moved to ebay_connector/* (#524)
sales/ebay/manage.rst sales/ebay_connector/manage.rst # ebay/* moved to ebay_connector/* (#524)
sales/send_quotations/optional_items.rst sales/send_quotations/optional_products.rst # (#533)
accounting/localizations/nederlands.rst accounting/localizations/netherlands.rst # (#514)
sales/send_quotations/optional_items.rst sales/send_quotations/optional_products.rst # (#533)
accounting/receivables/customer_invoices/refund.rst accounting/receivables/customer_invoices/credit_notes.rst # refund --> credit_notes (#475)
accounting/receivables/customer_payments/payment_sepa.rst accounting/receivables/customer_payments/batch_sdd.rst # payment_sepa --> batch_sdd (#475)
accounting/bank/feeds/synchronize.rst accounting/bank/feeds/bank_synchronization.rst # synchronize --> bank_synchronization (#535)
accounting/others/adviser/assets.rst accounting/payables/supplier_bills/assets.rst # others/adviser/* --> payables/supplier_bills/* (#541)
accounting/others/configuration/account_type.rst accounting/overview/getting_started/chart_of_accounts.rst # others/configuration/account_type --> overview/getting_started/chart_of_accounts (#554)
accounting/bank/feeds/manual.rst accounting/bank/feeds/bank_statements.rst # manual --> bank_statements [merged] (#569)
accounting/bank/feeds/coda.rst accounting/bank/feeds/bank_statements.rst # coda --> bank_statements [merged] (#569)
accounting/bank/feeds/ofx.rst accounting/bank/feeds/bank_statements.rst # ofx --> bank_statements [merged] (#569)
accounting/bank/feeds/qif.rst accounting/bank/feeds/bank_statements.rst # qif --> bank_statements [merged] (#569)
accounting/receivables/customer_invoices/installment_plans.rst accounting/receivables/customer_invoices/payment_terms.rst # installment_plans --> payment_terms [merged] (#573)
accounting/others/adviser/fiscalyear.rst accounting/fiscality/fiscal_year/close_fiscal_year.rst # others/adviser/fiscalyear --> fiscality/fiscal_year/close_fiscal_year (#575)
accounting/others/configuration/fiscal_year.rst accounting/fiscality/fiscal_year/fiscal_year.rst # others/configuration/* --> fiscality/fiscal_year/* (#575)
accounting/others/taxes.rst accounting/fiscality/taxes.rst # others/* --> fiscality/* (#575)
accounting/others/taxes/B2B_B2C.rst accounting/fiscality/taxes/B2B_B2C.rst # others/* --> fiscality/* (#575)
accounting/others/taxes/application.rst accounting/fiscality/taxes/application.rst # others/* --> fiscality/* (#575)
accounting/others/taxes/cash_basis_taxes.rst accounting/fiscality/taxes/cash_basis_taxes.rst # others/* --> fiscality/* (#575)
accounting/others/taxes/create.rst accounting/fiscality/taxes/create.rst # others/* --> fiscality/* (#575)
accounting/others/taxes/default_taxes.rst accounting/fiscality/taxes/default_taxes.rst # others/* --> fiscality/* (#575)
accounting/others/taxes/retention.rst accounting/fiscality/taxes/retention.rst # others/* --> fiscality/* (#575)
accounting/others/taxes/tax_included.rst accounting/fiscality/taxes/tax_included.rst # others/* --> fiscality/* (#575)
accounting/others/taxes/taxcloud.rst accounting/fiscality/taxes/taxcloud.rst # others/* --> fiscality/* (#575)