forked from odoo/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
redirects.txt
320 lines (279 loc) · 36.8 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
# 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 :
contributing/documentation/guidelines.rst contributing/documentation/rst_guidelines.rst # guidelines --> rst_guidelines
# Redirections introduced in 12.0 :
administration/odoo_sh/documentation.rst administration/odoo_sh.rst # moved during doc-apocalypse (#945)
developer/webservices/upgrade.rst administration/upgrade/process.rst # removed incorrect page
developer/misc/api/upgrade.rst administration/upgrade/process.rst # removed incorrect page
support/user_doc.rst contributing/documentation/introduction_guide.rst # removed in forward-port of #544 (b109c3af)
contributing/documentation/introduction_guide.rst contributing/documentation.rst # flatten hierarchy: introduction_guide --> ../
# Redirections introduced in 13.0 :
sales/sale_amazon.rst applications/sales/sales/amazon_connector.rst # sale_amazon -> amazon_connector (#524)
sales/sale_amazon/apply.rst applications/sales/sales/amazon_connector/apply.rst # sale_amazon/* -> amazon_connector/* (#524)
sales/sale_amazon/setup.rst applications/sales/sales/amazon_connector/setup.rst # sale_amazon/* -> amazon_connector/* (#524)
sales/sale_amazon/manage.rst applications/sales/sales/amazon_connector/manage.rst # sale_amazon/* -> amazon_connector/* (#524)
sales/amazon_connector/apply.rst applications/sales/sales/amazon_connector/update.rst # (#728)
sales/sale_ebay.rst applications/sales/sales/ebay_connector.rst # sale_ebay -> ebay_connector (#524)
sales/ebay/setup.rst applications/sales/sales/ebay_connector/setup.rst # ebay/* moved to ebay_connector/* (#524)
sales/ebay/manage.rst applications/sales/sales/ebay_connector/manage.rst # ebay/* moved to ebay_connector/* (#524)
sales/send_quotations/optional_items.rst applications/sales/sales/send_quotations/optional_products.rst # (#533)
accounting/localizations/nederlands.rst applications/finance/accounting/localizations/netherlands.rst # (#514)
accounting/receivables/customer_invoices/refund.rst applications/finance/accounting/receivables/customer_invoices/credit_notes.rst # refund --> credit_notes (#475)
accounting/receivables/customer_payments/payment_sepa.rst applications/finance/accounting/receivables/customer_payments/batch_sdd.rst # payment_sepa --> batch_sdd (#475)
accounting/bank/feeds/synchronize.rst applications/finance/accounting/bank/feeds/bank_synchronization.rst # synchronize --> bank_synchronization (#535)
accounting/others/adviser/assets.rst applications/finance/accounting/payables/supplier_bills/assets.rst # others/adviser/* --> payables/supplier_bills/* (#541)
accounting/others/configuration/account_type.rst applications/finance/accounting/getting_started/initial_configuration/chart_of_accounts.rst # others/configuration/account_type --> getting_started/initial_configuration/chart_of_accounts (#554)
accounting/bank/feeds/manual.rst applications/finance/accounting/bank/feeds/bank_statements.rst # manual --> bank_statements [merged] (#569)
accounting/bank/feeds/coda.rst applications/finance/accounting/bank/feeds/bank_statements.rst # coda --> bank_statements [merged] (#569)
accounting/bank/feeds/ofx.rst applications/finance/accounting/bank/feeds/bank_statements.rst # ofx --> bank_statements [merged] (#569)
accounting/bank/feeds/qif.rst applications/finance/accounting/bank/feeds/bank_statements.rst # qif --> bank_statements [merged] (#569)
accounting/receivables/customer_invoices/installment_plans.rst applications/finance/accounting/receivables/customer_invoices/payment_terms.rst # installment_plans --> payment_terms [merged] (#573)
accounting/others/adviser/fiscalyear.rst applications/finance/accounting/taxation/fiscal_year/close_fiscal_year.rst # others/adviser/fiscalyear --> taxation/fiscal_year/close_fiscal_year (#575)
accounting/others/configuration/fiscal_year.rst applications/finance/accounting/taxation/fiscal_year/fiscal_year.rst # others/configuration/* --> taxation/fiscal_year/* (#575)
accounting/others/taxes.rst applications/finance/accounting/taxation/taxes.rst # others/* --> taxation/* (#575)
accounting/others/taxes/B2B_B2C.rst applications/finance/accounting/taxation/taxes/B2B_B2C.rst # others/* --> taxation/* (#575)
accounting/others/taxes/application.rst applications/finance/accounting/taxation/taxes/application.rst # others/* --> taxation/* (#575)
accounting/others/taxes/cash_basis_taxes.rst applications/finance/accounting/taxation/taxes/cash_basis_taxes.rst # others/* --> taxation/* (#575)
accounting/others/taxes/create.rst applications/finance/accounting/taxation/taxes/create.rst # others/* --> taxation/* (#575)
accounting/others/taxes/default_taxes.rst applications/finance/accounting/taxation/taxes/default_taxes.rst # others/* --> taxation/* (#575)
accounting/others/taxes/retention.rst applications/finance/accounting/taxation/taxes/retention.rst # others/* --> taxation/* (#575)
accounting/others/taxes/tax_included.rst applications/finance/accounting/taxation/taxes/tax_included.rst # others/* --> taxation/* (#575)
accounting/others/taxes/taxcloud.rst applications/finance/accounting/taxation/taxes/taxcloud.rst # others/* --> taxation/* (#575)
accounting/payables/misc/employee_expense.rst finance/expenses.rst # applications/finance/accounting/payables/misc/employee_expense --> expenses [merged]
accounting/others/reporting/customize.rst applications/finance/accounting/reporting/overview/customize.rst # others/reporting/* --> reporting/overview/*
accounting/others/reporting/main_reports.rst applications/finance/accounting/reporting/overview/main_reports.rst # others/reporting/* --> reporting/overview/*
accounting/fiscality/taxes/tax_returns.rst applications/finance/accounting/reporting/declarations/tax_returns.rst # fiscality/taxes/* --> reporting/declarations/*
accounting/bank/setup/create_bank_account.rst applications/finance/accounting/bank/setup/bank_accounts.rst # create_bank_account -> bank_accounts
accounting/localizations.rst applications/finance/accounting/fiscal_localizations/localizations.rst # localizations --> fiscal_localizations/localizations
accounting/localizations/argentina.rst applications/finance/accounting/fiscal_localizations/localizations/argentina.rst # localizations/* --> fiscal_localizations/localizations/*
accounting/localizations/colombia.rst applications/finance/accounting/fiscal_localizations/localizations/colombia.rst # localizations/* --> fiscal_localizations/localizations/*
accounting/localizations/colombia_ES.rst applications/finance/accounting/fiscal_localizations/localizations/colombia_ES.rst # localizations/* --> fiscal_localizations/localizations/*
accounting/localizations/france.rst applications/finance/accounting/fiscal_localizations/localizations/france.rst # localizations/* --> fiscal_localizations/localizations/*
accounting/localizations/germany.rst applications/finance/accounting/fiscal_localizations/localizations/germany.rst # localizations/* --> fiscal_localizations/localizations/*
accounting/localizations/italy_IT.rst applications/finance/accounting/fiscal_localizations/localizations/italy_IT.rst # localizations/* --> fiscal_localizations/localizations/*
accounting/localizations/mexico.rst applications/finance/accounting/fiscal_localizations/localizations/mexico.rst # localizations/* --> fiscal_localizations/localizations/*
accounting/localizations/netherlands.rst applications/finance/accounting/fiscal_localizations/localizations/netherlands.rst # localizations/* --> fiscal_localizations/localizations/*
accounting/localizations/spain.rst applications/finance/accounting/fiscal_localizations/localizations/spain.rst # localizations/* --> fiscal_localizations/localizations/*
accounting/localizations/switzerland.rst applications/finance/accounting/fiscal_localizations/localizations/switzerland.rst # localizations/* --> fiscal_localizations/localizations/*
accounting/payables/supplier_bills/bills_or_receipts.rst applications/finance/accounting/payables/supplier_bills/purchase_receipts.rst # bills_or_receipts.rst -> purchase_receipts.rst
accounting/bank/reconciliation/configure.rst applications/finance/accounting/bank/reconciliation/reconciliation_models.rst # configure -> reconciliation_models (#613)
accounting/receivables/customer_payments/credit_cards.rst applications/finance/accounting/receivables/customer_payments/online_payment.rst # credit_cards -> online_payment
accounting/fiscality/taxes/application.rst applications/finance/accounting/taxation/taxes/fiscal_positions.rst # fiscality/*/application -> taxation/*/fiscal_positions
accounting/fiscality/taxes/create.rst applications/finance/accounting/taxation/taxes/taxes.rst # fiscality/*/create -> taxation/*/taxes
accounting/fiscality/taxes/tax_included.rst applications/finance/accounting/taxation/taxes/taxes.rst # fiscality/*/tax_included -> taxation/*/taxes
accounting/bank/misc/batch.rst applications/finance/accounting/receivables/customer_payments/batch.rst # bank/misc/* -> receivables/customer_payments/*
accounting/fiscality/fiscal_year/close_fiscal_year.rst applications/finance/accounting/taxation/fiscal_year/close_fiscal_year.rst # fiscality/* -> taxation/*
accounting/fiscality/fiscal_year/fiscal_year.rst applications/finance/accounting/taxation/fiscal_year/fiscal_year.rst # fiscality/* -> taxation/*
accounting/fiscality/taxes/B2B_B2C.rst applications/finance/accounting/taxation/taxes/B2B_B2C.rst # fiscality/* -> taxation/*
accounting/fiscality/taxes/cash_basis_taxes.rst applications/finance/accounting/taxation/taxes/cash_basis_taxes.rst # fiscality/* -> taxation/*
accounting/fiscality/taxes/default_taxes.rst applications/finance/accounting/taxation/taxes/default_taxes.rst # fiscality/* -> taxation/*
accounting/fiscality/taxes/fiscal_positions.rst applications/finance/accounting/taxation/taxes/fiscal_positions.rst # fiscality/* -> taxation/*
accounting/fiscality/taxes/retention.rst applications/finance/accounting/taxation/taxes/retention.rst # fiscality/* -> taxation/*
accounting/fiscality/taxes/taxcloud.rst applications/finance/accounting/taxation/taxes/taxcloud.rst # fiscality/* -> taxation/*
accounting/fiscality/taxes/taxes.rst applications/finance/accounting/taxation/taxes/taxes.rst # fiscality/* -> taxation/*
accounting/fiscality/taxes/vat_validation.rst applications/finance/accounting/taxation/taxes/vat_validation.rst # fiscality/* -> taxation/*
applications/finance/accounting/overview/main_concepts/in_odoo.rst applications/finance/accounting.rst # finance/accounting/overview/main_concepts/in_odoo -> finance/accounting.rst
applications/finance/accounting/overview/main_concepts/memento.rst applications/finance/accounting/getting_started/memento.rst # overview/main_concepts/* -> getting_started/*
applications/finance/accounting/overview/getting_started/chart_of_accounts.rst applications/finance/accounting/getting_started/initial_configuration/chart_of_accounts.rst # overview/getting_started/* -> getting_started/initial_configuration/*
applications/finance/accounting/overview/getting_started/setup.rst applications/finance/accounting/getting_started/initial_configuration/setup.rst # overview/getting_started/* -> getting_started/initial_configuration/*
applications/finance/accounting/overview/process_overview/customer_invoice.rst applications/finance/accounting/getting_started/process_overview/customer_invoice.rst # overview/* -> getting_started/*
applications/finance/accounting/overview/process_overview/supplier_bill.rst applications/finance/accounting/getting_started/process_overview/supplier_bill.rst # overview/* -> getting_started/*
applications/finance/expense/expense.rst applications/finance/expenses.rst #expense/expense -> expenses
social_marketing/social_marketing.rst applications/marketing/social_marketing/overview.rst # social_marketing/* -> overview/* (#578)
project/planning/assignments.rst applications/services/project/planning/forecast.rst # assignments/* -> forecast/* (#583)
project/overview/main_concepts/introduction.rst applications/services/project/overview/setup.rst # main_concepts/* -> overview/* (#581)
project/configuration/collaboration.rst applications/services/project/tasks/collaborate.rst # configuration/collaboration -> tasks/collaborate (#581)
project/application/intro.rst applications/services/project/record_and_invoice/time_record.rst # application/intro -> record_and_invoice/time_record (#581)
project/configuration/setup.rst applications/services/project/overview/setup.rst # configuration/setup -> overview/setup (#581)
project/configuration/visualization.rst applications/services/project/tasks/get_started.rst # configuration/visualization -> tasks/get_started (#581)
project/configuration/time_record.rst applications/services/project/record_and_invoice/time_record.rst # configuration/time_record -> record_and_invoice/time_record (#581)
livechat/livechat.rst applications/websites/livechat/overview.rst # livechat/* -> overveiw/* (#601)
point_of_sale/advanced/barcode.rst applications/sales/point_of_sale/shop/barcode.rst # advanced/* --> shop/* (#612)
point_of_sale/advanced/multicashiers.rst applications/sales/point_of_sale/shop/multicashiers.rst # advanced/* --> shop/* (#612)
point_of_sale/advanced/reprint.rst applications/sales/point_of_sale/shop/reprint.rst # advanced/* --> shop/* (#612)
point_of_sale/advanced/cash_rounding.rst applications/sales/point_of_sale/shop/cash_rounding.rst # advanced/* --> shop/* (#612)
point_of_sale/overview/start.rst applications/sales/point_of_sale/overview/getting_started.rst # start --> getting_started (#600)
point_of_sale/shop/refund.rst applications/sales/point_of_sale/overview/getting_started.rst # shop/refund --> overview/getting_started (#600)
point_of_sale/analyze/statistics.rst applications/sales/point_of_sale/overview/getting_started.rst # analyze/statistics --> overview/getting_started (#600)
point_of_sale/advanced_pricing_features/manual_discount.rst applications/sales/point_of_sale/advanced_pricing_features/discounts.rst # manual_discount --> discounts (#611)
point_of_sale/advanced_pricing_features/seasonal_discount.rst applications/sales/point_of_sale/advanced_pricing_features/discounts.rst # seasonal_discount --> discounts (#611)
point_of_sale/restaurant/setup.rst applications/sales/point_of_sale/restaurant/restaurant.rst # setup --> restaurant (#610)
point_of_sale/restaurant/table.rst applications/sales/point_of_sale/restaurant/restaurant.rst # table --> restaurant (#610)
point_of_sale/restaurant/multi_orders.rst applications/sales/point_of_sale/restaurant/restaurant.rst # multi_orders --> restaurant (#610)
point_of_sale/restaurant/transfer.rst applications/sales/point_of_sale/restaurant/restaurant.rst # transfer --> restaurant (#610)
quality/control_points.rst applications/inventory_and_mrp/quality/control/control_points.rst # /* --> control/* (#469)
quality/alert_mo.rst applications/inventory_and_mrp/quality/alert/alert_mo.rst # /* --> alert/* (#469)
quality/alert_transfer.rst applications/inventory_and_mrp/quality/alert/alert_transfer.rst # /* --> alert/* (#469)
quality/quality_mo.rst applications/inventory_and_mrp/quality/checks/quality_mo.rst # /* --> checks/* (#469)
quality/quality_transfers.rst applications/inventory_and_mrp/quality/checks/quality_transfers.rst # /* --> checks/* (#469)
iot/connect.rst applications/productivity/iot/config/connect.rst # /* --> config/* (#446)
iot/pos.rst applications/productivity/iot/config/pos.rst # /* --> config/* (#446)
iot/iot_notfound.rst applications/productivity/iot/config/iot_notfound.rst # /* --> config/* (#446)
iot/flash_sdcard.rst applications/productivity/iot/config/flash_sdcard.rst # /* --> config/* (#446)
iot/devices/payment_terminal.rst applications/sales/point_of_sale/payment/ingenico.rst # iot/devices/payment_terminal --> applications/sales/point_of_sale/payment/ingenico (#446)
inventory/barcode/operations/delivery.rst applications/inventory_and_mrp/inventory/barcode/operations/internal.rst # delivery --> internal (#436)
inventory/barcode/operations/receipts.rst applications/inventory_and_mrp/inventory/barcode/operations/internal.rst # delivery --> internal (#436)
inventory/barcode/operations/lots_serial_numbers.rst applications/inventory_and_mrp/inventory/barcode/operations/internal.rst # delivery --> internal (#436)
inventory/barcode/operations/internal.rst applications/inventory_and_mrp/inventory/barcode/operations/internal.rst # delivery --> internal (#436)
inventory/routes/costing/landed_costs.rst applications/inventory_and_mrp/inventory/management/reporting/integrating_landed_costs.rst # routes/costing/landed_costs --> management/reporting/integrating_landed_costs (#503)
inventory/management/misc/schedulers.rst applications/inventory_and_mrp/inventory/management/planning/schedulers.rst # misc/* --> planning/* (#443)
inventory/settings/products/variants.rst applications/inventory_and_mrp/inventory/management/products/variants.rst # settings/* --> management/* (#424)
inventory/management/products/variants.rst sales/products_prices/products/variants.rst # applications/inventory_and_mrp/inventory/management/products/variants --> sales/products_prices/products/variants (#448)
inventory/settings/products.rst applications/inventory_and_mrp/inventory/management/products.rst # settings/* --> management/* (#424)
inventory/settings/products/strategies.rst applications/inventory_and_mrp/inventory/management/products/strategies.rst # settings/* --> management/* (#424)
inventory/settings/products/uom.rst applications/inventory_and_mrp/inventory/management/products/uom.rst # settings/* --> management/* (#424)
inventory/settings/products/usage.rst applications/inventory_and_mrp/inventory/management/products/usage.rst # settings/* --> management/* (#424)
inventory/management/adjustment/min_stock_rule_vs_mto.rst applications/inventory_and_mrp/inventory/management/replenishment_strategies/min_stock_rule_vs_mto.rst # adjustment/* --> replenishment_strategies/* (#424)
inventory/management/adjustment/virtual_warehouses.rst applications/inventory_and_mrp/inventory/management/replenishment_strategies/virtual_warehouses.rst # adjustment/* --> replenishment_strategies/* (#424)
inventory/settings/warehouses.rst applications/inventory_and_mrp/inventory/management/warehouses.rst # settings/* --> management/* (#424)
inventory/settings/warehouses/difference_warehouse_location.rst applications/inventory_and_mrp/inventory/management/warehouses/difference_warehouse_location.rst # settings/* --> management/* (#424)
inventory/settings/warehouses/location_creation.rst applications/inventory_and_mrp/inventory/management/warehouses/location_creation.rst # settings/* --> management/* (#424)
inventory/management/delivery/scheduled_dates.rst applications/inventory_and_mrp/inventory/management/planning/scheduled_dates.rst # delivery/scheduled_dates --> planning/scheduled_dates (#660)
inventory/management/planning/scheduled_date.rst applications/inventory_and_mrp/inventory/management/planning/scheduled_dates.rst # scheduled_date --> scheduled_dates (#660)
inventory/routes/concept/procurement_rule.rst applications/inventory_and_mrp/inventory/routes/concepts/use-routes.rst # procurement_rule --> use-routes (#693)
inventory/routes/concept/push_rule.rst applications/inventory_and_mrp/inventory/routes/concepts/use-routes.rst # push_rule --> use-routes (#693)
inventory/routes/concept/use_routes.rst applications/inventory_and_mrp/inventory/routes/concepts/use-routes.rst # use_routes --> use-routes (#693)
helpdesk/getting_started.rst applications/services/helpdesk/overview/getting_started.rst # (#565)
helpdesk/after_sales.rst applications/services/helpdesk/advanced/after_sales.rst # (#565)
helpdesk/close_tickets.rst applications/services/helpdesk/advanced/close_tickets.rst # (#565)
helpdesk/invoice_time.rst applications/services/helpdesk/timesheet_and_invoice/invoice_time.rst # (#565)
helpdesk/reinvoice_from_project.rst applications/services/helpdesk/timesheet_and_invoice/reinvoice_from_project.rst # (#565)
planning/duplicate_a_planning.rst applications/services/planning/overview/duplicate_a_planning.rst # (#567)
planning/send_planned_shifts.rst applications/services/planning/overview/send_planned_shifts.rst # (#567)
ecommerce/shopper_experience/payment.rst applications/general/payment_acquirers/payment_acquirers.rst # ecommerce/shopper_experience/payment --> general/payment_acquirers/payment_acquirers
ecommerce/shopper_experience/authorize.rst applications/general/payment_acquirers/authorize.rst # ecommerce/shopper_experience/* --> general/payment_acquirers/*
ecommerce/shopper_experience/paypal.rst applications/general/payment_acquirers/paypal.rst # ecommerce/shopper_experience/* --> general/payment_acquirers/*
ecommerce/shopper_experience/wire_transfer.rst applications/general/payment_acquirers/wire_transfer.rst # ecommerce/shopper_experience/* --> general/payment_acquirers/*
discuss/monitoring.rst applications/productivity/discuss/overview/get_started.rst # (#655)
discuss/mentions.rst applications/productivity/discuss/overview/get_started.rst # (#655)
discuss/tracking.rst applications/services/project/tasks/collaborate.rst # (#655)
discuss/email_servers.rst applications/productivity/discuss/advanced/email_servers.rst # (#655)
discuss/plan_activities.rst applications/productivity/discuss/overview/plan_activities.rst # (#655)
discuss/team_communication.rst applications/productivity/discuss/overview/team_communication.rst # (#655)
discuss/overview.rst applications/productivity/discuss/overview/get_started.rst # (#655)
crm/optimize/onsip.rst applications/general/voip/onsip.rst # crm/optimize/* --> general/voip/*
crm/optimize/setup.rst applications/general/voip/asterisk.rst # crm/optimize/setup --> general/voip/asterisk
general/odoo_basics/add_user.rst applications/general/odoo_basics/users.rst # add_user -> users
applications/general/in_app_purchase/in_app_purchase.rst applications/general/in_app_purchase.rst # in_app_purchase/in_app_purchase -> in_app_purchase
applications/general/multi_companies/manage_multi_companies.rst applications/general/companies.rst # multi_companies/manage_multi_companies -> companies
applications/general/multi_companies.rst applications/general/users/companies.rst # multi_companies -> companies
applications/general/payment_acquirers/payment_acquirers.rst applications/general/payment_acquirers.rst # payment_acquirers/payment_acquirers -> payment_acquirers
applications/general/unsplash/unsplash_access_key.rst applications/websites/website/optimize/unsplash.rst # general/unsplash/unsplash_access_key -> general/unsplash
applications/general/unsplash/unsplash_application_id.rst applications/websites/website/optimize/unsplash.rst # general/unsplash/unsplash_application_id -> general/unsplash
applications/general/unsplash.rst applications/websites/website/optimize/unsplash.rst # general/unsplash -> websites/website/optimize/unsplash
applications/general/base_import.rst applications/general/export_import_data.rst # base_import -> export_import_data
applications/general/base_import/import_faq.rst applications/general/export_import_data.rst
applications/general/base_import/adapt_template.rst applications/general/export_import_data.rst
applications/general/odoo_basics/export-data.rst applications/general/export_import_data.rst # odoo_basics/export-data -> export_import_data
applications/settings/users_and_features.rst applications/general.rst # settings/users_and_features -> general
applications/general/mobile.rst applications/general.rst # general/mobile -> general
applications/general/developer_mode/activate.rst applications/general/developer_mode.rst # developer_mode/activate -> developer_mode
applications/general/odoo_basics/users.rst applications/general/users.rst # odoo_basics/users -> users
applications/general/odoo_basics/choose_language.rst applications/general/users/language.rst # odoo_basics/choose_language -> users/language
applications/general/auth/google_spreadsheets.rst applications/sales/crm/performance/google_spreadsheets.rst # general/auth/* -> sales/crm/performance/
applications/finance/sign/overview/signature_validity.rst applications/finance/sign.rst # sign/overview/signature_validity -> sign/*
applications/marketing/survey/overview/create.rst applications/marketing/surveys/overview/create.rst # /survey/* -> /surveys/*
applications/marketing/survey/overview/scoring.rst applications/marketing/surveys/overview/scoring.rst # /survey/* -> /surveys/*
applications/marketing/survey/overview/time_random.rst applications/marketing/surveys/overview/time_random.rst # /survey/* -> /surveys/*
administration/db_management/db_premise.rst administration/maintain/db_premise.rst # /db_management/* -> /maintain/*
administration/db_management/hosting_changes.rst administration/maintain/hosting_changes.rst # /db_management/* -> /maintain/*
administration/db_upgrade.rst administration/upgrade/process.rst # db_upgrade -> /upgrade/process
administration/enterprise.rst administration/maintain/enterprise.rst # /* -> /maintain/*
administration/update.rst administration/maintain/update.rst # administration/* -> administration/maintain/*
administration/install.rst administration/install/install.rst # /* -> /install/*
administration/deployment/cdn.rst administration/install/cdn.rst # /deployment/* -> /install/*
administration/deployment/deploy.rst administration/install/deploy.rst # /deployment/* -> /install/*
administration/deployment/email_gateway.rst administration/install/email_gateway.rst # /deployment/* -> /install/*
administration/deployment/install.rst administration/install/install.rst # /deployment/* -> /install/*
administration/maintain/db_premise.rst administration/maintain/on_premise.rst # db_premise -> on_premise
administration/maintain/db_upgrade.rst administration/upgrade/process.rst # maintain/db_upgrade -> upgrade/process
administration/odoo_sh/advanced/upgrade_your_database.rst administration/upgrade/odoo_sh.rst # odoo_sh/advanced/upgrade_your_database -> upgrade/odoo_sh
developer/webservices/iap.rst developer/misc/api/iap.rst
developer/webservices/odoo.rst developer/misc/api/odoo.rst
developer/webservices/localizations.rst developer/misc/i18n/localization.rst
developer/reference/translations.rst developer/misc/i18n/translations.rst
developer/reference/cmdline.rst developer/misc/other/cmdline.rst
developer/reference/guidelines.rst developer/misc/other/guidelines.rst
developer/reference/iot.rst developer/misc/other/iot.rst
developer/reference/actions.rst developer/reference/addons/actions.rst
developer/reference/data.rst developer/reference/addons/data.rst
developer/reference/http.rst developer/reference/addons/http.rst
developer/reference/mixins.rst developer/reference/addons/mixins.rst
developer/reference/module.rst developer/reference/addons/module.rst
developer/reference/orm.rst developer/reference/addons/orm.rst
developer/reference/reports.rst developer/reference/addons/reports.rst
developer/reference/security.rst developer/reference/addons/security.rst
developer/reference/testing.rst developer/reference/addons/testing.rst
developer/reference/views.rst developer/reference/addons/views.rst
developer/reference/javascript_cheatsheet.rst developer/reference/javascript/javascript_cheatsheet.rst
developer/reference/javascript_reference.rst developer/reference/javascript/javascript_reference.rst
developer/reference/mobile.rst developer/reference/javascript/mobile.rst
developer/reference/qweb.rst developer/reference/javascript/qweb.rst
services/support/supported_versions.rst administration/maintain/supported_versions.rst # services/support/* -> administration/maintain/*
# Redirections introduced in 14.0 :
legal/others/cla.rst legal/cla.rst
legal/licenses/licenses.rst legal/licenses.rst
crm/optimize/mail_client_extension.rst applications/sales/crm/optimize/outlook_extension.rst # mail_client_extension -> outlook_extension | mail_client_extension is the first link provided as a tip in Odoo 14 but should be updated and point directly to outlook_extension
crm/optimize/google_calendar_credentials.rst applications/general/calendars/google/google_calendar_credentials.rst # (#765)
purchase/purchases/tender/blanket_orders.rst applications/inventory_and_mrp/purchase/manage_deals/agreements.rst # (#823)
purchase/purchases/tender/call_for_tender.rst applications/inventory_and_mrp/purchase/manage_deals/agreements.rst # (#823)
purchase/purchases/rfq/3_way_matching.rst applications/inventory_and_mrp/purchase/manage_deals/control_bills.rst # (#829)
purchase/purchases/rfq/bills.rst applications/inventory_and_mrp/purchase/manage_deals/control_bills.rst # (#829)
purchase/purchases/master/uom.rst applications/inventory_and_mrp/purchase/products/uom.rst # (#814)
purchase/replenishment/flows/compute_date.rst applications/inventory_and_mrp/inventory/management/planning/scheduled_dates.rst # (#814)
purchase/replenishment/flows/purchase_triggering.rst applications/inventory_and_mrp/purchase/products/reordering.rst # (#814)
purchase/replenishment/flows/setup_stock_rule.rst applications/inventory_and_mrp/purchase/products/reordering.rst # (#814)
purchase/replenishment/multicompany/setup.rst applications/general/multi_companies/manage_multi_companies.rst # (#814)
# Redirections introduced in 15.0 :
applications/general/product_images.rst applications/sales/sales/products_prices/products/product_images.rst # fix a wrong target hard-coded in Odoo
sales/crm/optimize/outlook_extension.rst productivity/mail_plugins/outlook.rst
developer/reference/addons.rst developer/reference/backend.rst
developer/reference/addons/actions.rst developer/reference/backend/actions.rst
developer/reference/addons/assets.rst developer/reference/backend/assets.rst
developer/reference/addons/data.rst developer/reference/backend/data.rst
developer/reference/addons/http.rst developer/reference/backend/http.rst
developer/reference/addons/mixins.rst developer/reference/backend/mixins.rst
developer/reference/addons/module.rst developer/reference/backend/module.rst
developer/reference/addons/orm.rst developer/reference/backend/orm.rst
developer/reference/addons/reports.rst developer/reference/backend/reports.rst
developer/reference/addons/security.rst developer/reference/backend/security.rst
developer/reference/addons/testing.rst developer/reference/backend/testing.rst
developer/reference/addons/views.rst developer/reference/backend/views.rst
developer/reference/javascript.rst developer/reference/frontend.rst
developer/reference/javascript/framework_overview.rst developer/reference/frontend/framework_overview.rst
developer/reference/javascript/javascript_modules.rst developer/reference/frontend/javascript_modules.rst
developer/reference/javascript/owl_component_system.rst developer/reference/frontend/owl_component_system.rst
developer/reference/javascript/registries.rst developer/reference/frontend/registries.rst
developer/reference/javascript/services.rst developer/reference/frontend/services.rst
developer/reference/javascript/generic_components.rst developer/reference/frontend/generic_components.rst
developer/reference/javascript/hooks.rst developer/reference/frontend/hooks.rst
developer/reference/javascript/javascript_cheatsheet.rst developer/reference/frontend/javascript_cheatsheet.rst
developer/reference/javascript/javascript_reference.rst developer/reference/frontend/javascript_reference.rst
developer/reference/javascript/mobile.rst developer/reference/frontend/mobile.rst
developer/reference/javascript/qweb.rst developer/reference/frontend/qweb.rst
developer/reference/backend/assets.rst developer/reference/frontend/assets.rst
developer/reference/frontend/owl_component_system.rst developer/reference/frontend/owl_components.rst
developer/reference/frontend/generic_components.rst developer/reference/frontend/owl_components.rst