forked from odoo/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
redirects.txt
143 lines (125 loc) · 14.9 KB
/
redirects.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
# 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)
accounting/payables/misc/employee_expense.rst expense/expense.rst # accounting/payables/misc/employee_expense --> expense/expense [merged]
accounting/others/reporting/customize.rst accounting/reporting/overview/customize.rst # others/reporting/* --> reporting/overview/*
accounting/others/reporting/main_reports.rst accounting/reporting/overview/main_reports.rst # others/reporting/* --> reporting/overview/*
accounting/fiscality/taxes/tax_returns.rst accounting/reporting/declarations/tax_returns.rst # fiscality/taxes/* --> reporting/declarations/*
accounting/bank/setup/create_bank_account.rst accounting/bank/setup/bank_accounts.rst # create_bank_account -> bank_accounts
accounting/localizations.rst accounting/fiscal_localizations/localizations.rst # localizations --> fiscal_localizations/localizations
accounting/localizations/argentina.rst accounting/fiscal_localizations/localizations/argentina.rst # localizations/* --> fiscal_localizations/localizations/*
accounting/localizations/colombia.rst accounting/fiscal_localizations/localizations/colombia.rst # localizations/* --> fiscal_localizations/localizations/*
accounting/localizations/colombia_ES.rst accounting/fiscal_localizations/localizations/colombia_ES.rst # localizations/* --> fiscal_localizations/localizations/*
accounting/localizations/france.rst accounting/fiscal_localizations/localizations/france.rst # localizations/* --> fiscal_localizations/localizations/*
accounting/localizations/germany.rst accounting/fiscal_localizations/localizations/germany.rst # localizations/* --> fiscal_localizations/localizations/*
accounting/localizations/italy_IT.rst accounting/fiscal_localizations/localizations/italy_IT.rst # localizations/* --> fiscal_localizations/localizations/*
accounting/localizations/mexico.rst accounting/fiscal_localizations/localizations/mexico.rst # localizations/* --> fiscal_localizations/localizations/*
accounting/localizations/netherlands.rst accounting/fiscal_localizations/localizations/netherlands.rst # localizations/* --> fiscal_localizations/localizations/*
accounting/localizations/spain.rst accounting/fiscal_localizations/localizations/spain.rst # localizations/* --> fiscal_localizations/localizations/*
accounting/localizations/switzerland.rst accounting/fiscal_localizations/localizations/switzerland.rst # localizations/* --> fiscal_localizations/localizations/*
accounting/payables/supplier_bills/bills_or_receipts.rst accounting/payables/supplier_bills/purchase_receipts.rst # bills_or_receipts.rst -> purchase_receipts.rst
accounting/bank/reconciliation/configure.rst accounting/bank/reconciliation/reconciliation_models.rst # configure -> reconciliation_models (#613)
social_marketing/social_marketing.rst social_marketing/overview.rst # social_marketing/* -> overview/* (#578)
project/planning/assignments.rst project/planning/forecast.rst # assignments/* -> forecast/* (#583)
project/overview/main_concepts/introduction.rst project/overview/setup.rst # main_concepts/* -> overview/* (#581)
project/configuration/collaboration.rst project/tasks/collaborate.rst # configuration/collaboration -> tasks/collaborate (#581)
project/application/intro.rst project/record_and_invoice/time_record.rst # application/intro -> record_and_invoice/time_record (#581)
project/configuration/setup.rst project/overview/setup.rst # configuration/setup -> overview/setup (#581)
project/configuration/visualization.rst project/tasks/get_started.rst # configuration/visualization -> tasks/get_started (#581)
project/configuration/time_record.rst project/record_and_invoice/time_record.rst # configuration/time_record -> record_and_invoice/time_record (#581)
livechat/livechat.rst livechat/overview.rst # livechat/* -> overveiw/* (#601)
point_of_sale/advanced/barcode.rst point_of_sale/shop/barcode.rst # advanced/* --> shop/* (#612)
point_of_sale/advanced/multicashiers.rst point_of_sale/shop/multicashiers.rst # advanced/* --> shop/* (#612)
point_of_sale/advanced/reprint.rst point_of_sale/shop/reprint.rst # advanced/* --> shop/* (#612)
point_of_sale/advanced/cash_rounding.rst point_of_sale/shop/cash_rounding.rst # advanced/* --> shop/* (#612)
quality/control_points.rst quality/control/control_points.rst # /* --> control/* (#469)
quality/alert_mo.rst quality/alert/alert_mo.rst # /* --> alert/* (#469)
quality/alert_transfer.rst quality/alert/alert_transfer.rst # /* --> alert/* (#469)
quality/quality_mo.rst quality/checks/quality_mo.rst # /* --> checks/* (#469)
quality/quality_transfers.rst quality/checks/quality_transfers.rst # /* --> checks/* (#469)
iot/connect.rst iot/config/connect.rst # /* --> config/* (#446)
iot/pos.rst iot/config/pos.rst # /* --> config/* (#446)
iot/iot_notfound.rst iot/config/iot_notfound.rst # /* --> config/* (#446)
iot/flash_sdcard.rst iot/config/flash_sdcard.rst # /* --> config/* (#446)
iot/devices/payment_terminal.rst point_of_sale/payment/ingenico.rst # iot/devices/payment_terminal --> point_of_sale/payment/ingenico (#446)
inventory/barcode/operations/delivery.rst inventory/barcode/operations/internal.rst # delivery --> internal (#436)
inventory/barcode/operations/receipts.rst inventory/barcode/operations/internal.rst # delivery --> internal (#436)
inventory/barcode/operations/lots_serial_numbers.rst inventory/barcode/operations/internal.rst # delivery --> internal (#436)
inventory/barcode/operations/internal.rst inventory/barcode/operations/internal.rst # delivery --> internal (#436)
inventory/routes/costing/landed_costs.rst inventory/management/reporting/integrating_landed_costs.rst # routes/costing/landed_costs --> management/reporting/integrating_landed_costs (#503)
inventory/management/misc/schedulers.rst inventory/management/planning/schedulers.rst # misc/* --> planning/* (#443)
inventory/settings/products/variants.rst inventory/management/products/variants.rst # settings/* --> management/* (#424)
inventory/management/products/variants.rst sales/products_prices/products/variants.rst # inventory/management/products/variants --> sales/products_prices/products/variants (#448)
inventory/settings/products.rst inventory/management/products.rst # settings/* --> management/* (#424)
inventory/settings/products/strategies.rst inventory/management/products/strategies.rst # settings/* --> management/* (#424)
inventory/settings/products/uom.rst inventory/management/products/uom.rst # settings/* --> management/* (#424)
inventory/settings/products/usage.rst inventory/management/products/usage.rst # settings/* --> management/* (#424)
inventory/management/adjustment/min_stock_rule_vs_mto.rst inventory/management/replenishment_strategies/min_stock_rule_vs_mto.rst # adjustment/* --> replenishment_strategies/* (#424)
inventory/management/adjustment/virtual_warehouses.rst inventory/management/replenishment_strategies/virtual_warehouses.rst # adjustment/* --> replenishment_strategies/* (#424)
inventory/settings/warehouses.rst inventory/management/warehouses.rst # settings/* --> management/* (#424)
inventory/settings/warehouses/difference_warehouse_location.rst inventory/management/warehouses/difference_warehouse_location.rst # settings/* --> management/* (#424)
inventory/settings/warehouses/location_creation.rst inventory/management/warehouses/location_creation.rst # settings/* --> management/* (#424)
inventory/management/delivery/scheduled_dates.rst inventory/management/planning/scheduled_dates.rst # delivery/scheduled_dates --> planning/scheduled_dates (#660)
inventory/management/planning/scheduled_date.rst inventory/manamgent/planning/scheduled_dates.rst # scheduled_date --> scheduled_dates (#660)
helpdesk/getting_started.rst helpdesk/overview/getting_started.rst # (#565)
helpdesk/after_sales.rst helpdesk/advanced/after_sales.rst # (#565)
helpdesk/close_tickets.rst helpdesk/advanced/close_tickets.rst # (#565)
helpdesk/invoice_time.rst helpdesk/timesheet_and_invoice/invoice_time.rst # (#565)
helpdesk/reinvoice_from_project.rst helpdesk/timesheet_and_invoice/reinvoice_from_project.rst # (#565)
planning/duplicate_a_planning.rst planning/overview/duplicate_a_planning.rst # (#567)
planning/send_planned_shifts.rst planning/overview/send_planned_shifts.rst # (#567)