documentation/redirects.txt
Jonathan dcce0fbc37
[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
2020-04-08 11:08:37 +02:00

70 lines
5.8 KiB
Plaintext

# REDIRECT RULES #
# Each line in this file specifies a redirect rule that redirects users from one URL to another.
#
# Redirect rules must follow this pattern: old_file.rst new_file.rst # optional comment
# Both parts are file paths and must thus include the full path of the file starting from the root
# of the documentation to the file name, including the .rst extension.
# If you consider it necessary, add a comment after the symbol '#' to explain why the redirection is
# needed.
#
# A redirect rule must be added to this file in the following cases:
#
# 1. An RST file is moved from one location to another.
# Example: The documentation of the Sales app is moved from sale_app/ to sales/ .
# Rules: sale_app/send_quotations.rst sales/send_quotations.rst
# sale_app/send_quotations/quote_template.rst sales/send_quotations/quote_template.rst
# sale_app/invoicing.rst sales/invoicing.rst # ...and so on.
#
# 2. An RST file is renamed.
# Example: The file create_quotations.rst in sales/ is renamed to quotations.rst.
# Rule: sales/create_quotations.rst sales/quotations.rst # no longer limited to creating quotes
#
# Write your rules in the section below corresponding to your target version. All rules are active
# no matter the version. The section's only purpose is to help with the triage.
# Consider indicating the reference of the PR (#123) that made a rule necessary, if any.
# Redirections introduced in 11.0 :
# Redirections introduced in 12.0 :
support/user_doc.rst contributing/documentation/introduction_guide.rst # removed in forward-port of #544 (b109c3af)
# Redirections introduced in 13.0 :
sales/sale_amazon.rst sales/amazon_connector.rst # sale_amazon -> amazon_connector (#524)
sales/sale_amazon/apply.rst sales/amazon_connector/apply.rst # sale_amazon/* -> amazon_connector/* (#524)
sales/sale_amazon/setup.rst sales/amazon_connector/setup.rst # sale_amazon/* -> amazon_connector/* (#524)
sales/sale_amazon/manage.rst sales/amazon_connector/manage.rst # sale_amazon/* -> amazon_connector/* (#524)
sales/sale_ebay.rst sales/ebay_connector.rst # sale_ebay -> ebay_connector (#524)
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)
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)