From ae8d4a4a18bfb535c48444346b5637af8006b45f Mon Sep 17 00:00:00 2001 From: "Xavier (xpl)" Date: Thu, 4 Feb 2021 11:52:02 +0100 Subject: [PATCH] [FIX] purchase: create redirects for moved, deleted and merged docs With the introduction of V14, all the easy flows to be removed to avoid an increasing technical debt. For purchase, approximately 2/3 of the pages were removed, which meant that a reorganisation and simplification of the structure was necessary. A couple of removed docs now point out to docs under other apps to avoid duplicating the information. --- redirects.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/redirects.txt b/redirects.txt index 631d8778f..af48b04f7 100644 --- a/redirects.txt +++ b/redirects.txt @@ -185,4 +185,10 @@ purchase/purchases/tender/blanket_orders.rst purchase/manage_deals/agreements.rs purchase/purchases/tender/call_for_tender.rst purchase/manage_deals/agreements.rst # (#823) purchase/purchases/rfq/3_way_matching.rst purchase/manage_deals/control_bills.rst # (#829) -purchase/purchases/rfq/bills.rst purchase/manage_deals/control_bills.rst # (#829) \ No newline at end of file +purchase/purchases/rfq/bills.rst purchase/manage_deals/control_bills.rst # (#829) + +purchase/purchases/master/uom.rst purchase/products/uom.rst # (#814) +purchase/replenishment/flows/compute_date.rst inventory/management/planning/scheduled_dates.rst # (#814) +purchase/replenishment/flows/purchase_triggering.rst purchase/products/reordering.rst # (#814) +purchase/replenishment/flows/setup_stock_rule.rst purchase/products/reordering.rst # (#814) +purchase/replenishment/multicompany/setup.rst general/multi_companies/manage_multi_companies.rst # (#814) \ No newline at end of file