diff --git a/content/applications/inventory_and_mrp/manufacturing/subcontracting.rst b/content/applications/inventory_and_mrp/manufacturing/subcontracting.rst index af06ec569ac..6d0bcbf1185 100644 --- a/content/applications/inventory_and_mrp/manufacturing/subcontracting.rst +++ b/content/applications/inventory_and_mrp/manufacturing/subcontracting.rst @@ -128,8 +128,5 @@ to factor in the cost of dropshipping. .. toctree:: subcontracting/subcontracting_basic - subcontracting/basic_subcontracting_lead_times subcontracting/subcontracting_resupply - subcontracting/resupply_subcontracting_lead_times subcontracting/subcontracting_dropship - subcontracting/dropship_subcontracting_lead_times diff --git a/content/applications/inventory_and_mrp/manufacturing/subcontracting/basic_subcontracting_lead_times.rst b/content/applications/inventory_and_mrp/manufacturing/subcontracting/basic_subcontracting_lead_times.rst deleted file mode 100644 index f48185faa14..00000000000 --- a/content/applications/inventory_and_mrp/manufacturing/subcontracting/basic_subcontracting_lead_times.rst +++ /dev/null @@ -1,101 +0,0 @@ -=============================== -Basic subcontracting lead times -=============================== - -.. |PO| replace:: :abbr:`PO (Purchase Order)` -.. |RfQ| replace:: :abbr:`RfQ (Request for Quotation)` - -In Odoo, lead times are used to predict how long it takes to complete a certain action. For example, -a *delivery lead time* can be set for a purchased product, which specifies the number of days it -usually takes for the product's vendor to delivery the product to the purchasing company. - -For subcontracted products specifically, delivery lead times can be configured to take into account -the amount of time required for the subcontractor to manufacture a product. Doing so allows the -contracting company to better predict the delivery dates of subcontracted products. - -.. important:: - Like all lead times in Odoo, lead times for subcontracted products are only an estimate, and are - based on how long actions are *expected* to take. - - Unforeseen circumstances can impact the completion of these actions, which means that lead times - should not be viewed as guarantees. - -Configuration -============= - -When using the :doc:`basic subcontracting ` workflow to manufacture a product, -a company is not responsible for supplying the subcontractor with the necessary components. This -means that the only factors affecting the delivery date of a product are the amount of time it takes -the subcontractor to manufacture and deliver it. - -By assigning a product's subcontractor a delivery lead time that considers both of these factors, -the *Expected Arrival* date displayed on purchase orders (POs) for the product more accurately -reflects the amount of time required for both manufacturing and delivery. - -Product delivery lead time --------------------------- - -To set a delivery lead time for a product's subcontractor, navigate to :menuselection:`Inventory app ---> Products --> Products`, and select a subcontracted product. - -Then, select the :guilabel:`Purchase` tab on the product's page. If the subcontractor has not -already been added as a vendor, do so now by clicking :guilabel:`Add a line`, and selecting the -subcontractor in the :guilabel:`Vendor` column. - -Once the subcontractor has been added, enter the number of days it takes them to manufacture and -deliver the product, in the :guilabel:`Delivery Lead Time` column. - -.. image:: basic_subcontracting_lead_times/delivery-lead-time.png - :align: center - :alt: The Delivery Lead Time field for a subcontractor, on the Purchase tab of a product page. - -.. note:: - Multiple subcontractors can be added to the :guilabel:`Purchase` tab on a product's page, and a - different :guilabel:`Delivery Lead Time` can be set for each. - -Lead time workflow -================== - -After setting a delivery lead time for a product's vendor, create an |RfQ| by navigating to -:menuselection:`Purchase app --> Orders --> Purchase Orders`, and clicking :guilabel:`New`. - -Specify the subcontractor in the :guilabel:`Vendor` field. Then, add the product in the -:guilabel:`Products` tab by clicking :guilabel:`Add a product`, selecting the product in the -:guilabel:`Product` column, and adding a quantity in the :guilabel:`Quantity` column. - -Once a product has been added, the :guilabel:`Expected Arrival` field on the |RfQ| auto-populates -with a date that reflects the vendor's delivery lead time, as specified on the product's page. - -If the date needs to be adjusted, click on the :guilabel:`Expected Arrival` field to open a calendar -popover, and select the desired date. Make sure not to choose a date sooner than the one that was -auto-populated, unless the subcontractor has confirmed that they are able to deliver the product by -that date. - -Finally, click :guilabel:`Confirm Order` on the |RfQ| to turn it into a |PO|. At this point, the -subcontractor should begin manufacturing the subcontracted product, before delivering it to the -contracting company. - -.. example:: - Bike retailer *Mike's Bikes* works with a subcontractor — *Bike Friends* — to produce units of - their *Tricycle* product. - - On average, Bike Friends requires three days to manufacture a tricycle, plus an additional two - days to deliver it to Mike's Bikes. - - As a result, Mike's Bikes sets a delivery lead time of five days for tricycles manufactured by - Bike Friends: three days for manufacturing, plus two days for delivery. - - On May 3rd, Mike's Bikes confirms a |PO| to purchase one tricycle from Bike Friends. - - The :guilabel:`Expected Arrival` date listed on the |PO| is May 8th, five days after the - :guilabel:`Confirmation Date`. - - .. image:: basic_subcontracting_lead_times/expected-arrival.png - :align: center - :alt: The Expected Arrival date on a PO for a subcontracted product. - - Bike Friends begins manufacturing the tricycle on May 3rd — the day that the |PO| is confirmed — - and finishes on May 6th, three days later. - - The tricycle is then shipped to Mike's Bikes the same day, and they receive it on May 8th, two - days later. diff --git a/content/applications/inventory_and_mrp/manufacturing/subcontracting/basic_subcontracting_lead_times/delivery-lead-time.png b/content/applications/inventory_and_mrp/manufacturing/subcontracting/basic_subcontracting_lead_times/delivery-lead-time.png deleted file mode 100644 index 7fb5ac5b837..00000000000 Binary files a/content/applications/inventory_and_mrp/manufacturing/subcontracting/basic_subcontracting_lead_times/delivery-lead-time.png and /dev/null differ diff --git a/content/applications/inventory_and_mrp/manufacturing/subcontracting/basic_subcontracting_lead_times/expected-arrival.png b/content/applications/inventory_and_mrp/manufacturing/subcontracting/basic_subcontracting_lead_times/expected-arrival.png deleted file mode 100644 index de55d2d77cc..00000000000 Binary files a/content/applications/inventory_and_mrp/manufacturing/subcontracting/basic_subcontracting_lead_times/expected-arrival.png and /dev/null differ diff --git a/content/applications/inventory_and_mrp/manufacturing/subcontracting/dropship_subcontracting_lead_times.rst b/content/applications/inventory_and_mrp/manufacturing/subcontracting/dropship_subcontracting_lead_times.rst deleted file mode 100644 index 455ff02599d..00000000000 --- a/content/applications/inventory_and_mrp/manufacturing/subcontracting/dropship_subcontracting_lead_times.rst +++ /dev/null @@ -1,192 +0,0 @@ -================================== -Dropship subcontracting lead times -================================== - -.. |PO| replace:: :abbr:`PO (Purchase Order)` -.. |RfQ| replace:: :abbr:`RfQ (Request for Quotation)` -.. |BoM| replace:: :abbr:`BoM (Bill of Materials)` - -In Odoo, lead times are used to predict how long it takes to complete a certain action. For example, -a *delivery lead time* can be set for a purchased product, which specifies the number of days it -usually takes for the product's vendor to deliver the product to the purchasing company. - -For subcontracted products specifically, delivery lead times can be configured to take into account -the amount of time required for the subcontractor to manufacture a product. Doing so allows the -contracting company to better predict the delivery dates of subcontracted products. - -Certain subcontracted products require the contracting company to supply the subcontractor with -manufacturing components. In this case, a *manufacturing lead time* can be used, in addition to the -delivery lead time, to generate the date on which the subcontractor must receive the required -components, in order to manufacture the product and deliver it on time. - -In cases where components are dropshipped to the subcontractor, an additional delivery lead time -can be set for each component. This should be set to the amount of time it takes the vendor to -deliver components to the subcontractor. - -Once a delivery lead time has been set on a component, dropship orders for the component display the -date by which the order must be confirmed, so that it can be dropshipped to the subcontractor by the -date on which manufacturing must begin. - -.. important:: - Like all lead times in Odoo, lead times for subcontracted products are only an estimate, and are - based on how long actions are *expected* to take. - - Unforeseen circumstances can impact the completion of these actions, which means that lead times - should not be viewed as guarantees. - -Configuration -============= - -When using the :doc:`Dropship Subcontractor on Order ` route, a company is -responsible for purchasing the necessary components from a vendor, and having them dropshipped -directly to the subcontractor. - -This means that, in addition to the amount of time it takes the subcontractor to manufacture and -deliver the product, it is also necessary to consider how long it takes the component vendor to -dropship the components to the subcontractor. - -By assigning a product's subcontractor a *delivery lead time*, specifying a *manufacturing lead -time* on the product's BoM, and assigning the vendor of the components an additional *delivery lead -time*, *Dropship Subcontractor* orders for the product's components display the deadline for -confirming a dropship order to send the components to the subcontractor. - -Product delivery lead time --------------------------- - -To set a delivery lead time for a product's subcontractor, navigate to :guilabel:`Inventory app --> -Products --> Products`, and select a subcontracted product. - -Then, select the :guilabel:`Purchase` tab on the product's page. If the subcontractor has not -already been added as a vendor, do so now by clicking :guilabel:`Add a line`, and selecting the -subcontractor in the :guilabel:`Vendor` column. - -Once the subcontractor has been added, enter the number of days it takes them to manufacture and -deliver the product, in the :guilabel:`Delivery Lead Time` column. - -.. image:: dropship_subcontracting_lead_times/delivery-lead-time.png - :align: center - :alt: The Delivery Lead Time field for a subcontractor, on the Purchase tab of a product page. - -Product manufacturing lead time -------------------------------- - -Next, navigate to the product's |BoM| by clicking the :guilabel:`Bill of Materials` smart button at -the top of the product's page. Then, select a BoM from the list. - -On the |BoM|, select the :guilabel:`Miscellaneous` tab. In the :guilabel:`Manuf. Lead Time` field, -enter the same number of days that was entered in the :guilabel:`Delivery Lead Time` field of the -|BoM|'s product. - -.. image:: dropship_subcontracting_lead_times/manufacturing-lead-time.png - :align: center - :alt: The Manuf. Lead Time field on a product's BoM. - -While not all of these days are actually used for manufacturing by the subcontractor, setting the -same number of days in each field tells Odoo that the subcontractor must receive the components and -begin production by the start of the product's delivery lead time. This gives the subcontractor -enough time to both manufacture and deliver the product. - -Component delivery lead time ----------------------------- - -From the product's BoM, navigate to each component by clicking on the component in the -:guilabel:`Components` tab, and then clicking the :icon:`oi-arrow-right` :guilabel:`(right arrow)` -button to the right of the component. - -On the product page for each component, select the :guilabel:`Purchase` tab. If the vendor has not -already been added, do so now by clicking :guilabel:`Add a line`, and selecting the subcontractor in -the :guilabel:`Vendor` column. - -Once the vendor has been added, enter the number of days it takes them to dropship the product to -the subcontractor, in the :guilabel:`Delivery Lead Time` column. - -Dropship subcontracting workflow -================================ - -Create a request for quotation (RfQ) for the product by navigating to :menuselection:`Purchase app ---> Orders --> Requests for Quotation`, and clicking :guilabel:`New`. - -Specify the subcontractor in :guilabel:`Vendor` field. Then, add the product in the -:guilabel:`Products` tab by clicking :guilabel:`Add a product`, selecting the product in the -:guilabel:`Product` column, and specifying a quantity in the :guilabel:`Quantity` column. - -In the :guilabel:`Expected Arrival` field, enter a date that provides enough time for the component -vendor to dropship the components, and the subcontractor to manufacture and deliver the product. - -.. important:: - When a product is added to an |RfQ|, the :guilabel:`Expected Arrival` field auto-populates with a - date that is today's date plus the delivery lead time of the product. However, this does not - consider the time it takes to dropship the components to the subcontractor. - - When purchasing a product subcontracted using the *Dropship Subcontractor on Order* route, it is - necessary to adjust this date to take into account the extra time needed for the components to be - delivered to the subcontractor. - - Since production does not begin until they receive the components, leaving the date as is results - in the finished product arriving *after* the date listed on the |RfQ|. - -Next, click :guilabel:`Confirm Order` to turn the |RfQ| into a |PO|. Doing so creates a second |RfQ| -to purchase the components from the dropshipper, and have them sent to the subcontractor. - -Navigate to :menuselection:`Purchase app --> Orders --> Requests for Quotation`, and select the -|RfQ| that lists the dropshipper in the :guilabel:`Vendor` column. - -On the |RfQ|, the :guilabel:`Expected Arrival` field lists the date on which the subcontractor must -receive the components, in order to deliver the finished product by the *Expected Arrival* date -listed on the subcontractor |PO|. - -The :guilabel:`Order Deadline` field lists the latest date on which the |RfQ| can be confirmed, in -order for the dropshipper to deliver the components to the subcontractor by the :guilabel:`Expected -Arrival` date. - -Click :guilabel:`Confirm Order` to turn the |RfQ| into a |PO|, and confirm the purchase of the -components from the dropshipper. Doing so causes a :guilabel:`Dropship` smart button to appear at -the top of the page. - -Click the :guilabel:`Dropship` smart button to open the dropship order. This order can also be -accessed from the :guilabel:`Resupply` smart button that now appears on the subcontractor |PO|. - -After the dropshipper has delivered the components to the subcontractor, click the -:guilabel:`Validate` button at the top of the dropship order to confirm that the subcontractor has -received the components. - -Once the subcontractor receives the components, they begin manufacturing the component, before -delivering it to the contracting company. - -.. example:: - - Bike retailer *Mike's Bikes* works with a subcontractor — *Bike Friends* — to produce units of - their *Bicycle* product. - - Mike's Bikes must purchase the required components from vendor Bike World, and have them - dropshipped to Bike Friends. - - On average, Bike Friends takes three days to manufacture each bicycle, plus an addition two days - to deliver it to Mike's Bikes. - - As a result, Mike's Bikes sets a delivery lead time of five days for bicycle manufactured by Bike - Friends: three days for manufacturing, plus two days for delivery. - - On the bicycle's BoM, they enter a manufacturing lead time of five days as well, to remind - themselves of the date that components must be delivered to the subcontractor. - - On the product pages for each of the bicycle's components, they assign Bike World a delivery lead - time of two days. This is the amount of time it takes Bike World to dropship each component - directly to the subcontractor. - - On May 10th, Mike's Bikes confirms a |PO| for one bicycle, with an expected delivery date of May - 17th. - - The |RfQ| for purchasing the components from Bike World and having them dropshipped to Bike - Friends has an Expected Arrival date of May 12th, and a Deadline of May 10th. The |RfQ| must be - confirmed by the deadline in order for Bike Friends to receive the components by the Expected - Arrival date, giving them enough time to deliver the finished bicycle to Mike's Bikes by May - 17th. - - .. image:: dropship_subcontracting_lead_times/deadline-arrival.png - :align: center - :alt: The Order Deadline and Expected Arrival dates on a dropship order. - - Mike's Bikes confirms the |RfQ| on May 10th, and Bike World delivers the components to Bike - Friends on May 12th. Bike Friends manufactures the bicycle, and delivers it to Mike's Bikes on - May 17th. diff --git a/content/applications/inventory_and_mrp/manufacturing/subcontracting/dropship_subcontracting_lead_times/deadline-arrival.png b/content/applications/inventory_and_mrp/manufacturing/subcontracting/dropship_subcontracting_lead_times/deadline-arrival.png deleted file mode 100644 index d4cf2f73e0a..00000000000 Binary files a/content/applications/inventory_and_mrp/manufacturing/subcontracting/dropship_subcontracting_lead_times/deadline-arrival.png and /dev/null differ diff --git a/content/applications/inventory_and_mrp/manufacturing/subcontracting/dropship_subcontracting_lead_times/delivery-lead-time.png b/content/applications/inventory_and_mrp/manufacturing/subcontracting/dropship_subcontracting_lead_times/delivery-lead-time.png deleted file mode 100644 index 84775bb7247..00000000000 Binary files a/content/applications/inventory_and_mrp/manufacturing/subcontracting/dropship_subcontracting_lead_times/delivery-lead-time.png and /dev/null differ diff --git a/content/applications/inventory_and_mrp/manufacturing/subcontracting/dropship_subcontracting_lead_times/manufacturing-lead-time.png b/content/applications/inventory_and_mrp/manufacturing/subcontracting/dropship_subcontracting_lead_times/manufacturing-lead-time.png deleted file mode 100644 index ac3964911d7..00000000000 Binary files a/content/applications/inventory_and_mrp/manufacturing/subcontracting/dropship_subcontracting_lead_times/manufacturing-lead-time.png and /dev/null differ diff --git a/content/applications/inventory_and_mrp/manufacturing/subcontracting/resupply_subcontracting_lead_times.rst b/content/applications/inventory_and_mrp/manufacturing/subcontracting/resupply_subcontracting_lead_times.rst deleted file mode 100644 index 1bb7dbe920c..00000000000 --- a/content/applications/inventory_and_mrp/manufacturing/subcontracting/resupply_subcontracting_lead_times.rst +++ /dev/null @@ -1,161 +0,0 @@ -================================== -Resupply subcontracting lead times -================================== - -.. |PO| replace:: :abbr:`PO (Purchase Order)` -.. |RfQ| replace:: :abbr:`RfQ (Request for Quotation)` -.. |BoM| replace:: :abbr:`BoM (Bill of Materials)` - -In Odoo, lead times are used to predict how long it takes to complete a certain action. For example, -a *delivery lead time* can be set for a purchased product, which specifies the number of days it -usually takes for the product's vendor to deliver the product to the purchasing company. - -For subcontracted products specifically, delivery lead times can be configured to take into account -the amount of time required for the subcontractor to manufacture a product. Doing so allows the -contracting company to better predict the delivery dates of subcontracted products. - -Certain subcontracted products require the contracting company to supply the subcontractor with -manufacturing components. In this case, a *manufacturing lead time* can be used, in addition to the -delivery lead time, to generate the date on which the subcontractor must receive the required -components, in order to manufacture the product and deliver it on time. - -.. important:: - Like all lead times in Odoo, lead times for subcontracted products are only an estimate, and are - based on how long actions are *expected* to take. - - Unforeseen circumstances can impact the completion of these actions, which means that lead times - should **not** be viewed as guarantees. - -Configuration -============= - -When using the :doc:`Resupply Subcontractor on Order ` route, a company is -responsible for supplying the subcontractor with the necessary components. As a result, the -subcontractor cannot begin manufacturing until the components have been received. - -This means that, in addition to the amount of time it takes the subcontractor to manufacture and -deliver the product, the date they receive the components must also be considered. - -By assigning a product's subcontractor a delivery lead time, and specifying a manufacturing lead -time on the product's bill of materials (BoM), *Resupply Subcontractor* orders for the product's -components display the deadline by which the subcontractor must receive the components. - -Product delivery lead time --------------------------- - -To set a delivery lead time for a product's subcontractor, navigate to :menuselection:`Inventory app ---> Products --> Products`, and select a subcontracted product. - -Then, select the :guilabel:`Purchase` tab on the product's page. If the subcontractor has not -already been added as a vendor, do so now by clicking :guilabel:`Add a line`, and selecting the -subcontractor in the :guilabel:`Vendor` field. - -Once the subcontractor has been added, enter the number of days it takes them to manufacture and -deliver the product, in the :guilabel:`Delivery Lead Time` column. - -.. image:: resupply_subcontracting_lead_times/delivery-lead-time.png - :align: center - :alt: The Delivery Lead Time field for a subcontractor, on the Purchase tab of a product page. - -Product manufacturing lead time -------------------------------- - -Next, navigate to the product's |BoM| by clicking the :guilabel:`Bill of Materials` smart button at -the top of the product's page. Then, select a |BoM| from the list. - -On the |BoM|, select the :guilabel:`Miscellaneous` tab. In the :guilabel:`Manuf. Lead Time` field, -enter the same number of days that was entered in the :guilabel:`Delivery Lead Time` field of the -|BoM|'s product. - -.. image:: resupply_subcontracting_lead_times/manufacturing-lead-time.png - :align: center - :alt: The Manuf. Lead Time field on a product's BoM. - -While not all of these days are actually used for manufacturing by the subcontractor, setting the -same number of days in each field tells Odoo that the subcontractor must receive the components and -begin production by the start of the product's delivery lead time. This gives the subcontractor -enough time to both manufacture and deliver the product. - -Resupply subcontracting workflow --------------------------------- - -Create a request for quotation (RfQ) for the product by navigating to :menuselection:`Purchase app ---> Orders --> Requests for Quotation`, and clicking :guilabel:`New`. - -Specify the subcontractor in :guilabel:`Vendor` field. Then, add the product in the -:guilabel:`Products` tab by clicking :guilabel:`Add a product`, selecting the product in the -:guilabel:`Product` column, and specifying a quantity in the :guilabel:`Quantity` column. - -In the :guilabel:`Expected Arrival` field, enter a date that provides enough time for the -subcontractor to receive the components, manufacture the product, and deliver it back to the -subcontracting company. - -.. important:: - When a product is added to an |RfQ|, the :guilabel:`Expected Arrival` field auto-populates with a - date that is today's date plus the delivery lead time of the product. However, this does **not** - consider the time it takes to ship the components to the subcontractor. - - When purchasing a product subcontracted using the Resupply Subcontractor on Order route, it is - necessary to adjust this date to take into account the extra time needed for the components to be - shipped to the subcontractor. - - Since production does not begin until they receive the components, leaving the date as is results - in the finished product arriving *after* the date listed on the |RfQ|. - -Next, click :guilabel:`Confirm Order` to turn the |RfQ| into a |PO|. Doing so causes a -:guilabel:`Resupply` smart button to appear at the top of the page. - -Click the :guilabel:`Resupply` smart button to open the resupply subcontractor order, which is the -order created to send components to the subcontractor. - -The :guilabel:`Deadline` field on the resupply subcontractor order shows the deadline for the -subcontractor to receive the components, in order for them to have enough time to manufacture and -deliver the finished product by the Expected Arrival date. - -The :guilabel:`Scheduled Date` field should display the latest date on which components can be -shipped, while still arriving to the subcontractor by the :guilabel:`Deadline`. However, by default, -the date displayed is the same as the date in the :guilabel:`Deadline` field, and must be updated to -take into account the time required for shipping. - -Click on the :guilabel:`Scheduled Date` field to open a calendar popover from which a date can be -selected. Select a date that allows for the components to be delivered by the :guilabel:`Deadline` -on the resupply subcontractor order. - -After the components are shipped, click the :guilabel:`Validate` button at the top of the order to -confirm they have been sent to the subcontractor. - -Once the subcontractor receives the components, they begin manufacturing the component, before -delivering it to the contracting company. - -.. example:: - Bike retailer *Mike's Bikes* works with a subcontractor — *Bike Friends* — to produce units of - their *Unicycle* product. - - Mike's Bikes must supply Bike Friends with the necessary components for manufacturing the - unicycles. - - On average, Bike Friends takes three days to manufacture each unicycle, plus an additional two - days to deliver it to Mike's Bikes. - - As a result, Mike's Bikes sets a delivery lead time of five days for unicycles manufactured by - Bike Friends: three days for manufacturing, plus two days for delivery. - - On the unicycle's |BoM|, they enter a manufacturing lead time of five days, as well, to remind - themselves of the date that components must be delivered to the subcontractor. - - They confirm a |PO| for one unicycle, with an expected arrival date of May 30th. - - The resupply subcontractor order for shipping the components to the subcontractor shows a - *Deadline* of May 25th. The subcontractor must receive the components by this date, in order to - have enough time to manufacture the unicycle, and deliver it by May 30th. - - It takes Mike's Bikes two days to deliver the components, so they update the *Scheduled Date* - field on the resupply subcontractor order to May 23rd, two days before the Deadline. - - .. image:: resupply_subcontracting_lead_times/scheduled-deadline.png - :align: center - :alt: The Scheduled Date and Deadline fields on a resupply subcontractor order. - - Mike's Bikes ships the components to Bike Friends on the scheduled date of May 23rd, and they - arrive on the deadline of May 25th. This gives Bike Friends enough time to manufacture the - unicycle, and ship it back to Mike's Bikes by the expected arrival date of May 30th. diff --git a/content/applications/inventory_and_mrp/manufacturing/subcontracting/resupply_subcontracting_lead_times/delivery-lead-time.png b/content/applications/inventory_and_mrp/manufacturing/subcontracting/resupply_subcontracting_lead_times/delivery-lead-time.png deleted file mode 100644 index cf0dde004cf..00000000000 Binary files a/content/applications/inventory_and_mrp/manufacturing/subcontracting/resupply_subcontracting_lead_times/delivery-lead-time.png and /dev/null differ diff --git a/content/applications/inventory_and_mrp/manufacturing/subcontracting/resupply_subcontracting_lead_times/manufacturing-lead-time.png b/content/applications/inventory_and_mrp/manufacturing/subcontracting/resupply_subcontracting_lead_times/manufacturing-lead-time.png deleted file mode 100644 index 5ec25120183..00000000000 Binary files a/content/applications/inventory_and_mrp/manufacturing/subcontracting/resupply_subcontracting_lead_times/manufacturing-lead-time.png and /dev/null differ diff --git a/content/applications/inventory_and_mrp/manufacturing/subcontracting/resupply_subcontracting_lead_times/scheduled-deadline.png b/content/applications/inventory_and_mrp/manufacturing/subcontracting/resupply_subcontracting_lead_times/scheduled-deadline.png deleted file mode 100644 index 0593dfb4b9f..00000000000 Binary files a/content/applications/inventory_and_mrp/manufacturing/subcontracting/resupply_subcontracting_lead_times/scheduled-deadline.png and /dev/null differ diff --git a/redirects/17.0.txt b/redirects/17.0.txt index 8079cbd54b5..879f7c78140 100644 --- a/redirects/17.0.txt +++ b/redirects/17.0.txt @@ -96,6 +96,9 @@ applications/inventory_and_mrp/manufacturing/workflows/subcontracting_resupply.r 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/inventory_and_mrp/manufacturing/subcontracting/basic_subcontracting_lead_times.rst applications/inventory_and_mrp/manufacturing/subcontracting/subcontracting_basic.rst +applications/inventory_and_mrp/manufacturing/subcontracting/dropship_subcontracting_lead_times.rst applications/inventory_and_mrp/manufacturing/subcontracting/subcontracting_dropship.rst +applications/inventory_and_mrp/manufacturing/subcontracting/resupply_subcontracting_lead_times.rst applications/inventory_and_mrp/manufacturing/subcontracting/subcontracting_resupply.rst # applications/marketing