2024-03-04 18:02:08 +07:00
|
|
|
# administration
|
|
|
|
|
|
|
|
administration/install.rst administration/on_premise.rst # install -> on_premise
|
|
|
|
administration/install/deploy.rst administration/on_premise/deploy.rst # install/* -> on_premise/*
|
|
|
|
administration/install/email_gateway.rst administration/on_premise/email_gateway.rst # install/* -> on_premise/*
|
|
|
|
administration/install/online.rst administration/odoo_online.rst # install/online -> odoo_online (merged with odoo_online)
|
|
|
|
administration/install/geo_ip.rst administration/on_premise/geo_ip.rst # install/* -> on_premise/*
|
|
|
|
administration/install/packages.rst administration/on_premise/packages.rst # install/* -> on_premise/*
|
|
|
|
administration/install/source.rst administration/on_premise/source.rst # install/* -> on_premise/*
|
|
|
|
administration/install/cdn.rst applications/websites/website/configuration/cdn.rst # administration/install/* -> applicastions/websites/website/configuration/*
|
|
|
|
administration/maintain/azure_oauth.rst applications/general/email_communication/azure_oauth.rst # administration/maintain/* -> applications/general/email_communication/*
|
|
|
|
administration/maintain/domain_names.rst applications/websites/website/configuration/domain_names.rst # administration/maintain/* -> applicastions/websites/website/configuration/*
|
|
|
|
administration/maintain/enterprise.rst administration/on_premise/community_to_enterprise.rst # maintain/enterprise -> on_premise/community_to_enterprise
|
|
|
|
administration/maintain/google_oauth.rst applications/general/email_communication/google_oauth.rst # administration/maintain/* -> applications/general/email_communication/*
|
|
|
|
administration/maintain/hosting_changes.rst administration/hosting.rst # maintain/hosting_changes -> maintain/hosting
|
|
|
|
administration/maintain/mailjet_api.rst applications/general/email_communication/mailjet_api.rst # administration/maintain/* -> applications/general/email_communication/*
|
|
|
|
administration/maintain/odoo_online.rst administration/odoo_online.rst # maintain/* -> *
|
|
|
|
administration/maintain/on_premise.rst administration/install.rst # maintain/on_premise -> install
|
2024-03-12 16:46:33 +07:00
|
|
|
administration/maintain/supported_versions.rst administration/supported_versions.rst # maintain/* -> *
|
2024-03-04 18:02:08 +07:00
|
|
|
administration/maintain/update.rst administration/on_premise/update.rst # maintain/* -> on_premise/*
|
|
|
|
|
[IMP] redirects: split redirects.txt into multiple, per-version, files
The `redirects.txt` file used to specify redirect rules for renamed or
moved documentation pages is starting to grow too big to be easily
maintainable. The main reason is that the number of redirect rules that
were thought to be required has been largely underestimated when
implementing the 'redirects' extension. At first, we believed that no
guidelines or structure were necessary because only a small amount of
redirect rules would be specified. This proved wrong and the file is now
becoming a mess, making it increasingly difficult to figure out where,
why, when, and if a redirect rule is specified in the file.
As the file is versioned, another issue emerges: conflicts occur every
time a commit is forward-ported to a later version if that commit adds a
redirect rule at the end of the file or at a line that was changed in
the later version. As redirect rules are frequently added, and since
blocks of redirect rules for new versions are added at the end of the
file, this tends to happen a lot.
This commit attempts to hit two birds with one stone by splitting the
`redirects.txt` file into multiple files, one per version. While doing
so, the existing redirect rules are ordered alphabetically and moved
into contextual blocks. Instructions and guidelines on how to create
redirect rules are also listed in the `redirects/MANUAL.md` file. By
sorting the redirect rules and adding them in different files, the
number of conflicts should decrease by a lot.
task-2891912
closes odoo/documentation#2292
X-original-commit: 0417b955142331c16d82e0f4bafe5609f8b39da0
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-06-22 19:07:05 +07:00
|
|
|
# applications/finance
|
|
|
|
|
2023-05-12 17:52:05 +07:00
|
|
|
applications/finance/accounting/bank/interbank.rst applications/finance/accounting/payments/internal_transfers.rst # bank/interbank -> payments/internal_transfers
|
|
|
|
applications/finance/accounting/bank/reconciliation/cash_transactions.rst applications/finance/accounting/bank/reconciliation_cash.rst # bank/reconciliation/cash_transactions -> bank/reconciliation_cash
|
|
|
|
applications/finance/accounting/bank/reconciliation/reconciliation_models.rst applications/finance/accounting/bank/reconciliation_models.rst # bank/reconciliation/* -> bank/*
|
|
|
|
applications/finance/accounting/bank/reconciliation/use_cases.rst applications/finance/accounting/bank/reconciliation.rst # reconciliation/use_cases -> reconciliation
|
|
|
|
applications/finance/accounting/bank/setup/bank_accounts.rst applications/finance/accounting/bank.rst # bank/setup/bank_accounts -> bank
|
|
|
|
applications/finance/accounting/bank/setup/foreign_currency.rst applications/finance/accounting/bank/foreign_currency.rst # bank/setup/* -> bank/*
|
|
|
|
applications/finance/accounting/bank/setup/manage_cash_register.rst applications/finance/accounting/bank/cash_register.rst # bank/setup/manage_cash_register -> bank/cash_register
|
|
|
|
applications/finance/accounting/bank/setup/outstanding_accounts.rst applications/finance/accounting/bank.rst # bank/setup/outstanding_accounts -> bank
|
|
|
|
applications/finance/accounting/getting_started/cheat_sheet.rst applications/finance/accounting/get_started/cheat_sheet.rst # getting_started/* -> get_started/*
|
|
|
|
applications/finance/accounting/getting_started/initial_configuration/chart_of_accounts.rst applications/finance/accounting/get_started/chart_of_accounts.rst # getting_started/initial_configuration/* -> get_started/*
|
|
|
|
applications/finance/accounting/getting_started/initial_configuration/setup.rst applications/finance/accounting/get_started.rst # getting_started/initial_configuration/setup -> get_started
|
|
|
|
applications/finance/accounting/getting_started/main_concept.rst applications/finance/accounting.rst # accounting/getting_started/main_concept -> accounting
|
|
|
|
applications/finance/accounting/getting_started/process_overview/customer_invoice.rst applications/finance/accounting/customer_invoices.rst # getting_started/process_overview/customer_invoice -> customer_invoices
|
|
|
|
applications/finance/accounting/getting_started/process_overview/supplier_bill.rst applications/finance/accounting/vendor_bills.rst # getting_started/process_overview/supplier_bill -> vendor_bills
|
|
|
|
applications/finance/accounting/others/adviser/budget.rst applications/finance/accounting/reporting/budget.rst # others/adviser/* -> reporting/*
|
|
|
|
applications/finance/accounting/others/analytic/purchases_expenses.rst applications/finance/accounting/reporting/analytic/purchases_expenses.rst # others/analytic/* -> reporting/analytic/*
|
|
|
|
applications/finance/accounting/others/analytic/timesheets.rst applications/finance/accounting/reporting/analytic/timesheets.rst # others/analytic/* -> reporting/analytic/*
|
|
|
|
applications/finance/accounting/others/analytic/usage.rst applications/finance/accounting/reporting/analytic.rst # others/analytic/usage -> reporting/analytic
|
|
|
|
applications/finance/accounting/others/inventory/avg_price_valuation.rst applications/finance/accounting/get_started/avg_price_valuation.rst # others/inventory/* -> get_started/*
|
|
|
|
applications/finance/accounting/others/multi_currency.rst applications/finance/accounting/get_started/multi_currency.rst # others/* -> get_started/*
|
|
|
|
applications/finance/accounting/others/multicurrencies/exchange.rst applications/finance/accounting/get_started/multi_currency.rst # others/multicurrencies/* -> get_started/multi_currency
|
|
|
|
applications/finance/accounting/others/multicurrencies/how_it_works.rst applications/finance/accounting/get_started/multi_currency.rst # others/multicurrencies/* -> get_started/multi_currency
|
|
|
|
applications/finance/accounting/others/multicurrencies/invoices_payments.rst applications/finance/accounting/get_started/multi_currency.rst # others/multicurrencies/* -> get_started/multi_currency
|
|
|
|
applications/finance/accounting/payables/misc/forecast.rst applications/finance/accounting/payments/forecast.rst # payables/misc/* -> payments/*
|
|
|
|
applications/finance/accounting/payables/pay/check.rst applications/finance/accounting/payments/pay_checks.rst # payables/pay/check -> payments/pay_checks
|
|
|
|
applications/finance/accounting/payables/pay/multiple.rst applications/finance/accounting/payments/multiple.rst # payables/pay/* -> payments/*
|
|
|
|
applications/finance/accounting/payables/pay/sepa.rst applications/finance/accounting/payments/pay_sepa.rst # payables/pay/sepa -> payments/pay_sepa
|
|
|
|
applications/finance/accounting/payables/supplier_bills/assets.rst applications/finance/accounting/vendor_bills/assets.rst # payables/supplier_bills/* -> vendor_bills/*
|
|
|
|
applications/finance/accounting/payables/supplier_bills/deferred_expenses.rst applications/finance/accounting/vendor_bills/deferred_expenses.rst # payables/supplier_bills/* -> vendor_bills/*
|
|
|
|
applications/finance/accounting/payables/supplier_bills/invoice_digitization.rst applications/finance/accounting/vendor_bills/invoice_digitization.rst # payables/supplier_bills/* -> vendor_bills/*
|
|
|
|
applications/finance/accounting/payables/supplier_bills/ocr.rst applications/finance/accounting/vendor_bills/invoice_digitization.rst # payables/supplier_bills/ocr --> vendor_bills/invoice_digitization
|
2023-11-24 18:42:15 +07:00
|
|
|
applications/finance/accounting/payments/multiple.rst applications/finance/accounting/payments.rst # accounting/payments/multiple --> accounting/payments.rst
|
2023-05-12 17:52:05 +07:00
|
|
|
applications/finance/accounting/receivables/customer_invoices/cash_discounts.rst applications/finance/accounting/customer_invoices/cash_discounts.rst # receivables/customer_invoices/* -> customer_invoices/*
|
|
|
|
applications/finance/accounting/receivables/customer_invoices/cash_rounding.rst applications/finance/accounting/customer_invoices/cash_rounding.rst # receivables/customer_invoices/* -> customer_invoices/*
|
|
|
|
applications/finance/accounting/receivables/customer_invoices/credit_notes.rst applications/finance/accounting/customer_invoices/credit_notes.rst # receivables/customer_invoices/* -> customer_invoices/*
|
|
|
|
applications/finance/accounting/receivables/customer_invoices/deferred_revenues.rst applications/finance/accounting/customer_invoices/deferred_revenues.rst # receivables/customer_invoices/* -> customer_invoices/*
|
|
|
|
applications/finance/accounting/receivables/customer_invoices/electronic_invoicing.rst applications/finance/accounting/customer_invoices/electronic_invoicing.rst # receivables/customer_invoices/* -> customer_invoices/*
|
|
|
|
applications/finance/accounting/receivables/customer_invoices/epc_qr_code.rst applications/finance/accounting/customer_invoices/epc_qr_code.rst # receivables/customer_invoices/* -> customer_invoices/*
|
|
|
|
applications/finance/accounting/receivables/customer_invoices/overview.rst applications/finance/accounting/customer_invoices/overview.rst # receivables/customer_invoices/* -> customer_invoices/*
|
|
|
|
applications/finance/accounting/receivables/customer_invoices/payment_terms.rst applications/finance/accounting/customer_invoices/payment_terms.rst # receivables/customer_invoices/* -> customer_invoices/*
|
|
|
|
applications/finance/accounting/receivables/customer_invoices/snailmail.rst applications/finance/accounting/customer_invoices/snailmail.rst # receivables/customer_invoices/* -> customer_invoices/*
|
|
|
|
applications/finance/accounting/receivables/customer_payments/batch.rst applications/finance/accounting/payments/batch.rst # receivables/customer_payments/* -> payments/*
|
|
|
|
applications/finance/accounting/receivables/customer_payments/batch_sdd.rst applications/finance/accounting/payments/batch_sdd.rst # receivables/customer_payments/* -> payments/*
|
|
|
|
applications/finance/accounting/receivables/customer_payments/check.rst applications/finance/accounting/payments/checks.rst # receivables/customer_payments/check -> payments/checks
|
|
|
|
applications/finance/accounting/receivables/customer_payments/followup.rst applications/finance/accounting/payments/follow_up.rst # receivables/customer_payments/followup -> payments/follow_up
|
|
|
|
applications/finance/accounting/receivables/customer_payments/online_payment.rst applications/finance/accounting/payments/online.rst # receivables/customer_payments/online_payment -> payments/online
|
|
|
|
applications/finance/accounting/receivables/customer_payments/recording.rst applications/finance/accounting/payments.rst # receivables/customer_payments/recording -> payments
|
|
|
|
applications/finance/accounting/reporting/declarations/intrastat.rst applications/finance/accounting/reporting/intrastat.rst # reporting/declarations/* -> reporting/*
|
|
|
|
applications/finance/accounting/reporting/declarations/tax_returns.rst applications/finance/accounting/reporting/tax_returns.rst # reporting/declarations/* -> reporting/*
|
|
|
|
applications/finance/accounting/reporting/overview/customize.rst applications/finance/accounting/reporting/customize.rst # reporting/overview/* -> reporting/*
|
|
|
|
applications/finance/accounting/reporting/overview/data_inalterability.rst applications/finance/accounting/reporting/data_inalterability.rst # reporting/overview/* -> reporting/*
|
|
|
|
applications/finance/accounting/reporting/overview/main_reports.rst applications/finance/accounting/reporting.rst # reporting/overview/main_reports -> reporting
|
|
|
|
applications/finance/accounting/taxation/fiscal_year/close_fiscal_year.rst applications/finance/accounting/reporting/year_end.rst # taxation/fiscal_year/close_fiscal_year -> reporting/year_end
|
|
|
|
applications/finance/accounting/taxation/fiscal_year/fiscal_year.rst applications/finance/accounting/reporting/year_end.rst # taxation/fiscal_year/fiscal_year -> reporting/year_end
|
|
|
|
applications/finance/accounting/taxation/taxes/avatax.rst applications/finance/accounting/taxes/avatax.rst # taxation/taxes/* -> taxes/*
|
|
|
|
applications/finance/accounting/taxation/taxes/B2B_B2C.rst applications/finance/accounting/taxes/B2B_B2C.rst # taxation/taxes/* -> taxes/*
|
|
|
|
applications/finance/accounting/taxation/taxes/cash_basis_taxes.rst applications/finance/accounting/taxes/cash_basis.rst # taxation/taxes/cash_basis_taxes -> taxes/cash_basis
|
|
|
|
applications/finance/accounting/taxation/taxes/default_taxes.rst applications/finance/accounting/taxes.rst # taxation/taxes/default_taxes -> taxes
|
|
|
|
applications/finance/accounting/taxation/taxes/eu_distance_selling.rst applications/finance/accounting/taxes/eu_distance_selling.rst # taxation/taxes/* -> taxes/*
|
|
|
|
applications/finance/accounting/taxation/taxes/fiscal_positions.rst applications/finance/accounting/taxes/fiscal_positions.rst # taxation/taxes/* -> taxes/*
|
|
|
|
applications/finance/accounting/taxation/taxes/retention.rst applications/finance/accounting/taxes/retention.rst # taxation/taxes/* -> taxes/*
|
|
|
|
applications/finance/accounting/taxation/taxes/taxcloud.rst applications/finance/accounting/taxes/taxcloud.rst # taxation/taxes/* -> taxes/*
|
|
|
|
applications/finance/accounting/taxation/taxes/taxes.rst applications/finance/accounting/taxes.rst # taxation/taxes/* -> taxes/*
|
2023-06-06 21:45:05 +07:00
|
|
|
applications/finance/accounting/taxation/taxes/vat_validation.rst applications/finance/accounting/taxes/vat_verification.rst # taxation/taxes/vat_validation -> taxes/vat_verification
|
|
|
|
applications/finance/accounting/taxes/vat_validation.rst applications/finance/accounting/taxes/vat_verification.rst # vat_validation -> vat_verification
|
2024-03-04 18:02:08 +07:00
|
|
|
applications/finance/documents.rst applications/productivity/documents.rst # finance/* -> productivity/*
|
|
|
|
applications/finance/sign.rst applications/productivity/sign.rst # finance/* -> productivity/*
|
[IMP] redirects: split redirects.txt into multiple, per-version, files
The `redirects.txt` file used to specify redirect rules for renamed or
moved documentation pages is starting to grow too big to be easily
maintainable. The main reason is that the number of redirect rules that
were thought to be required has been largely underestimated when
implementing the 'redirects' extension. At first, we believed that no
guidelines or structure were necessary because only a small amount of
redirect rules would be specified. This proved wrong and the file is now
becoming a mess, making it increasingly difficult to figure out where,
why, when, and if a redirect rule is specified in the file.
As the file is versioned, another issue emerges: conflicts occur every
time a commit is forward-ported to a later version if that commit adds a
redirect rule at the end of the file or at a line that was changed in
the later version. As redirect rules are frequently added, and since
blocks of redirect rules for new versions are added at the end of the
file, this tends to happen a lot.
This commit attempts to hit two birds with one stone by splitting the
`redirects.txt` file into multiple files, one per version. While doing
so, the existing redirect rules are ordered alphabetically and moved
into contextual blocks. Instructions and guidelines on how to create
redirect rules are also listed in the `redirects/MANUAL.md` file. By
sorting the redirect rules and adding them in different files, the
number of conflicts should decrease by a lot.
task-2891912
closes odoo/documentation#2292
X-original-commit: 0417b955142331c16d82e0f4bafe5609f8b39da0
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-06-22 19:07:05 +07:00
|
|
|
|
|
|
|
# applications/general
|
|
|
|
|
2024-03-04 18:02:08 +07:00
|
|
|
applications/general/auth/2fa.rst applications/general/users/2fa.rst # auth/* -> users/*
|
|
|
|
applications/general/auth/azure.rst applications/general/users/azure.rst # auth/* -> users/*
|
|
|
|
applications/general/auth/google.rst applications/general/users/google.rst # auth/* -> users/*
|
|
|
|
applications/general/auth/ldap.rst applications/general/users/ldap.rst # auth/* -> users/*
|
|
|
|
applications/general/digest_emails.rst applications/general/companies/digest_emails.rst # * -> companies/*
|
|
|
|
applications/general/email_communication/email_template.rst applications/general/companies/email_template.rst # email_communication/* -> companies/*
|
|
|
|
applications/general/export_import_data.rst applications/essentials/export_import_data.rst # general/* -> essentials/*
|
|
|
|
applications/general/geolocation.rst applications/general/integrations/geolocation.rst # * -> integrations/*
|
|
|
|
applications/general/in_app_purchase.rst applications/essentials/in_app_purchase.rst # general/* -> essentials/*
|
2024-02-14 05:06:52 +07:00
|
|
|
applications/general/iot/config/flash_sdcard.rst applications/general/iot/config/updating_iot.rst # flash_sdcard --> updating_iot
|
[IMP] redirects: split redirects.txt into multiple, per-version, files
The `redirects.txt` file used to specify redirect rules for renamed or
moved documentation pages is starting to grow too big to be easily
maintainable. The main reason is that the number of redirect rules that
were thought to be required has been largely underestimated when
implementing the 'redirects' extension. At first, we believed that no
guidelines or structure were necessary because only a small amount of
redirect rules would be specified. This proved wrong and the file is now
becoming a mess, making it increasingly difficult to figure out where,
why, when, and if a redirect rule is specified in the file.
As the file is versioned, another issue emerges: conflicts occur every
time a commit is forward-ported to a later version if that commit adds a
redirect rule at the end of the file or at a line that was changed in
the later version. As redirect rules are frequently added, and since
blocks of redirect rules for new versions are added at the end of the
file, this tends to happen a lot.
This commit attempts to hit two birds with one stone by splitting the
`redirects.txt` file into multiple files, one per version. While doing
so, the existing redirect rules are ordered alphabetically and moved
into contextual blocks. Instructions and guidelines on how to create
redirect rules are also listed in the `redirects/MANUAL.md` file. By
sorting the redirect rules and adding them in different files, the
number of conflicts should decrease by a lot.
task-2891912
closes odoo/documentation#2292
X-original-commit: 0417b955142331c16d82e0f4bafe5609f8b39da0
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-06-22 19:07:05 +07:00
|
|
|
applications/general/payment_acquirers/adyen.rst applications/finance/payment_acquirers/adyen.rst
|
|
|
|
applications/general/payment_acquirers/alipay.rst applications/finance/payment_acquirers/alipay.rst
|
|
|
|
applications/general/payment_acquirers/buckaroo.rst applications/finance/payment_acquirers/buckaroo.rst
|
|
|
|
applications/general/payment_acquirers/mollie.rst applications/finance/payment_acquirers/mollie.rst
|
|
|
|
applications/general/payment_acquirers/ogone.rst applications/finance/payment_acquirers/ogone.rst
|
|
|
|
applications/general/payment_acquirers/sips.rst applications/finance/payment_acquirers/sips.rst
|
2024-03-04 18:02:08 +07:00
|
|
|
applications/general/users/companies.rst applications/general/companies.rst # users/* -> *
|
|
|
|
applications/general/users/manage_users.rst applications/general/users.rst # users/manage_users -> users
|
|
|
|
applications/general/users/odoo_account.rst administration/odoo_accounts.rst
|
[IMP] redirects: split redirects.txt into multiple, per-version, files
The `redirects.txt` file used to specify redirect rules for renamed or
moved documentation pages is starting to grow too big to be easily
maintainable. The main reason is that the number of redirect rules that
were thought to be required has been largely underestimated when
implementing the 'redirects' extension. At first, we believed that no
guidelines or structure were necessary because only a small amount of
redirect rules would be specified. This proved wrong and the file is now
becoming a mess, making it increasingly difficult to figure out where,
why, when, and if a redirect rule is specified in the file.
As the file is versioned, another issue emerges: conflicts occur every
time a commit is forward-ported to a later version if that commit adds a
redirect rule at the end of the file or at a line that was changed in
the later version. As redirect rules are frequently added, and since
blocks of redirect rules for new versions are added at the end of the
file, this tends to happen a lot.
This commit attempts to hit two birds with one stone by splitting the
`redirects.txt` file into multiple files, one per version. While doing
so, the existing redirect rules are ordered alphabetically and moved
into contextual blocks. Instructions and guidelines on how to create
redirect rules are also listed in the `redirects/MANUAL.md` file. By
sorting the redirect rules and adding them in different files, the
number of conflicts should decrease by a lot.
task-2891912
closes odoo/documentation#2292
X-original-commit: 0417b955142331c16d82e0f4bafe5609f8b39da0
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-06-22 19:07:05 +07:00
|
|
|
|
|
|
|
applications/general/product_images.rst applications/sales/sales/products_prices/products/product_images.rst # fix a wrong target hard-coded in Odoo
|
|
|
|
|
2024-04-04 01:39:40 +07:00
|
|
|
# applications/hr
|
|
|
|
|
|
|
|
applications/hr/fleet/configuration.rst applications/hr/fleet.rst # fleet/configuration -> fleet
|
|
|
|
|
2022-08-02 07:15:07 +07:00
|
|
|
# applications/inventory_and_mrp
|
|
|
|
|
|
|
|
applications/inventory_and_mrp/inventory/management/warehouses/difference_warehouse_location.rst applications/inventory_and_mrp/inventory/management/warehouses/warehouses_locations.rst
|
|
|
|
applications/inventory_and_mrp/inventory/routes/concepts/use-routes.rst applications/inventory_and_mrp/inventory/routes/concepts/use_routes.rst
|
|
|
|
|
2023-01-27 17:49:26 +07:00
|
|
|
# applications/point_of_sale
|
|
|
|
|
|
|
|
applications/sales/point_of_sale/shop/reprint.rst applications/sales/point_of_sale/shop/receipts.rst # reprint -> receipts
|
|
|
|
|
2022-05-09 21:42:13 +07:00
|
|
|
# applications/productivity
|
|
|
|
|
2024-03-04 18:02:08 +07:00
|
|
|
applications/productivity/discuss/advanced/ice_servers.rst applications/productivity/discuss/ice_servers.rst # discuss/advanced/* -> discuss/*
|
|
|
|
applications/productivity/discuss/overview/get_started.rst applications/productivity/discuss.rst # discuss/overview/get_started -> discuss
|
|
|
|
applications/productivity/discuss/overview/plan_activities.rst applications/essentials/activities.rst # productivity/discuss/overview/plan_activities -> essentials/activities
|
|
|
|
applications/productivity/discuss/overview/team_communication.rst applications/productivity/discuss/team_communication.rst # discuss/overview/* -> discuss/*
|
|
|
|
applications/productivity/iot.rst applications/general/iot.rst # productivity/* -> general/*
|
|
|
|
applications/productivity/iot/config.rst applications/general/iot/config.rst # productivity/* -> general/*
|
|
|
|
applications/productivity/iot/config/connect.rst applications/general/iot/config/connect.rst # productivity/* -> general/*
|
|
|
|
applications/productivity/iot/config/flash_sdcard.rst applications/general/iot/config/flash_sdcard.rst # productivity/* -> general/*
|
|
|
|
applications/productivity/iot/config/https_certificate_iot.rst applications/general/iot/config/https_certificate_iot.rst # productivity/* -> general/*
|
|
|
|
applications/productivity/iot/config/pos.rst applications/general/iot/config/pos.rst # productivity/* -> general/*
|
|
|
|
applications/productivity/iot/config/troubleshooting.rst applications/general/iot/config/troubleshooting.rst # productivity/* -> general/*
|
|
|
|
applications/productivity/iot/devices.rst applications/general/iot/devices.rst # productivity/* -> general/*
|
|
|
|
applications/productivity/iot/devices/camera.rst applications/general/iot/devices/camera.rst # productivity/* -> general/*
|
|
|
|
applications/productivity/iot/devices/footswitch.rst applications/general/iot/devices/footswitch.rst # productivity/* -> general/*
|
|
|
|
applications/productivity/iot/devices/measurement_tool.rst applications/general/iot/devices/measurement_tool.rst # productivity/* -> general/*
|
|
|
|
applications/productivity/iot/devices/printer.rst applications/general/iot/devices/printer.rst # productivity/* -> general/*
|
|
|
|
applications/productivity/iot/devices/scale.rst applications/general/iot/devices/scale.rst # productivity/* -> general/*
|
|
|
|
applications/productivity/iot/devices/screen.rst applications/general/iot/devices/screen.rst # productivity/* -> general/*
|
|
|
|
applications/productivity/mail_plugins.rst applications/general/integrations/mail_plugins.rst # productivity/* -> general/integrations/*
|
|
|
|
applications/productivity/mail_plugins/gmail.rst applications/general/integrations/mail_plugins/gmail.rst # productivity/* -> general/integrations/*
|
|
|
|
applications/productivity/mail_plugins/outlook.rst applications/general/integrations/mail_plugins/outlook.rst # productivity/* -> general/integrations/*
|
|
|
|
applications/productivity/studio/concepts/understanding_automated_actions.rst applications/studio/automated_actions.rst # productivity/* -> *
|
|
|
|
applications/productivity/studio/concepts/understanding_general.rst applications/studio.rst # productivity/* -> *
|
|
|
|
applications/productivity/studio/how_to/export_import.rst applications/studio/models_modules_apps.rst # productivity/* -> *
|
|
|
|
applications/productivity/studio/use_cases/automated_actions.rst applications/studio/automated_actions.rst # productivity/* -> *
|
|
|
|
applications/productivity/studio/use_cases/models_fields.rst applications/studio/fields.rst # productivity/* -> *
|
|
|
|
applications/productivity/studio/use_cases/views.rst applications/studio/views.rst # productivity/* -> *
|
|
|
|
applications/productivity/studio.rst applications/studio.rst # productivity/* -> *
|
|
|
|
applications/productivity/studio/automated_actions.rst applications/studio/automated_actions.rst # productivity/* -> *
|
|
|
|
applications/productivity/studio/fields.rst applications/studio/fields.rst # productivity/* -> *
|
|
|
|
applications/productivity/studio/models_modules_apps.rst applications/studio/models_modules_apps.rst # productivity/* -> *
|
|
|
|
applications/productivity/studio/pdf_reports.rst applications/studio/pdf_reports.rst # productivity/* -> *
|
|
|
|
applications/productivity/studio/views.rst applications/studio/views.rst # productivity/* -> *
|
|
|
|
applications/general/voip.rst applications/productivity/voip.rst # general/* -> productivity/*
|
|
|
|
applications/general/voip/axivox.rst applications/productivity/voip/axivox.rst # general/* -> productivity/*
|
|
|
|
applications/general/voip/devices_integrations.rst applications/productivity/voip/devices_integrations.rst # general/* -> productivity/*
|
|
|
|
applications/general/voip/onsip.rst applications/productivity/voip/onsip.rst # general/* -> productivity/*
|
|
|
|
applications/general/voip/transfer_forward.rst applications/productivity/voip/transfer_forward.rst # general/* -> productivity/*
|
|
|
|
applications/general/voip/voip_widget.rst applications/productivity/voip/voip_widget.rst # general/* -> productivity/*
|
2022-05-09 21:42:13 +07:00
|
|
|
|
[IMP] redirects: split redirects.txt into multiple, per-version, files
The `redirects.txt` file used to specify redirect rules for renamed or
moved documentation pages is starting to grow too big to be easily
maintainable. The main reason is that the number of redirect rules that
were thought to be required has been largely underestimated when
implementing the 'redirects' extension. At first, we believed that no
guidelines or structure were necessary because only a small amount of
redirect rules would be specified. This proved wrong and the file is now
becoming a mess, making it increasingly difficult to figure out where,
why, when, and if a redirect rule is specified in the file.
As the file is versioned, another issue emerges: conflicts occur every
time a commit is forward-ported to a later version if that commit adds a
redirect rule at the end of the file or at a line that was changed in
the later version. As redirect rules are frequently added, and since
blocks of redirect rules for new versions are added at the end of the
file, this tends to happen a lot.
This commit attempts to hit two birds with one stone by splitting the
`redirects.txt` file into multiple files, one per version. While doing
so, the existing redirect rules are ordered alphabetically and moved
into contextual blocks. Instructions and guidelines on how to create
redirect rules are also listed in the `redirects/MANUAL.md` file. By
sorting the redirect rules and adding them in different files, the
number of conflicts should decrease by a lot.
task-2891912
closes odoo/documentation#2292
X-original-commit: 0417b955142331c16d82e0f4bafe5609f8b39da0
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-06-22 19:07:05 +07:00
|
|
|
# applications/sales
|
|
|
|
|
2024-03-04 18:02:08 +07:00
|
|
|
applications/sales/crm/optimize/outlook_extension.rst applications/general/integrations/mail_plugins/outlook.rst
|
2024-03-18 22:34:25 +07:00
|
|
|
applications/sales/crm/track_leads/prospect_visits.rst applications/sales/crm/track_leads.rst # track_leads/prospect_visits -> track_leads
|
2023-04-21 21:37:11 +07:00
|
|
|
applications/sales/point_of_sale/overview/customer_note.rst applications/sales/point_of_sale.rst # point_of_sale/overview/customer_note -> point_of_sale
|
|
|
|
applications/sales/point_of_sale/payment/worldline.rst applications/sales/point_of_sale/payment_methods/terminals/worldline.rst # point_of_sale/payment/* -> point_of_sale/payment_methods/terminals/*
|
[IMP] redirects: split redirects.txt into multiple, per-version, files
The `redirects.txt` file used to specify redirect rules for renamed or
moved documentation pages is starting to grow too big to be easily
maintainable. The main reason is that the number of redirect rules that
were thought to be required has been largely underestimated when
implementing the 'redirects' extension. At first, we believed that no
guidelines or structure were necessary because only a small amount of
redirect rules would be specified. This proved wrong and the file is now
becoming a mess, making it increasingly difficult to figure out where,
why, when, and if a redirect rule is specified in the file.
As the file is versioned, another issue emerges: conflicts occur every
time a commit is forward-ported to a later version if that commit adds a
redirect rule at the end of the file or at a line that was changed in
the later version. As redirect rules are frequently added, and since
blocks of redirect rules for new versions are added at the end of the
file, this tends to happen a lot.
This commit attempts to hit two birds with one stone by splitting the
`redirects.txt` file into multiple files, one per version. While doing
so, the existing redirect rules are ordered alphabetically and moved
into contextual blocks. Instructions and guidelines on how to create
redirect rules are also listed in the `redirects/MANUAL.md` file. By
sorting the redirect rules and adding them in different files, the
number of conflicts should decrease by a lot.
task-2891912
closes odoo/documentation#2292
X-original-commit: 0417b955142331c16d82e0f4bafe5609f8b39da0
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-06-22 19:07:05 +07:00
|
|
|
|
2023-04-14 22:49:22 +07:00
|
|
|
# applications/services
|
|
|
|
|
|
|
|
applications/services/fsm/default_warehouse.rst applications/services/field_service/default_warehouse.rst # fsm/* -> field_service/*
|
|
|
|
|
2023-08-18 14:27:08 +07:00
|
|
|
# applications/websites
|
|
|
|
|
|
|
|
applications/websites/website/reporting/google_analytics_dashboard.rst applications/websites/website/reporting/google_analytics.rst
|
2024-03-04 18:02:08 +07:00
|
|
|
applications/websites/website/configuration/on-premise_geo-ip-installation.rst administration/on_premise/geo_ip.rst
|
|
|
|
applications/websites/website/configuration/unsplash.rst applications/general/integrations/unsplash.rst # websites/website/configuration/ -> general/integrations/*
|
2023-08-18 14:27:08 +07:00
|
|
|
|
2024-08-02 21:00:54 +07:00
|
|
|
# contributing/documentation
|
|
|
|
|
|
|
|
contributing/documentation/rst_cheat_sheet.rst contributing/documentation/rst_guidelines.rst
|
|
|
|
|
2023-02-17 21:50:20 +07:00
|
|
|
# developer/howtos
|
|
|
|
|
2023-02-20 23:48:19 +07:00
|
|
|
developer/howtos/rdtraining/D_mixins.rst developer/tutorials/mixins.rst # reorganize the developer doc
|
|
|
|
developer/howtos/rdtraining/N_security.rst developer/tutorials/security.rst # reorganize the developer doc
|
2023-04-20 21:32:38 +07:00
|
|
|
developer/howtos/themes.rst developer/howtos/website_themes.rst
|
2023-02-17 21:50:20 +07:00
|
|
|
|
[IMP] redirects: split redirects.txt into multiple, per-version, files
The `redirects.txt` file used to specify redirect rules for renamed or
moved documentation pages is starting to grow too big to be easily
maintainable. The main reason is that the number of redirect rules that
were thought to be required has been largely underestimated when
implementing the 'redirects' extension. At first, we believed that no
guidelines or structure were necessary because only a small amount of
redirect rules would be specified. This proved wrong and the file is now
becoming a mess, making it increasingly difficult to figure out where,
why, when, and if a redirect rule is specified in the file.
As the file is versioned, another issue emerges: conflicts occur every
time a commit is forward-ported to a later version if that commit adds a
redirect rule at the end of the file or at a line that was changed in
the later version. As redirect rules are frequently added, and since
blocks of redirect rules for new versions are added at the end of the
file, this tends to happen a lot.
This commit attempts to hit two birds with one stone by splitting the
`redirects.txt` file into multiple files, one per version. While doing
so, the existing redirect rules are ordered alphabetically and moved
into contextual blocks. Instructions and guidelines on how to create
redirect rules are also listed in the `redirects/MANUAL.md` file. By
sorting the redirect rules and adding them in different files, the
number of conflicts should decrease by a lot.
task-2891912
closes odoo/documentation#2292
X-original-commit: 0417b955142331c16d82e0f4bafe5609f8b39da0
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-06-22 19:07:05 +07:00
|
|
|
# developer/misc
|
|
|
|
|
|
|
|
developer/misc/i18n/localization.rst developer/howtos/accounting_localization.rst
|
|
|
|
developer/misc/i18n/translations.rst developer/howtos/translations.rst
|
|
|
|
|
|
|
|
# developer/reference
|
|
|
|
|
|
|
|
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/backend/assets.rst developer/reference/frontend/assets.rst
|
|
|
|
|
|
|
|
developer/reference/frontend/generic_components.rst developer/reference/frontend/owl_components.rst
|
|
|
|
developer/reference/frontend/owl_component_system.rst developer/reference/frontend/owl_components.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
|