From 1d3375f1a8e1da61feb5fa1abe9ca77cac6e8dcd Mon Sep 17 00:00:00 2001 From: "Antoine Vandevenne (anv)" Date: Wed, 9 Jun 2021 11:10:25 +0200 Subject: [PATCH] [IMP] *: exclude empty TOC pages from search results When searching for a string that can be found in a TOC page's content, that page is listed in the search results. This is not a wanted behavior because TOC pages without the 'show-content' metadata directive are not supposed to be accessible. This commit adds a 'nosearch' metadata directive to all TOC pages without a 'show-content' metadata directive, hence removing them from search results. task-2527419 --- content/administration.rst | 2 ++ content/administration/db_management.rst | 2 ++ content/administration/deployment.rst | 2 ++ content/administration/odoo_sh.rst | 2 ++ content/administration/odoo_sh/advanced.rst | 1 + content/administration/odoo_sh/getting_started.rst | 1 + content/administration/odoo_sh/overview.rst | 1 + content/applications.rst | 2 ++ content/applications/finance.rst | 2 ++ content/applications/finance/accounting.rst | 1 + content/applications/finance/accounting/bank.rst | 2 ++ content/applications/finance/accounting/bank/feeds.rst | 2 ++ content/applications/finance/accounting/bank/misc.rst | 2 ++ .../applications/finance/accounting/bank/reconciliation.rst | 2 ++ content/applications/finance/accounting/bank/setup.rst | 2 ++ content/applications/finance/accounting/localizations.rst | 2 ++ content/applications/finance/accounting/others.rst | 2 ++ content/applications/finance/accounting/others/adviser.rst | 2 ++ content/applications/finance/accounting/others/analytic.rst | 2 ++ .../applications/finance/accounting/others/configuration.rst | 2 ++ content/applications/finance/accounting/others/inventory.rst | 2 ++ .../finance/accounting/others/multicurrencies.rst | 2 ++ content/applications/finance/accounting/others/reporting.rst | 2 ++ content/applications/finance/accounting/others/taxes.rst | 2 ++ content/applications/finance/accounting/overview.rst | 2 ++ .../finance/accounting/overview/getting_started.rst | 2 ++ .../finance/accounting/overview/main_concepts.rst | 2 ++ .../finance/accounting/overview/process_overview.rst | 2 ++ content/applications/finance/accounting/payables.rst | 2 ++ content/applications/finance/accounting/payables/misc.rst | 2 ++ content/applications/finance/accounting/payables/pay.rst | 2 ++ .../finance/accounting/payables/supplier_bills.rst | 2 ++ content/applications/finance/accounting/receivables.rst | 2 ++ .../finance/accounting/receivables/customer_invoices.rst | 2 ++ .../finance/accounting/receivables/customer_payments.rst | 2 ++ content/applications/general.rst | 2 ++ content/applications/general/auth.rst | 2 ++ content/applications/general/base_import.rst | 2 ++ content/applications/general/odoo_basics.rst | 2 ++ content/applications/general/unsplash.rst | 2 ++ content/applications/inventory_and_mrp.rst | 2 ++ content/applications/inventory_and_mrp/inventory.rst | 1 + content/applications/inventory_and_mrp/inventory/barcode.rst | 2 ++ .../inventory_and_mrp/inventory/barcode/operations.rst | 2 ++ .../inventory_and_mrp/inventory/barcode/setup.rst | 2 ++ .../applications/inventory_and_mrp/inventory/management.rst | 2 ++ .../inventory_and_mrp/inventory/management/adjustment.rst | 2 ++ .../inventory_and_mrp/inventory/management/delivery.rst | 2 ++ .../inventory_and_mrp/inventory/management/incoming.rst | 2 ++ .../inventory/management/lots_serial_numbers.rst | 2 ++ .../inventory_and_mrp/inventory/management/misc.rst | 2 ++ .../inventory_and_mrp/inventory/management/reporting.rst | 2 ++ .../applications/inventory_and_mrp/inventory/overview.rst | 2 ++ .../inventory_and_mrp/inventory/overview/concepts.rst | 2 ++ .../inventory_and_mrp/inventory/overview/process.rst | 2 ++ .../inventory_and_mrp/inventory/overview/start.rst | 2 ++ content/applications/inventory_and_mrp/inventory/routes.rst | 2 ++ .../inventory_and_mrp/inventory/routes/concepts.rst | 2 ++ .../inventory_and_mrp/inventory/routes/costing.rst | 2 ++ .../inventory_and_mrp/inventory/routes/strategies.rst | 2 ++ .../applications/inventory_and_mrp/inventory/settings.rst | 2 ++ .../inventory_and_mrp/inventory/settings/products.rst | 2 ++ .../inventory_and_mrp/inventory/settings/warehouses.rst | 2 ++ .../applications/inventory_and_mrp/inventory/shipping.rst | 2 ++ .../inventory_and_mrp/inventory/shipping/operation.rst | 2 ++ .../inventory_and_mrp/inventory/shipping/setup.rst | 2 ++ content/applications/inventory_and_mrp/manufacturing.rst | 1 + .../inventory_and_mrp/manufacturing/management.rst | 1 + .../inventory_and_mrp/manufacturing/overview.rst | 1 + .../applications/inventory_and_mrp/manufacturing/repair.rst | 1 + content/applications/inventory_and_mrp/purchase.rst | 1 + .../applications/inventory_and_mrp/purchase/purchases.rst | 2 ++ .../inventory_and_mrp/purchase/purchases/master.rst | 2 ++ .../inventory_and_mrp/purchase/purchases/rfq.rst | 2 ++ .../inventory_and_mrp/purchase/purchases/tender.rst | 2 ++ .../inventory_and_mrp/purchase/replenishment.rst | 2 ++ .../inventory_and_mrp/purchase/replenishment/flows.rst | 2 ++ .../purchase/replenishment/multicompany.rst | 2 ++ content/applications/productivity.rst | 2 ++ content/applications/productivity/discuss.rst | 1 + content/applications/productivity/iot.rst | 1 + content/applications/productivity/iot/config.rst | 2 ++ content/applications/productivity/iot/devices.rst | 2 ++ content/applications/sales.rst | 2 ++ content/applications/sales/crm.rst | 1 + content/applications/sales/crm/acquire_leads.rst | 2 ++ content/applications/sales/crm/optimize.rst | 2 ++ content/applications/sales/crm/performance.rst | 2 ++ content/applications/sales/crm/pipeline.rst | 2 ++ content/applications/sales/crm/track_leads.rst | 2 ++ content/applications/sales/point_of_sale.rst | 1 + content/applications/sales/point_of_sale/advanced.rst | 2 ++ .../sales/point_of_sale/advanced_pricing_features.rst | 2 ++ content/applications/sales/point_of_sale/analyze.rst | 2 ++ content/applications/sales/point_of_sale/belgian_fdm.rst | 2 ++ content/applications/sales/point_of_sale/overview.rst | 2 ++ content/applications/sales/point_of_sale/payment.rst | 2 ++ content/applications/sales/point_of_sale/restaurant.rst | 2 ++ content/applications/sales/point_of_sale/shop.rst | 2 ++ content/applications/sales/sales.rst | 1 + content/applications/sales/sales/advanced.rst | 2 ++ content/applications/sales/sales/invoicing.rst | 2 ++ content/applications/sales/sales/products_prices.rst | 2 ++ content/applications/sales/sales/products_prices/prices.rst | 2 ++ .../applications/sales/sales/products_prices/products.rst | 2 ++ content/applications/sales/sales/products_prices/taxes.rst | 2 ++ content/applications/sales/sales/sale_ebay.rst | 2 ++ content/applications/sales/sales/send_quotations.rst | 2 ++ content/applications/services.rst | 2 ++ content/applications/services/helpdesk.rst | 1 + content/applications/services/project.rst | 1 + content/applications/services/project/advanced.rst | 2 ++ content/applications/services/project/application.rst | 2 ++ content/applications/services/project/configuration.rst | 2 ++ content/applications/services/project/overview.rst | 2 ++ .../applications/services/project/overview/main_concepts.rst | 2 ++ content/applications/services/project/planning.rst | 2 ++ content/applications/settings.rst | 2 ++ content/applications/websites.rst | 2 ++ content/applications/websites/ecommerce.rst | 1 + content/applications/websites/ecommerce/getting_started.rst | 2 ++ .../applications/websites/ecommerce/managing_products.rst | 2 ++ .../applications/websites/ecommerce/maximizing_revenue.rst | 2 ++ content/applications/websites/ecommerce/overview.rst | 2 ++ content/applications/websites/ecommerce/publish.rst | 2 ++ .../applications/websites/ecommerce/shopper_experience.rst | 2 ++ content/applications/websites/ecommerce/taxes.rst | 2 ++ content/applications/websites/website.rst | 1 + content/applications/websites/website/optimize.rst | 2 ++ content/applications/websites/website/publish.rst | 2 ++ content/contributing.rst | 2 ++ content/developer.rst | 2 ++ content/developer/howtos.rst | 2 ++ content/developer/reference.rst | 1 + content/developer/webservices.rst | 1 + content/index.rst | 2 ++ content/legal.rst | 5 +++-- content/legal/licenses.rst | 1 + content/legal/others.rst | 1 + content/legal/terms.rst | 1 + content/legal/terms/enterprise_tex.rst | 1 + content/legal/terms/i18n/enterprise_tex_de.rst | 1 + content/legal/terms/i18n/enterprise_tex_es.rst | 1 + content/legal/terms/i18n/enterprise_tex_fr.rst | 1 + content/legal/terms/i18n/enterprise_tex_nl.rst | 1 + content/legal/terms/i18n/partnership_tex_es.rst | 1 + content/legal/terms/i18n/partnership_tex_fr.rst | 1 + content/legal/terms/i18n/terms_of_sale_tex_fr.rst | 1 + content/legal/terms/partnership_tex.rst | 1 + content/legal/terms/terms_of_sale_tex.rst | 1 + content/services.rst | 2 ++ content/services/support.rst | 1 + 152 files changed, 270 insertions(+), 2 deletions(-) diff --git a/content/administration.rst b/content/administration.rst index a4de75c65..3f335e150 100644 --- a/content/administration.rst +++ b/content/administration.rst @@ -1,3 +1,5 @@ +:nosearch: + ============== Administration ============== diff --git a/content/administration/db_management.rst b/content/administration/db_management.rst index 8a8743684..116799ab2 100644 --- a/content/administration/db_management.rst +++ b/content/administration/db_management.rst @@ -1,3 +1,5 @@ +:nosearch: + =================== Database Management =================== diff --git a/content/administration/deployment.rst b/content/administration/deployment.rst index d453d5ab6..1363cc0e5 100644 --- a/content/administration/deployment.rst +++ b/content/administration/deployment.rst @@ -1,3 +1,5 @@ +:nosearch: + ========== Deployment ========== diff --git a/content/administration/odoo_sh.rst b/content/administration/odoo_sh.rst index f38463bad..d14129f67 100644 --- a/content/administration/odoo_sh.rst +++ b/content/administration/odoo_sh.rst @@ -1,3 +1,5 @@ +:nosearch: + ======= Odoo sh ======= diff --git a/content/administration/odoo_sh/advanced.rst b/content/administration/odoo_sh/advanced.rst index 59fd987ec..f9789ed47 100644 --- a/content/administration/odoo_sh/advanced.rst +++ b/content/administration/odoo_sh/advanced.rst @@ -1,3 +1,4 @@ +:nosearch: ================= Advanced diff --git a/content/administration/odoo_sh/getting_started.rst b/content/administration/odoo_sh/getting_started.rst index 0130e3d72..d9b55426d 100644 --- a/content/administration/odoo_sh/getting_started.rst +++ b/content/administration/odoo_sh/getting_started.rst @@ -1,3 +1,4 @@ +:nosearch: ================= Get started diff --git a/content/administration/odoo_sh/overview.rst b/content/administration/odoo_sh/overview.rst index acab1414a..692916b44 100644 --- a/content/administration/odoo_sh/overview.rst +++ b/content/administration/odoo_sh/overview.rst @@ -1,3 +1,4 @@ +:nosearch: ================= Overview diff --git a/content/applications.rst b/content/applications.rst index 085f48d3b..b045a898c 100644 --- a/content/applications.rst +++ b/content/applications.rst @@ -1,3 +1,5 @@ +:nosearch: + ============ Applications ============ diff --git a/content/applications/finance.rst b/content/applications/finance.rst index 17417ed0f..2adc75136 100644 --- a/content/applications/finance.rst +++ b/content/applications/finance.rst @@ -1,3 +1,5 @@ +:nosearch: + ======= Finance ======= diff --git a/content/applications/finance/accounting.rst b/content/applications/finance/accounting.rst index d55110a1f..8c1838589 100644 --- a/content/applications/finance/accounting.rst +++ b/content/applications/finance/accounting.rst @@ -1,3 +1,4 @@ +:nosearch: ========== Accounting diff --git a/content/applications/finance/accounting/bank.rst b/content/applications/finance/accounting/bank.rst index aeff53df6..605be70d3 100644 --- a/content/applications/finance/accounting/bank.rst +++ b/content/applications/finance/accounting/bank.rst @@ -1,3 +1,5 @@ +:nosearch: + =========== Bank & Cash =========== diff --git a/content/applications/finance/accounting/bank/feeds.rst b/content/applications/finance/accounting/bank/feeds.rst index ad12f90b8..ce5d2a2e8 100644 --- a/content/applications/finance/accounting/bank/feeds.rst +++ b/content/applications/finance/accounting/bank/feeds.rst @@ -1,3 +1,5 @@ +:nosearch: + ========== Bank Feeds ========== diff --git a/content/applications/finance/accounting/bank/misc.rst b/content/applications/finance/accounting/bank/misc.rst index c7332adda..1fc6ac158 100644 --- a/content/applications/finance/accounting/bank/misc.rst +++ b/content/applications/finance/accounting/bank/misc.rst @@ -1,3 +1,5 @@ +:nosearch: + ============= Miscellaneous ============= diff --git a/content/applications/finance/accounting/bank/reconciliation.rst b/content/applications/finance/accounting/bank/reconciliation.rst index 815b1f8c9..c8c6ac44d 100644 --- a/content/applications/finance/accounting/bank/reconciliation.rst +++ b/content/applications/finance/accounting/bank/reconciliation.rst @@ -1,3 +1,5 @@ +:nosearch: + =================== Bank Reconciliation =================== diff --git a/content/applications/finance/accounting/bank/setup.rst b/content/applications/finance/accounting/bank/setup.rst index 6b2c7f197..9a466975d 100644 --- a/content/applications/finance/accounting/bank/setup.rst +++ b/content/applications/finance/accounting/bank/setup.rst @@ -1,3 +1,5 @@ +:nosearch: + ===== Setup ===== diff --git a/content/applications/finance/accounting/localizations.rst b/content/applications/finance/accounting/localizations.rst index 4e732f50d..add87dd54 100644 --- a/content/applications/finance/accounting/localizations.rst +++ b/content/applications/finance/accounting/localizations.rst @@ -1,3 +1,5 @@ +:nosearch: + ============= Localizations ============= diff --git a/content/applications/finance/accounting/others.rst b/content/applications/finance/accounting/others.rst index 992a78014..c369ac81a 100644 --- a/content/applications/finance/accounting/others.rst +++ b/content/applications/finance/accounting/others.rst @@ -1,3 +1,5 @@ +:nosearch: + =========== Others =========== diff --git a/content/applications/finance/accounting/others/adviser.rst b/content/applications/finance/accounting/others/adviser.rst index 2f1bf7f30..8bcde1e8b 100644 --- a/content/applications/finance/accounting/others/adviser.rst +++ b/content/applications/finance/accounting/others/adviser.rst @@ -1,3 +1,5 @@ +:nosearch: + ======= Adviser ======= diff --git a/content/applications/finance/accounting/others/analytic.rst b/content/applications/finance/accounting/others/analytic.rst index 96385951f..1a18aa7a3 100644 --- a/content/applications/finance/accounting/others/analytic.rst +++ b/content/applications/finance/accounting/others/analytic.rst @@ -1,3 +1,5 @@ +:nosearch: + =========== Analytic =========== diff --git a/content/applications/finance/accounting/others/configuration.rst b/content/applications/finance/accounting/others/configuration.rst index b3e10f9f1..9ae7f50d2 100644 --- a/content/applications/finance/accounting/others/configuration.rst +++ b/content/applications/finance/accounting/others/configuration.rst @@ -1,3 +1,5 @@ +:nosearch: + ============= Configuration ============= diff --git a/content/applications/finance/accounting/others/inventory.rst b/content/applications/finance/accounting/others/inventory.rst index cf0f68591..221d306df 100644 --- a/content/applications/finance/accounting/others/inventory.rst +++ b/content/applications/finance/accounting/others/inventory.rst @@ -1,3 +1,5 @@ +:nosearch: + ========= Inventory ========= diff --git a/content/applications/finance/accounting/others/multicurrencies.rst b/content/applications/finance/accounting/others/multicurrencies.rst index 15354d20d..40e556cdc 100644 --- a/content/applications/finance/accounting/others/multicurrencies.rst +++ b/content/applications/finance/accounting/others/multicurrencies.rst @@ -1,3 +1,5 @@ +:nosearch: + ============= Multicurrency ============= diff --git a/content/applications/finance/accounting/others/reporting.rst b/content/applications/finance/accounting/others/reporting.rst index ab93506c8..b03be55b6 100644 --- a/content/applications/finance/accounting/others/reporting.rst +++ b/content/applications/finance/accounting/others/reporting.rst @@ -1,3 +1,5 @@ +:nosearch: + =========== Reporting =========== diff --git a/content/applications/finance/accounting/others/taxes.rst b/content/applications/finance/accounting/others/taxes.rst index 684803d91..33cee07bc 100644 --- a/content/applications/finance/accounting/others/taxes.rst +++ b/content/applications/finance/accounting/others/taxes.rst @@ -1,3 +1,5 @@ +:nosearch: + =========== Taxes =========== diff --git a/content/applications/finance/accounting/overview.rst b/content/applications/finance/accounting/overview.rst index c03298083..c1cbadf19 100644 --- a/content/applications/finance/accounting/overview.rst +++ b/content/applications/finance/accounting/overview.rst @@ -1,3 +1,5 @@ +:nosearch: + ======== Overview ======== diff --git a/content/applications/finance/accounting/overview/getting_started.rst b/content/applications/finance/accounting/overview/getting_started.rst index 3be3b2c6c..b504efd1b 100644 --- a/content/applications/finance/accounting/overview/getting_started.rst +++ b/content/applications/finance/accounting/overview/getting_started.rst @@ -1,3 +1,5 @@ +:nosearch: + =============== Getting Started =============== diff --git a/content/applications/finance/accounting/overview/main_concepts.rst b/content/applications/finance/accounting/overview/main_concepts.rst index 0dda677d1..784060e6b 100644 --- a/content/applications/finance/accounting/overview/main_concepts.rst +++ b/content/applications/finance/accounting/overview/main_concepts.rst @@ -1,3 +1,5 @@ +:nosearch: + ============= Main Concepts ============= diff --git a/content/applications/finance/accounting/overview/process_overview.rst b/content/applications/finance/accounting/overview/process_overview.rst index 8929703dc..cab8539fb 100644 --- a/content/applications/finance/accounting/overview/process_overview.rst +++ b/content/applications/finance/accounting/overview/process_overview.rst @@ -1,3 +1,5 @@ +:nosearch: + ================ Process overview ================ diff --git a/content/applications/finance/accounting/payables.rst b/content/applications/finance/accounting/payables.rst index 245e2339c..ac1d80f61 100644 --- a/content/applications/finance/accounting/payables.rst +++ b/content/applications/finance/accounting/payables.rst @@ -1,3 +1,5 @@ +:nosearch: + ================ Account Payables ================ diff --git a/content/applications/finance/accounting/payables/misc.rst b/content/applications/finance/accounting/payables/misc.rst index 2b44dd81c..f4b83ac0b 100644 --- a/content/applications/finance/accounting/payables/misc.rst +++ b/content/applications/finance/accounting/payables/misc.rst @@ -1,3 +1,5 @@ +:nosearch: + ============= Miscellaneous ============= diff --git a/content/applications/finance/accounting/payables/pay.rst b/content/applications/finance/accounting/payables/pay.rst index 746a8b0b9..25316375d 100644 --- a/content/applications/finance/accounting/payables/pay.rst +++ b/content/applications/finance/accounting/payables/pay.rst @@ -1,3 +1,5 @@ +:nosearch: + =============== Vendor Payments =============== diff --git a/content/applications/finance/accounting/payables/supplier_bills.rst b/content/applications/finance/accounting/payables/supplier_bills.rst index 673c7342d..816b2be91 100644 --- a/content/applications/finance/accounting/payables/supplier_bills.rst +++ b/content/applications/finance/accounting/payables/supplier_bills.rst @@ -1,3 +1,5 @@ +:nosearch: + ============ Vendor Bills ============ diff --git a/content/applications/finance/accounting/receivables.rst b/content/applications/finance/accounting/receivables.rst index 6ab736e44..04d8e818a 100644 --- a/content/applications/finance/accounting/receivables.rst +++ b/content/applications/finance/accounting/receivables.rst @@ -1,3 +1,5 @@ +:nosearch: + =================== Account Receivables =================== diff --git a/content/applications/finance/accounting/receivables/customer_invoices.rst b/content/applications/finance/accounting/receivables/customer_invoices.rst index 6cc84babf..0757bc20b 100644 --- a/content/applications/finance/accounting/receivables/customer_invoices.rst +++ b/content/applications/finance/accounting/receivables/customer_invoices.rst @@ -1,3 +1,5 @@ +:nosearch: + ================= Customer Invoices ================= diff --git a/content/applications/finance/accounting/receivables/customer_payments.rst b/content/applications/finance/accounting/receivables/customer_payments.rst index bbe689352..ec92e518f 100644 --- a/content/applications/finance/accounting/receivables/customer_payments.rst +++ b/content/applications/finance/accounting/receivables/customer_payments.rst @@ -1,3 +1,5 @@ +:nosearch: + ================= Customer Payments ================= diff --git a/content/applications/general.rst b/content/applications/general.rst index c6eeed8ec..bca51ada5 100644 --- a/content/applications/general.rst +++ b/content/applications/general.rst @@ -1,3 +1,5 @@ +:nosearch: + ======= General ======= diff --git a/content/applications/general/auth.rst b/content/applications/general/auth.rst index e84d90b98..50a167847 100644 --- a/content/applications/general/auth.rst +++ b/content/applications/general/auth.rst @@ -1,3 +1,5 @@ +:nosearch: + ============== Authentication ============== diff --git a/content/applications/general/base_import.rst b/content/applications/general/base_import.rst index 92a43880a..d98656b2e 100644 --- a/content/applications/general/base_import.rst +++ b/content/applications/general/base_import.rst @@ -1,3 +1,5 @@ +:nosearch: + =========== Data Import =========== diff --git a/content/applications/general/odoo_basics.rst b/content/applications/general/odoo_basics.rst index b0d30b8cc..4022fe185 100644 --- a/content/applications/general/odoo_basics.rst +++ b/content/applications/general/odoo_basics.rst @@ -1,3 +1,5 @@ +:nosearch: + ====== Basics ====== diff --git a/content/applications/general/unsplash.rst b/content/applications/general/unsplash.rst index 5078c1d88..fac6b86b6 100644 --- a/content/applications/general/unsplash.rst +++ b/content/applications/general/unsplash.rst @@ -1,3 +1,5 @@ +:nosearch: + ======== Unsplash ======== diff --git a/content/applications/inventory_and_mrp.rst b/content/applications/inventory_and_mrp.rst index 6e36e7ffa..bc7f45c35 100644 --- a/content/applications/inventory_and_mrp.rst +++ b/content/applications/inventory_and_mrp.rst @@ -1,3 +1,5 @@ +:nosearch: + =============== Inventory & Mrp =============== diff --git a/content/applications/inventory_and_mrp/inventory.rst b/content/applications/inventory_and_mrp/inventory.rst index 7f3ad6938..d8624c4c1 100644 --- a/content/applications/inventory_and_mrp/inventory.rst +++ b/content/applications/inventory_and_mrp/inventory.rst @@ -1,3 +1,4 @@ +:nosearch: ========= Inventory diff --git a/content/applications/inventory_and_mrp/inventory/barcode.rst b/content/applications/inventory_and_mrp/inventory/barcode.rst index 7ac1dc73e..e0ffd5ef4 100644 --- a/content/applications/inventory_and_mrp/inventory/barcode.rst +++ b/content/applications/inventory_and_mrp/inventory/barcode.rst @@ -1,3 +1,5 @@ +:nosearch: + ======== Barcodes ======== diff --git a/content/applications/inventory_and_mrp/inventory/barcode/operations.rst b/content/applications/inventory_and_mrp/inventory/barcode/operations.rst index f6fcbe88f..46580651d 100644 --- a/content/applications/inventory_and_mrp/inventory/barcode/operations.rst +++ b/content/applications/inventory_and_mrp/inventory/barcode/operations.rst @@ -1,3 +1,5 @@ +:nosearch: + ================ Daily Operations ================ diff --git a/content/applications/inventory_and_mrp/inventory/barcode/setup.rst b/content/applications/inventory_and_mrp/inventory/barcode/setup.rst index 7b52e5b0b..0e839601b 100644 --- a/content/applications/inventory_and_mrp/inventory/barcode/setup.rst +++ b/content/applications/inventory_and_mrp/inventory/barcode/setup.rst @@ -1,3 +1,5 @@ +:nosearch: + ===== Setup ===== diff --git a/content/applications/inventory_and_mrp/inventory/management.rst b/content/applications/inventory_and_mrp/inventory/management.rst index 42b33ca53..c6b5b956b 100644 --- a/content/applications/inventory_and_mrp/inventory/management.rst +++ b/content/applications/inventory_and_mrp/inventory/management.rst @@ -1,3 +1,5 @@ +:nosearch: + ==================== Warehouse Management ==================== diff --git a/content/applications/inventory_and_mrp/inventory/management/adjustment.rst b/content/applications/inventory_and_mrp/inventory/management/adjustment.rst index 66aec00f3..02841b5e1 100644 --- a/content/applications/inventory_and_mrp/inventory/management/adjustment.rst +++ b/content/applications/inventory_and_mrp/inventory/management/adjustment.rst @@ -1,3 +1,5 @@ +:nosearch: + ==================== Inventory Adjustment ==================== diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery.rst b/content/applications/inventory_and_mrp/inventory/management/delivery.rst index 63129bdea..021eed01b 100644 --- a/content/applications/inventory_and_mrp/inventory/management/delivery.rst +++ b/content/applications/inventory_and_mrp/inventory/management/delivery.rst @@ -1,3 +1,5 @@ +:nosearch: + =============== Delivery Orders =============== diff --git a/content/applications/inventory_and_mrp/inventory/management/incoming.rst b/content/applications/inventory_and_mrp/inventory/management/incoming.rst index 3f7d2f3f5..28a1da761 100644 --- a/content/applications/inventory_and_mrp/inventory/management/incoming.rst +++ b/content/applications/inventory_and_mrp/inventory/management/incoming.rst @@ -1,3 +1,5 @@ +:nosearch: + ================== Incoming Shipments ================== diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers.rst b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers.rst index 9a2eff75b..094638efa 100644 --- a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers.rst +++ b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers.rst @@ -1,3 +1,5 @@ +:nosearch: + ======================= Lots and Serial Numbers ======================= diff --git a/content/applications/inventory_and_mrp/inventory/management/misc.rst b/content/applications/inventory_and_mrp/inventory/management/misc.rst index c0de212b1..2c59037b2 100644 --- a/content/applications/inventory_and_mrp/inventory/management/misc.rst +++ b/content/applications/inventory_and_mrp/inventory/management/misc.rst @@ -1,3 +1,5 @@ +:nosearch: + ======================== Miscellaneous Operations ======================== diff --git a/content/applications/inventory_and_mrp/inventory/management/reporting.rst b/content/applications/inventory_and_mrp/inventory/management/reporting.rst index 00656e8a4..ee8b2a406 100644 --- a/content/applications/inventory_and_mrp/inventory/management/reporting.rst +++ b/content/applications/inventory_and_mrp/inventory/management/reporting.rst @@ -1,3 +1,5 @@ +:nosearch: + ================= Valuation Methods ================= diff --git a/content/applications/inventory_and_mrp/inventory/overview.rst b/content/applications/inventory_and_mrp/inventory/overview.rst index d1caab4f1..9b0494d2b 100644 --- a/content/applications/inventory_and_mrp/inventory/overview.rst +++ b/content/applications/inventory_and_mrp/inventory/overview.rst @@ -1,3 +1,5 @@ +:nosearch: + ======== Overview ======== diff --git a/content/applications/inventory_and_mrp/inventory/overview/concepts.rst b/content/applications/inventory_and_mrp/inventory/overview/concepts.rst index 9e1ae0d97..0400b832a 100644 --- a/content/applications/inventory_and_mrp/inventory/overview/concepts.rst +++ b/content/applications/inventory_and_mrp/inventory/overview/concepts.rst @@ -1,3 +1,5 @@ +:nosearch: + ============= Main Concepts ============= diff --git a/content/applications/inventory_and_mrp/inventory/overview/process.rst b/content/applications/inventory_and_mrp/inventory/overview/process.rst index 99abd780c..249cc33b0 100644 --- a/content/applications/inventory_and_mrp/inventory/overview/process.rst +++ b/content/applications/inventory_and_mrp/inventory/overview/process.rst @@ -1,3 +1,5 @@ +:nosearch: + ================ Process Overview ================ diff --git a/content/applications/inventory_and_mrp/inventory/overview/start.rst b/content/applications/inventory_and_mrp/inventory/overview/start.rst index 239a9ef46..ca8445e13 100644 --- a/content/applications/inventory_and_mrp/inventory/overview/start.rst +++ b/content/applications/inventory_and_mrp/inventory/overview/start.rst @@ -1,3 +1,5 @@ +:nosearch: + ================ Getting Started ================ diff --git a/content/applications/inventory_and_mrp/inventory/routes.rst b/content/applications/inventory_and_mrp/inventory/routes.rst index 6695dafb1..351b9fcd4 100644 --- a/content/applications/inventory_and_mrp/inventory/routes.rst +++ b/content/applications/inventory_and_mrp/inventory/routes.rst @@ -1,3 +1,5 @@ +:nosearch: + =============== Advanced Routes =============== diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts.rst b/content/applications/inventory_and_mrp/inventory/routes/concepts.rst index 3d84df18f..4792c83a7 100644 --- a/content/applications/inventory_and_mrp/inventory/routes/concepts.rst +++ b/content/applications/inventory_and_mrp/inventory/routes/concepts.rst @@ -1,3 +1,5 @@ +:nosearch: + ======== Concepts ======== diff --git a/content/applications/inventory_and_mrp/inventory/routes/costing.rst b/content/applications/inventory_and_mrp/inventory/routes/costing.rst index c7327b5d0..3662490be 100644 --- a/content/applications/inventory_and_mrp/inventory/routes/costing.rst +++ b/content/applications/inventory_and_mrp/inventory/routes/costing.rst @@ -1,3 +1,5 @@ +:nosearch: + =============== Product Costing =============== diff --git a/content/applications/inventory_and_mrp/inventory/routes/strategies.rst b/content/applications/inventory_and_mrp/inventory/routes/strategies.rst index 16ac2c5d0..88a9d2416 100644 --- a/content/applications/inventory_and_mrp/inventory/routes/strategies.rst +++ b/content/applications/inventory_and_mrp/inventory/routes/strategies.rst @@ -1,3 +1,5 @@ +:nosearch: + ============================ Putaway & Removal Strategies ============================ diff --git a/content/applications/inventory_and_mrp/inventory/settings.rst b/content/applications/inventory_and_mrp/inventory/settings.rst index 69fb67b02..daf6f6635 100644 --- a/content/applications/inventory_and_mrp/inventory/settings.rst +++ b/content/applications/inventory_and_mrp/inventory/settings.rst @@ -1,3 +1,5 @@ +:nosearch: + ======== Settings ======== diff --git a/content/applications/inventory_and_mrp/inventory/settings/products.rst b/content/applications/inventory_and_mrp/inventory/settings/products.rst index c51101f17..8da3d45b8 100644 --- a/content/applications/inventory_and_mrp/inventory/settings/products.rst +++ b/content/applications/inventory_and_mrp/inventory/settings/products.rst @@ -1,3 +1,5 @@ +:nosearch: + ======== Products ======== diff --git a/content/applications/inventory_and_mrp/inventory/settings/warehouses.rst b/content/applications/inventory_and_mrp/inventory/settings/warehouses.rst index 006f9233b..8debbe746 100644 --- a/content/applications/inventory_and_mrp/inventory/settings/warehouses.rst +++ b/content/applications/inventory_and_mrp/inventory/settings/warehouses.rst @@ -1,3 +1,5 @@ +:nosearch: + ========== Warehouses ========== diff --git a/content/applications/inventory_and_mrp/inventory/shipping.rst b/content/applications/inventory_and_mrp/inventory/shipping.rst index 790d4f437..7541c7150 100644 --- a/content/applications/inventory_and_mrp/inventory/shipping.rst +++ b/content/applications/inventory_and_mrp/inventory/shipping.rst @@ -1,3 +1,5 @@ +:nosearch: + ======== Shipping ======== diff --git a/content/applications/inventory_and_mrp/inventory/shipping/operation.rst b/content/applications/inventory_and_mrp/inventory/shipping/operation.rst index e2d055018..49b06027d 100644 --- a/content/applications/inventory_and_mrp/inventory/shipping/operation.rst +++ b/content/applications/inventory_and_mrp/inventory/shipping/operation.rst @@ -1,3 +1,5 @@ +:nosearch: + =================== Shipping Operations =================== diff --git a/content/applications/inventory_and_mrp/inventory/shipping/setup.rst b/content/applications/inventory_and_mrp/inventory/shipping/setup.rst index c67e90878..25ca7c294 100644 --- a/content/applications/inventory_and_mrp/inventory/shipping/setup.rst +++ b/content/applications/inventory_and_mrp/inventory/shipping/setup.rst @@ -1,3 +1,5 @@ +:nosearch: + ============== Shipping Setup ============== diff --git a/content/applications/inventory_and_mrp/manufacturing.rst b/content/applications/inventory_and_mrp/manufacturing.rst index c524b877c..b42db472b 100644 --- a/content/applications/inventory_and_mrp/manufacturing.rst +++ b/content/applications/inventory_and_mrp/manufacturing.rst @@ -1,3 +1,4 @@ +:nosearch: ============= Manufacturing diff --git a/content/applications/inventory_and_mrp/manufacturing/management.rst b/content/applications/inventory_and_mrp/manufacturing/management.rst index 41c734c94..6c8b7c749 100644 --- a/content/applications/inventory_and_mrp/manufacturing/management.rst +++ b/content/applications/inventory_and_mrp/manufacturing/management.rst @@ -1,3 +1,4 @@ +:nosearch: ======================== Manufacturing Management diff --git a/content/applications/inventory_and_mrp/manufacturing/overview.rst b/content/applications/inventory_and_mrp/manufacturing/overview.rst index 37d5cf9c9..7ed50777c 100644 --- a/content/applications/inventory_and_mrp/manufacturing/overview.rst +++ b/content/applications/inventory_and_mrp/manufacturing/overview.rst @@ -1,3 +1,4 @@ +:nosearch: ======== Overview diff --git a/content/applications/inventory_and_mrp/manufacturing/repair.rst b/content/applications/inventory_and_mrp/manufacturing/repair.rst index fd5bfddb9..3ea2a784d 100644 --- a/content/applications/inventory_and_mrp/manufacturing/repair.rst +++ b/content/applications/inventory_and_mrp/manufacturing/repair.rst @@ -1,3 +1,4 @@ +:nosearch: ================= Repair Management diff --git a/content/applications/inventory_and_mrp/purchase.rst b/content/applications/inventory_and_mrp/purchase.rst index 0c9900ace..aee8d3666 100644 --- a/content/applications/inventory_and_mrp/purchase.rst +++ b/content/applications/inventory_and_mrp/purchase.rst @@ -1,3 +1,4 @@ +:nosearch: ======== Purchase diff --git a/content/applications/inventory_and_mrp/purchase/purchases.rst b/content/applications/inventory_and_mrp/purchase/purchases.rst index ca43d5993..d70f8820d 100644 --- a/content/applications/inventory_and_mrp/purchase/purchases.rst +++ b/content/applications/inventory_and_mrp/purchase/purchases.rst @@ -1,3 +1,5 @@ +:nosearch: + ========= Purchases ========= diff --git a/content/applications/inventory_and_mrp/purchase/purchases/master.rst b/content/applications/inventory_and_mrp/purchase/purchases/master.rst index 84da11693..ca2c0078d 100644 --- a/content/applications/inventory_and_mrp/purchase/purchases/master.rst +++ b/content/applications/inventory_and_mrp/purchase/purchases/master.rst @@ -1,3 +1,5 @@ +:nosearch: + =========== Master Data =========== diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq.rst b/content/applications/inventory_and_mrp/purchase/purchases/rfq.rst index 7883bf97e..6a5cb4ea8 100644 --- a/content/applications/inventory_and_mrp/purchase/purchases/rfq.rst +++ b/content/applications/inventory_and_mrp/purchase/purchases/rfq.rst @@ -1,3 +1,5 @@ +:nosearch: + ========================================= Request for Quotation and Purchase Orders ========================================= diff --git a/content/applications/inventory_and_mrp/purchase/purchases/tender.rst b/content/applications/inventory_and_mrp/purchase/purchases/tender.rst index f808a3e76..dd2dbe832 100644 --- a/content/applications/inventory_and_mrp/purchase/purchases/tender.rst +++ b/content/applications/inventory_and_mrp/purchase/purchases/tender.rst @@ -1,3 +1,5 @@ +:nosearch: + =================== Purchase Agreements =================== diff --git a/content/applications/inventory_and_mrp/purchase/replenishment.rst b/content/applications/inventory_and_mrp/purchase/replenishment.rst index c4b26ddc0..9d02b3c42 100644 --- a/content/applications/inventory_and_mrp/purchase/replenishment.rst +++ b/content/applications/inventory_and_mrp/purchase/replenishment.rst @@ -1,3 +1,5 @@ +:nosearch: + ============= Replenishment ============= diff --git a/content/applications/inventory_and_mrp/purchase/replenishment/flows.rst b/content/applications/inventory_and_mrp/purchase/replenishment/flows.rst index 1e656b8de..b92e9aa73 100644 --- a/content/applications/inventory_and_mrp/purchase/replenishment/flows.rst +++ b/content/applications/inventory_and_mrp/purchase/replenishment/flows.rst @@ -1,3 +1,5 @@ +:nosearch: + =================== Replenishment Flows =================== diff --git a/content/applications/inventory_and_mrp/purchase/replenishment/multicompany.rst b/content/applications/inventory_and_mrp/purchase/replenishment/multicompany.rst index 3987a75b3..765cec13c 100644 --- a/content/applications/inventory_and_mrp/purchase/replenishment/multicompany.rst +++ b/content/applications/inventory_and_mrp/purchase/replenishment/multicompany.rst @@ -1,3 +1,5 @@ +:nosearch: + =============== Multi-Companies =============== diff --git a/content/applications/productivity.rst b/content/applications/productivity.rst index 501d4bae2..73a881b63 100644 --- a/content/applications/productivity.rst +++ b/content/applications/productivity.rst @@ -1,3 +1,5 @@ +:nosearch: + ============ Productivity ============ diff --git a/content/applications/productivity/discuss.rst b/content/applications/productivity/discuss.rst index e75bd7219..d3d37f8b8 100644 --- a/content/applications/productivity/discuss.rst +++ b/content/applications/productivity/discuss.rst @@ -1,3 +1,4 @@ +:nosearch: ======= Discuss diff --git a/content/applications/productivity/iot.rst b/content/applications/productivity/iot.rst index 6070ce58e..a91629cb4 100644 --- a/content/applications/productivity/iot.rst +++ b/content/applications/productivity/iot.rst @@ -1,3 +1,4 @@ +:nosearch: ======================== Internet of Things (IoT) diff --git a/content/applications/productivity/iot/config.rst b/content/applications/productivity/iot/config.rst index 2e6674959..9d97a6920 100644 --- a/content/applications/productivity/iot/config.rst +++ b/content/applications/productivity/iot/config.rst @@ -1,3 +1,5 @@ +:nosearch: + ============= Configuration ============= diff --git a/content/applications/productivity/iot/devices.rst b/content/applications/productivity/iot/devices.rst index 5be79fa62..74fe074a6 100644 --- a/content/applications/productivity/iot/devices.rst +++ b/content/applications/productivity/iot/devices.rst @@ -1,3 +1,5 @@ +:nosearch: + ======= Devices ======= diff --git a/content/applications/sales.rst b/content/applications/sales.rst index aacf04a66..30029ea92 100644 --- a/content/applications/sales.rst +++ b/content/applications/sales.rst @@ -1,3 +1,5 @@ +:nosearch: + ===== Sales ===== diff --git a/content/applications/sales/crm.rst b/content/applications/sales/crm.rst index d9f88e295..571961e2b 100644 --- a/content/applications/sales/crm.rst +++ b/content/applications/sales/crm.rst @@ -1,3 +1,4 @@ +:nosearch: === CRM diff --git a/content/applications/sales/crm/acquire_leads.rst b/content/applications/sales/crm/acquire_leads.rst index 972471fc9..69b8b002c 100644 --- a/content/applications/sales/crm/acquire_leads.rst +++ b/content/applications/sales/crm/acquire_leads.rst @@ -1,3 +1,5 @@ +:nosearch: + ============= Acquire leads ============= diff --git a/content/applications/sales/crm/optimize.rst b/content/applications/sales/crm/optimize.rst index f7f8c952c..5c3ad199e 100644 --- a/content/applications/sales/crm/optimize.rst +++ b/content/applications/sales/crm/optimize.rst @@ -1,3 +1,5 @@ +:nosearch: + ============================= Optimize your Day-to-Day work ============================= diff --git a/content/applications/sales/crm/performance.rst b/content/applications/sales/crm/performance.rst index f17ada509..71195c555 100644 --- a/content/applications/sales/crm/performance.rst +++ b/content/applications/sales/crm/performance.rst @@ -1,3 +1,5 @@ +:nosearch: + =================== Analyze performance =================== diff --git a/content/applications/sales/crm/pipeline.rst b/content/applications/sales/crm/pipeline.rst index 71367c459..483428963 100644 --- a/content/applications/sales/crm/pipeline.rst +++ b/content/applications/sales/crm/pipeline.rst @@ -1,3 +1,5 @@ +:nosearch: + ===================== Organize the pipeline ===================== diff --git a/content/applications/sales/crm/track_leads.rst b/content/applications/sales/crm/track_leads.rst index 56b0a8017..934c29ce9 100644 --- a/content/applications/sales/crm/track_leads.rst +++ b/content/applications/sales/crm/track_leads.rst @@ -1,3 +1,5 @@ +:nosearch: + ====================== Assign and track leads ====================== diff --git a/content/applications/sales/point_of_sale.rst b/content/applications/sales/point_of_sale.rst index 85c8f6f89..4fa26e618 100644 --- a/content/applications/sales/point_of_sale.rst +++ b/content/applications/sales/point_of_sale.rst @@ -1,3 +1,4 @@ +:nosearch: ============= Point of Sale diff --git a/content/applications/sales/point_of_sale/advanced.rst b/content/applications/sales/point_of_sale/advanced.rst index d823c656e..880add924 100644 --- a/content/applications/sales/point_of_sale/advanced.rst +++ b/content/applications/sales/point_of_sale/advanced.rst @@ -1,3 +1,5 @@ +:nosearch: + =============== Advanced topics =============== diff --git a/content/applications/sales/point_of_sale/advanced_pricing_features.rst b/content/applications/sales/point_of_sale/advanced_pricing_features.rst index dd6ba8a2a..7e7c2ee96 100644 --- a/content/applications/sales/point_of_sale/advanced_pricing_features.rst +++ b/content/applications/sales/point_of_sale/advanced_pricing_features.rst @@ -1,3 +1,5 @@ +:nosearch: + ========================= Advanced Pricing Features ========================= diff --git a/content/applications/sales/point_of_sale/analyze.rst b/content/applications/sales/point_of_sale/analyze.rst index 7d1fa4efd..baec93fb2 100644 --- a/content/applications/sales/point_of_sale/analyze.rst +++ b/content/applications/sales/point_of_sale/analyze.rst @@ -1,3 +1,5 @@ +:nosearch: + ============= Analyze sales ============= diff --git a/content/applications/sales/point_of_sale/belgian_fdm.rst b/content/applications/sales/point_of_sale/belgian_fdm.rst index c4d093e91..75e375a69 100644 --- a/content/applications/sales/point_of_sale/belgian_fdm.rst +++ b/content/applications/sales/point_of_sale/belgian_fdm.rst @@ -1,3 +1,5 @@ +:nosearch: + ========================== Belgian Fiscal Data Module ========================== diff --git a/content/applications/sales/point_of_sale/overview.rst b/content/applications/sales/point_of_sale/overview.rst index 69c8c6126..1c80028f4 100644 --- a/content/applications/sales/point_of_sale/overview.rst +++ b/content/applications/sales/point_of_sale/overview.rst @@ -1,3 +1,5 @@ +:nosearch: + ======== Overview ======== diff --git a/content/applications/sales/point_of_sale/payment.rst b/content/applications/sales/point_of_sale/payment.rst index 420509043..f8c8aace7 100644 --- a/content/applications/sales/point_of_sale/payment.rst +++ b/content/applications/sales/point_of_sale/payment.rst @@ -1,3 +1,5 @@ +:nosearch: + ================= Payment Terminals ================= diff --git a/content/applications/sales/point_of_sale/restaurant.rst b/content/applications/sales/point_of_sale/restaurant.rst index 218bd97b5..ec876553f 100644 --- a/content/applications/sales/point_of_sale/restaurant.rst +++ b/content/applications/sales/point_of_sale/restaurant.rst @@ -1,3 +1,5 @@ +:nosearch: + ============================ Advanced Restaurant Features ============================ diff --git a/content/applications/sales/point_of_sale/shop.rst b/content/applications/sales/point_of_sale/shop.rst index 376808c24..7e2559224 100644 --- a/content/applications/sales/point_of_sale/shop.rst +++ b/content/applications/sales/point_of_sale/shop.rst @@ -1,3 +1,5 @@ +:nosearch: + ====================== Advanced Shop Features ====================== diff --git a/content/applications/sales/sales.rst b/content/applications/sales/sales.rst index 4bb591d2e..dbe792957 100644 --- a/content/applications/sales/sales.rst +++ b/content/applications/sales/sales.rst @@ -1,3 +1,4 @@ +:nosearch: ===== Sales diff --git a/content/applications/sales/sales/advanced.rst b/content/applications/sales/sales/advanced.rst index 6ba2ac946..4bd338203 100644 --- a/content/applications/sales/sales/advanced.rst +++ b/content/applications/sales/sales/advanced.rst @@ -1,3 +1,5 @@ +:nosearch: + =============== Advanced Topics =============== diff --git a/content/applications/sales/sales/invoicing.rst b/content/applications/sales/sales/invoicing.rst index 96cbe4651..0ba44ae91 100644 --- a/content/applications/sales/sales/invoicing.rst +++ b/content/applications/sales/sales/invoicing.rst @@ -1,3 +1,5 @@ +:nosearch: + ================ Invoicing Method ================ diff --git a/content/applications/sales/sales/products_prices.rst b/content/applications/sales/sales/products_prices.rst index ba25a8d24..62cfe4e4c 100644 --- a/content/applications/sales/sales/products_prices.rst +++ b/content/applications/sales/sales/products_prices.rst @@ -1,3 +1,5 @@ +:nosearch: + ================= Products & Prices ================= diff --git a/content/applications/sales/sales/products_prices/prices.rst b/content/applications/sales/sales/products_prices/prices.rst index b6369532e..1f09c3eb8 100644 --- a/content/applications/sales/sales/products_prices/prices.rst +++ b/content/applications/sales/sales/products_prices/prices.rst @@ -1,3 +1,5 @@ +:nosearch: + =================== Manage your pricing =================== diff --git a/content/applications/sales/sales/products_prices/products.rst b/content/applications/sales/sales/products_prices/products.rst index 5c7675f44..114585a20 100644 --- a/content/applications/sales/sales/products_prices/products.rst +++ b/content/applications/sales/sales/products_prices/products.rst @@ -1,3 +1,5 @@ +:nosearch: + ==================== Manage your products ==================== diff --git a/content/applications/sales/sales/products_prices/taxes.rst b/content/applications/sales/sales/products_prices/taxes.rst index 6c8a97c88..44f074d74 100644 --- a/content/applications/sales/sales/products_prices/taxes.rst +++ b/content/applications/sales/sales/products_prices/taxes.rst @@ -1,3 +1,5 @@ +:nosearch: + ========= Set taxes ========= diff --git a/content/applications/sales/sales/sale_ebay.rst b/content/applications/sales/sales/sale_ebay.rst index 65b021eff..a3afd9dc4 100644 --- a/content/applications/sales/sales/sale_ebay.rst +++ b/content/applications/sales/sales/sale_ebay.rst @@ -1,3 +1,5 @@ +:nosearch: + ==== eBay ==== diff --git a/content/applications/sales/sales/send_quotations.rst b/content/applications/sales/sales/send_quotations.rst index f396d7339..83cbb25e3 100644 --- a/content/applications/sales/sales/send_quotations.rst +++ b/content/applications/sales/sales/send_quotations.rst @@ -1,3 +1,5 @@ +:nosearch: + =============== Send Quotations =============== diff --git a/content/applications/services.rst b/content/applications/services.rst index 68ded9560..8cfc70c62 100644 --- a/content/applications/services.rst +++ b/content/applications/services.rst @@ -1,3 +1,5 @@ +:nosearch: + ======== Services ======== diff --git a/content/applications/services/helpdesk.rst b/content/applications/services/helpdesk.rst index 91dc794cd..b3be7fd38 100644 --- a/content/applications/services/helpdesk.rst +++ b/content/applications/services/helpdesk.rst @@ -1,3 +1,4 @@ +:nosearch: ======== Helpdesk diff --git a/content/applications/services/project.rst b/content/applications/services/project.rst index 7221a8096..c0324156d 100644 --- a/content/applications/services/project.rst +++ b/content/applications/services/project.rst @@ -1,3 +1,4 @@ +:nosearch: ======= Project diff --git a/content/applications/services/project/advanced.rst b/content/applications/services/project/advanced.rst index c87eac5bf..b5e722941 100644 --- a/content/applications/services/project/advanced.rst +++ b/content/applications/services/project/advanced.rst @@ -1,3 +1,5 @@ +:nosearch: + ======== Advanced ======== diff --git a/content/applications/services/project/application.rst b/content/applications/services/project/application.rst index 326d369a9..99e5e7921 100644 --- a/content/applications/services/project/application.rst +++ b/content/applications/services/project/application.rst @@ -1,3 +1,5 @@ +:nosearch: + ===================== Awesome Timesheet App ===================== diff --git a/content/applications/services/project/configuration.rst b/content/applications/services/project/configuration.rst index 76205b7ab..7c0da70ec 100644 --- a/content/applications/services/project/configuration.rst +++ b/content/applications/services/project/configuration.rst @@ -1,3 +1,5 @@ +:nosearch: + ============================= Configuration and basic usage ============================= diff --git a/content/applications/services/project/overview.rst b/content/applications/services/project/overview.rst index 819c3b37a..60dd65fcd 100644 --- a/content/applications/services/project/overview.rst +++ b/content/applications/services/project/overview.rst @@ -1,3 +1,5 @@ +:nosearch: + ======== Overview ======== diff --git a/content/applications/services/project/overview/main_concepts.rst b/content/applications/services/project/overview/main_concepts.rst index b5d4acae4..2dab31898 100644 --- a/content/applications/services/project/overview/main_concepts.rst +++ b/content/applications/services/project/overview/main_concepts.rst @@ -1,3 +1,5 @@ +:nosearch: + ======== Overview ======== diff --git a/content/applications/services/project/planning.rst b/content/applications/services/project/planning.rst index d8d44547f..f8240ebc7 100644 --- a/content/applications/services/project/planning.rst +++ b/content/applications/services/project/planning.rst @@ -1,3 +1,5 @@ +:nosearch: + ===================== Planning your project ===================== diff --git a/content/applications/settings.rst b/content/applications/settings.rst index 27a9c4970..c65cdba92 100644 --- a/content/applications/settings.rst +++ b/content/applications/settings.rst @@ -1,3 +1,5 @@ +:nosearch: + ======== Settings ======== diff --git a/content/applications/websites.rst b/content/applications/websites.rst index be71c74a5..66f276683 100644 --- a/content/applications/websites.rst +++ b/content/applications/websites.rst @@ -1,3 +1,5 @@ +:nosearch: + ======== Websites ======== diff --git a/content/applications/websites/ecommerce.rst b/content/applications/websites/ecommerce.rst index 16fc2b02c..f34f76fb6 100644 --- a/content/applications/websites/ecommerce.rst +++ b/content/applications/websites/ecommerce.rst @@ -1,3 +1,4 @@ +:nosearch: ========= eCommerce diff --git a/content/applications/websites/ecommerce/getting_started.rst b/content/applications/websites/ecommerce/getting_started.rst index 61ff78b81..6fbee5e55 100644 --- a/content/applications/websites/ecommerce/getting_started.rst +++ b/content/applications/websites/ecommerce/getting_started.rst @@ -1,3 +1,5 @@ +:nosearch: + ================= Get started ================= diff --git a/content/applications/websites/ecommerce/managing_products.rst b/content/applications/websites/ecommerce/managing_products.rst index 5285bf937..73a0e564a 100644 --- a/content/applications/websites/ecommerce/managing_products.rst +++ b/content/applications/websites/ecommerce/managing_products.rst @@ -1,3 +1,5 @@ +:nosearch: + ================== Manage my products ================== diff --git a/content/applications/websites/ecommerce/maximizing_revenue.rst b/content/applications/websites/ecommerce/maximizing_revenue.rst index af78b6e54..26955bf3e 100644 --- a/content/applications/websites/ecommerce/maximizing_revenue.rst +++ b/content/applications/websites/ecommerce/maximizing_revenue.rst @@ -1,3 +1,5 @@ +:nosearch: + =================== Maximize my revenue =================== diff --git a/content/applications/websites/ecommerce/overview.rst b/content/applications/websites/ecommerce/overview.rst index 820f9d47c..89d607df5 100644 --- a/content/applications/websites/ecommerce/overview.rst +++ b/content/applications/websites/ecommerce/overview.rst @@ -1,3 +1,5 @@ +:nosearch: + ================= Overview ================= diff --git a/content/applications/websites/ecommerce/publish.rst b/content/applications/websites/ecommerce/publish.rst index 7a421388b..7294cedfc 100644 --- a/content/applications/websites/ecommerce/publish.rst +++ b/content/applications/websites/ecommerce/publish.rst @@ -1,3 +1,5 @@ +:nosearch: + =================== Launch my website =================== diff --git a/content/applications/websites/ecommerce/shopper_experience.rst b/content/applications/websites/ecommerce/shopper_experience.rst index c20d12956..1e63ec2d2 100644 --- a/content/applications/websites/ecommerce/shopper_experience.rst +++ b/content/applications/websites/ecommerce/shopper_experience.rst @@ -1,3 +1,5 @@ +:nosearch: + ======== Get paid ======== diff --git a/content/applications/websites/ecommerce/taxes.rst b/content/applications/websites/ecommerce/taxes.rst index 16b871bad..9f3367dc2 100644 --- a/content/applications/websites/ecommerce/taxes.rst +++ b/content/applications/websites/ecommerce/taxes.rst @@ -1,3 +1,5 @@ +:nosearch: + ================= Collect taxes ================= diff --git a/content/applications/websites/website.rst b/content/applications/websites/website.rst index 478be7733..a68274096 100644 --- a/content/applications/websites/website.rst +++ b/content/applications/websites/website.rst @@ -1,3 +1,4 @@ +:nosearch: ======= Website diff --git a/content/applications/websites/website/optimize.rst b/content/applications/websites/website/optimize.rst index cb26a5186..f2de2beac 100644 --- a/content/applications/websites/website/optimize.rst +++ b/content/applications/websites/website/optimize.rst @@ -1,3 +1,5 @@ +:nosearch: + ======== Optimize ======== diff --git a/content/applications/websites/website/publish.rst b/content/applications/websites/website/publish.rst index b1e2f8d97..1f294f13d 100644 --- a/content/applications/websites/website/publish.rst +++ b/content/applications/websites/website/publish.rst @@ -1,3 +1,5 @@ +:nosearch: + ======= Publish ======= diff --git a/content/contributing.rst b/content/contributing.rst index b4989edfb..3448ca1a5 100644 --- a/content/contributing.rst +++ b/content/contributing.rst @@ -1,3 +1,5 @@ +:nosearch: + ============ Contributing ============ diff --git a/content/developer.rst b/content/developer.rst index 448437093..0a1a7a71f 100644 --- a/content/developer.rst +++ b/content/developer.rst @@ -1,3 +1,5 @@ +:nosearch: + ========= Developer ========= diff --git a/content/developer/howtos.rst b/content/developer/howtos.rst index ee30b3c68..c49e3dc6a 100644 --- a/content/developer/howtos.rst +++ b/content/developer/howtos.rst @@ -1,3 +1,5 @@ +:nosearch: + ========= Tutorials ========= diff --git a/content/developer/reference.rst b/content/developer/reference.rst index 0ff1f80b1..3a6323d08 100644 --- a/content/developer/reference.rst +++ b/content/developer/reference.rst @@ -1,3 +1,4 @@ +:nosearch: :types: reference ========= diff --git a/content/developer/webservices.rst b/content/developer/webservices.rst index 6371d1960..79b137ad2 100644 --- a/content/developer/webservices.rst +++ b/content/developer/webservices.rst @@ -1,3 +1,4 @@ +:nosearch: :types: api ============ diff --git a/content/index.rst b/content/index.rst index ae60f95f7..86418529b 100644 --- a/content/index.rst +++ b/content/index.rst @@ -1,3 +1,5 @@ +:nosearch: + ================== Odoo Documentation ================== diff --git a/content/legal.rst b/content/legal.rst index 970a32dc8..06664cc8d 100644 --- a/content/legal.rst +++ b/content/legal.rst @@ -1,6 +1,7 @@ -:orphan: -:custom-css: legal.css +:show-content: :hide-page-toc: +:custom-css: legal.css +:orphan: ===== Legal diff --git a/content/legal/licenses.rst b/content/legal/licenses.rst index 1f9d556ab..a20fb8801 100644 --- a/content/legal/licenses.rst +++ b/content/legal/licenses.rst @@ -1,3 +1,4 @@ +:nosearch: ======== Licenses diff --git a/content/legal/others.rst b/content/legal/others.rst index 6de17753b..fa5b86ebe 100644 --- a/content/legal/others.rst +++ b/content/legal/others.rst @@ -1,3 +1,4 @@ +:nosearch: ====================== Other legal references diff --git a/content/legal/terms.rst b/content/legal/terms.rst index 12c111a68..7e00b1528 100644 --- a/content/legal/terms.rst +++ b/content/legal/terms.rst @@ -1,3 +1,4 @@ +:nosearch: ==================== Terms and Conditions diff --git a/content/legal/terms/enterprise_tex.rst b/content/legal/terms/enterprise_tex.rst index 225258110..65ba2659a 100644 --- a/content/legal/terms/enterprise_tex.rst +++ b/content/legal/terms/enterprise_tex.rst @@ -1,3 +1,4 @@ +:nosearch: :orphan: .. toctree:: diff --git a/content/legal/terms/i18n/enterprise_tex_de.rst b/content/legal/terms/i18n/enterprise_tex_de.rst index 0e630b1db..a7b5e9da8 100644 --- a/content/legal/terms/i18n/enterprise_tex_de.rst +++ b/content/legal/terms/i18n/enterprise_tex_de.rst @@ -1,3 +1,4 @@ +:nosearch: :orphan: .. toctree:: diff --git a/content/legal/terms/i18n/enterprise_tex_es.rst b/content/legal/terms/i18n/enterprise_tex_es.rst index edaaf7fde..3df7eddba 100644 --- a/content/legal/terms/i18n/enterprise_tex_es.rst +++ b/content/legal/terms/i18n/enterprise_tex_es.rst @@ -1,3 +1,4 @@ +:nosearch: :orphan: .. toctree:: diff --git a/content/legal/terms/i18n/enterprise_tex_fr.rst b/content/legal/terms/i18n/enterprise_tex_fr.rst index f3a7fbb25..3fbe66b58 100644 --- a/content/legal/terms/i18n/enterprise_tex_fr.rst +++ b/content/legal/terms/i18n/enterprise_tex_fr.rst @@ -1,3 +1,4 @@ +:nosearch: :orphan: .. toctree:: diff --git a/content/legal/terms/i18n/enterprise_tex_nl.rst b/content/legal/terms/i18n/enterprise_tex_nl.rst index 6bd498be5..ac70c863e 100644 --- a/content/legal/terms/i18n/enterprise_tex_nl.rst +++ b/content/legal/terms/i18n/enterprise_tex_nl.rst @@ -1,3 +1,4 @@ +:nosearch: :orphan: .. toctree:: diff --git a/content/legal/terms/i18n/partnership_tex_es.rst b/content/legal/terms/i18n/partnership_tex_es.rst index 77ed7b10e..dd402c340 100644 --- a/content/legal/terms/i18n/partnership_tex_es.rst +++ b/content/legal/terms/i18n/partnership_tex_es.rst @@ -1,3 +1,4 @@ +:nosearch: :orphan: .. toctree:: diff --git a/content/legal/terms/i18n/partnership_tex_fr.rst b/content/legal/terms/i18n/partnership_tex_fr.rst index 0e5ca6a61..b9d714feb 100644 --- a/content/legal/terms/i18n/partnership_tex_fr.rst +++ b/content/legal/terms/i18n/partnership_tex_fr.rst @@ -1,3 +1,4 @@ +:nosearch: :orphan: .. toctree:: diff --git a/content/legal/terms/i18n/terms_of_sale_tex_fr.rst b/content/legal/terms/i18n/terms_of_sale_tex_fr.rst index ed9374ed7..9d7ea11c0 100644 --- a/content/legal/terms/i18n/terms_of_sale_tex_fr.rst +++ b/content/legal/terms/i18n/terms_of_sale_tex_fr.rst @@ -1,3 +1,4 @@ +:nosearch: :orphan: .. toctree:: diff --git a/content/legal/terms/partnership_tex.rst b/content/legal/terms/partnership_tex.rst index da8ab7c4c..e4e3ac6fd 100644 --- a/content/legal/terms/partnership_tex.rst +++ b/content/legal/terms/partnership_tex.rst @@ -1,3 +1,4 @@ +:nosearch: :orphan: .. toctree:: diff --git a/content/legal/terms/terms_of_sale_tex.rst b/content/legal/terms/terms_of_sale_tex.rst index 99e14945f..6915a0035 100644 --- a/content/legal/terms/terms_of_sale_tex.rst +++ b/content/legal/terms/terms_of_sale_tex.rst @@ -1,3 +1,4 @@ +:nosearch: :orphan: .. toctree:: diff --git a/content/services.rst b/content/services.rst index f92892e81..0795e7c70 100644 --- a/content/services.rst +++ b/content/services.rst @@ -1,3 +1,5 @@ +:nosearch: + ======== Services ======== diff --git a/content/services/support.rst b/content/services/support.rst index 9f1501bb5..763c95fb8 100644 --- a/content/services/support.rst +++ b/content/services/support.rst @@ -1,3 +1,4 @@ +:nosearch: ======= Support