From 46e66e0d8b14b337e51529f907a3477ac5a25a11 Mon Sep 17 00:00:00 2001 From: "John Holton (hojo)" Date: Fri, 26 Jul 2024 23:12:21 +0000 Subject: [PATCH] [REF] Manufacturing: reporting restructure closes odoo/documentation#10677 X-original-commit: b2e0cc2b6543c36b3490080b0aa0556261e598fb Signed-off-by: Samuel Lieber (sali) --- content/applications/essentials/search.rst | 2 +- .../inventory_and_mrp/manufacturing.rst | 1 + .../inventory_and_mrp/manufacturing/reporting.rst | 10 ++++++++++ .../{workflows => reporting}/allocation.rst | 0 .../allocation/allocation-button.png | Bin .../allocation/assigned-labels.png | Bin .../allocation/component-reception-report.png | Bin .../allocation/product-reception-report.png | Bin .../manufacturing/{workflows => reporting}/oee.rst | 0 .../{workflows => reporting}/oee/oee-report.png | Bin .../production_analysis.rst | 0 .../production_analysis/comparison.png | Bin .../production_analysis/use-case.png | Bin .../inventory_and_mrp/manufacturing/workflows.rst | 3 --- redirects/17.0.txt | 3 +++ 15 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 content/applications/inventory_and_mrp/manufacturing/reporting.rst rename content/applications/inventory_and_mrp/manufacturing/{workflows => reporting}/allocation.rst (100%) rename content/applications/inventory_and_mrp/manufacturing/{workflows => reporting}/allocation/allocation-button.png (100%) rename content/applications/inventory_and_mrp/manufacturing/{workflows => reporting}/allocation/assigned-labels.png (100%) rename content/applications/inventory_and_mrp/manufacturing/{workflows => reporting}/allocation/component-reception-report.png (100%) rename content/applications/inventory_and_mrp/manufacturing/{workflows => reporting}/allocation/product-reception-report.png (100%) rename content/applications/inventory_and_mrp/manufacturing/{workflows => reporting}/oee.rst (100%) rename content/applications/inventory_and_mrp/manufacturing/{workflows => reporting}/oee/oee-report.png (100%) rename content/applications/inventory_and_mrp/manufacturing/{workflows => reporting}/production_analysis.rst (100%) rename content/applications/inventory_and_mrp/manufacturing/{workflows => reporting}/production_analysis/comparison.png (100%) rename content/applications/inventory_and_mrp/manufacturing/{workflows => reporting}/production_analysis/use-case.png (100%) diff --git a/content/applications/essentials/search.rst b/content/applications/essentials/search.rst index 3443b2535..6efb8a36b 100644 --- a/content/applications/essentials/search.rst +++ b/content/applications/essentials/search.rst @@ -188,7 +188,7 @@ Comparison Certain reporting dashboards include a :guilabel:`Comparison` section in the drop-down menus of their :guilabel:`Search...` bars. This includes the :doc:`Overall Equipment Effectiveness -<../inventory_and_mrp/manufacturing/workflows/oee>` report for the *Manufacturing* app, and the +<../inventory_and_mrp/manufacturing/reporting/oee>` report for the *Manufacturing* app, and the :doc:`Purchase <../inventory_and_mrp/purchase/advanced/analyze>` report for the *Purchase* app, among others. diff --git a/content/applications/inventory_and_mrp/manufacturing.rst b/content/applications/inventory_and_mrp/manufacturing.rst index f939b8cb3..b087efaf3 100644 --- a/content/applications/inventory_and_mrp/manufacturing.rst +++ b/content/applications/inventory_and_mrp/manufacturing.rst @@ -23,3 +23,4 @@ allow workers to trigger maintenance operations, feedback loops, quality issues, manufacturing/workflows manufacturing/shop_floor manufacturing/subcontracting + manufacturing/reporting diff --git a/content/applications/inventory_and_mrp/manufacturing/reporting.rst b/content/applications/inventory_and_mrp/manufacturing/reporting.rst new file mode 100644 index 000000000..aba1a819f --- /dev/null +++ b/content/applications/inventory_and_mrp/manufacturing/reporting.rst @@ -0,0 +1,10 @@ +========= +Reporting +========= + +.. toctree:: + :titlesonly: + + reporting/allocation + reporting/oee + reporting/production_analysis diff --git a/content/applications/inventory_and_mrp/manufacturing/workflows/allocation.rst b/content/applications/inventory_and_mrp/manufacturing/reporting/allocation.rst similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/workflows/allocation.rst rename to content/applications/inventory_and_mrp/manufacturing/reporting/allocation.rst diff --git a/content/applications/inventory_and_mrp/manufacturing/workflows/allocation/allocation-button.png b/content/applications/inventory_and_mrp/manufacturing/reporting/allocation/allocation-button.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/workflows/allocation/allocation-button.png rename to content/applications/inventory_and_mrp/manufacturing/reporting/allocation/allocation-button.png diff --git a/content/applications/inventory_and_mrp/manufacturing/workflows/allocation/assigned-labels.png b/content/applications/inventory_and_mrp/manufacturing/reporting/allocation/assigned-labels.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/workflows/allocation/assigned-labels.png rename to content/applications/inventory_and_mrp/manufacturing/reporting/allocation/assigned-labels.png diff --git a/content/applications/inventory_and_mrp/manufacturing/workflows/allocation/component-reception-report.png b/content/applications/inventory_and_mrp/manufacturing/reporting/allocation/component-reception-report.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/workflows/allocation/component-reception-report.png rename to content/applications/inventory_and_mrp/manufacturing/reporting/allocation/component-reception-report.png diff --git a/content/applications/inventory_and_mrp/manufacturing/workflows/allocation/product-reception-report.png b/content/applications/inventory_and_mrp/manufacturing/reporting/allocation/product-reception-report.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/workflows/allocation/product-reception-report.png rename to content/applications/inventory_and_mrp/manufacturing/reporting/allocation/product-reception-report.png diff --git a/content/applications/inventory_and_mrp/manufacturing/workflows/oee.rst b/content/applications/inventory_and_mrp/manufacturing/reporting/oee.rst similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/workflows/oee.rst rename to content/applications/inventory_and_mrp/manufacturing/reporting/oee.rst diff --git a/content/applications/inventory_and_mrp/manufacturing/workflows/oee/oee-report.png b/content/applications/inventory_and_mrp/manufacturing/reporting/oee/oee-report.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/workflows/oee/oee-report.png rename to content/applications/inventory_and_mrp/manufacturing/reporting/oee/oee-report.png diff --git a/content/applications/inventory_and_mrp/manufacturing/workflows/production_analysis.rst b/content/applications/inventory_and_mrp/manufacturing/reporting/production_analysis.rst similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/workflows/production_analysis.rst rename to content/applications/inventory_and_mrp/manufacturing/reporting/production_analysis.rst diff --git a/content/applications/inventory_and_mrp/manufacturing/workflows/production_analysis/comparison.png b/content/applications/inventory_and_mrp/manufacturing/reporting/production_analysis/comparison.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/workflows/production_analysis/comparison.png rename to content/applications/inventory_and_mrp/manufacturing/reporting/production_analysis/comparison.png diff --git a/content/applications/inventory_and_mrp/manufacturing/workflows/production_analysis/use-case.png b/content/applications/inventory_and_mrp/manufacturing/reporting/production_analysis/use-case.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/workflows/production_analysis/use-case.png rename to content/applications/inventory_and_mrp/manufacturing/reporting/production_analysis/use-case.png diff --git a/content/applications/inventory_and_mrp/manufacturing/workflows.rst b/content/applications/inventory_and_mrp/manufacturing/workflows.rst index fce386481..b9f1973b5 100644 --- a/content/applications/inventory_and_mrp/manufacturing/workflows.rst +++ b/content/applications/inventory_and_mrp/manufacturing/workflows.rst @@ -14,7 +14,4 @@ Workflows workflows/split_merge workflows/unbuild_orders workflows/byproducts - workflows/allocation workflows/continuous_improvement - workflows/oee - workflows/production_analysis diff --git a/redirects/17.0.txt b/redirects/17.0.txt index 18caaa9c4..d8b284414 100644 --- a/redirects/17.0.txt +++ b/redirects/17.0.txt @@ -66,6 +66,9 @@ applications/inventory_and_mrp/manufacturing/workflows/subcontracting.rst applic applications/inventory_and_mrp/manufacturing/workflows/subcontracting_basic.rst applications/inventory_and_mrp/manufacturing/subcontracting/subcontracting_basic.rst # workflows/* --> subcontracting/* applications/inventory_and_mrp/manufacturing/workflows/subcontracting_dropship.rst applications/inventory_and_mrp/manufacturing/subcontracting/subcontracting_dropship.rst # workflows/* --> subcontracting/* applications/inventory_and_mrp/manufacturing/workflows/subcontracting_resupply.rst applications/inventory_and_mrp/manufacturing/subcontracting/subcontracting_resupply.rst # workflows/* --> subcontracting/* +applications/inventory_and_mrp/manufacturing/workflows/allocation.rst applications/inventory_and_mrp/manufacturing/reporting/allocation.rst +applications/inventory_and_mrp/manufacturing/workflows/oee.rst applications/inventory_and_mrp/manufacturing/reporting/oee.rst +applications/inventory_and_mrp/manufacturing/workflows/production_analysis.rst applications/inventory_and_mrp/manufacturing/reporting/production_analysis.rst # applications/marketing