diff --git a/repair_purchase_return/README.rst b/repair_purchase_return/README.rst index cc49782f..7420f2f6 100644 --- a/repair_purchase_return/README.rst +++ b/repair_purchase_return/README.rst @@ -23,7 +23,7 @@ Repair Stock Move :target: https://runbot.odoo-community.org/runbot/129/14.0 :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| The purpose of this module is to modify the behaviour of the repair standard module. Achieving more flexibility in a repair process. @@ -45,10 +45,21 @@ Another feature which this module includes is that it allows to add components d .. contents:: :local: +Description +=========== + +The purpose of this module is to add the possibility of create a purchase return order for some repair components products and operations directly from repair order. + Usage ===== -Follow the Odoo standard repair module flow. +#. Go to *Repair > Repair Orders > New* and create a new repair order. Add at least one line in *Parts* (with type *Add* and positive *Quantity*) and *Operations* (with positive *Quantity*). + +#. Click *Create Purchase Return* button. + +#. On the wizard, choose a valid vendor and click *Create And View Purchase Return* button. + +In the *Purchase Return Order*, *Unit Price* of each product line would be the cost price of the product. Bug Tracker =========== diff --git a/repair_purchase_return/readme/DESCRIPTION.rst b/repair_purchase_return/readme/DESCRIPTION.rst index f46cb240..a88f5f9c 100644 --- a/repair_purchase_return/readme/DESCRIPTION.rst +++ b/repair_purchase_return/readme/DESCRIPTION.rst @@ -1,9 +1 @@ -The purpose of this module is to modify the behaviour of the repair standard module. Achieving more flexibility in a repair process. - -The first change that it applies is the modification of the creation of stock moves in the repair flow: - -* Confirm Repair: creates draft stock moves on confirmation of the repair order. -* Start Repair: confirms the stock moves. -* End Repair: completes the stock moves and ends the repair order. - -Another feature which this module includes is that it allows to add components during all the different stages of the repair process, which adjusts better to the needs of some businesses. +The purpose of this module is to add the possibility of create a purchase return order for some repair components products and operations directly from repair order. diff --git a/repair_purchase_return/readme/USAGE.rst b/repair_purchase_return/readme/USAGE.rst index 3009b22a..4f8de837 100644 --- a/repair_purchase_return/readme/USAGE.rst +++ b/repair_purchase_return/readme/USAGE.rst @@ -1 +1,7 @@ -Follow the Odoo standard repair module flow. +#. Go to *Repair > Repair Orders > New* and create a new repair order. Add at least one line in *Parts* (with type *Add* and positive *Quantity*) and *Operations* (with positive *Quantity*). + +#. Click *Create Purchase Return* button. + +#. On the wizard, choose a valid vendor and click *Create And View Purchase Return* button. + +In the *Purchase Return Order*, *Unit Price* of each product line would be the cost price of the product.