[14.0][ADD] repair_type

This commit is contained in:
Bernat Puig Font
2021-10-11 11:16:10 +02:00
parent 29873b2558
commit 544c79d7d5
17 changed files with 431 additions and 0 deletions

View File

@@ -0,0 +1 @@
No configuration needed for this module.

View File

@@ -0,0 +1,3 @@
* `ForgeFlow <https://forgeflow.com>`_:
* Bernat Puig <bernat.puig@forgeflow.com>

View File

@@ -0,0 +1 @@
This module adds the type to a repair order. If we select a type on a Repair Order, Odoo will automatically fill some fields of the order.

View File

@@ -0,0 +1,5 @@
Possible improvements for future versions:
* Destination Location of the product to repair is not used currently,
so that's why is invisible. We still save the field for future new
module implementations.

View File

@@ -0,0 +1 @@
Go to Configuration>Repair Types and create a new repair type. Afterwards selecting a type on a Repair Order will automatically fill some fields.