Skip to content

Commit

Permalink
[IMP] repair_purchase_return: Description and usage files updated
Browse files Browse the repository at this point in the history
  • Loading branch information
PauBForgeFlow committed Sep 21, 2023
1 parent 81e94e1 commit 18447ff
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
15 changes: 13 additions & 2 deletions repair_purchase_return/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
===========
Expand Down
10 changes: 1 addition & 9 deletions repair_purchase_return/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -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.
8 changes: 7 additions & 1 deletion repair_purchase_return/readme/USAGE.rst
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 18447ff

Please sign in to comment.