Initial commit: Odoo 18.0-20251222 extra-addons
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled

This commit is contained in:
tocmo0nlord
2026-03-13 20:43:25 +00:00
parent 36e847a7df
commit adbe430761
9472 changed files with 1265727 additions and 0 deletions

View File

@@ -0,0 +1 @@
- David Alonso \<david.alonso@solvos.es\>

View File

@@ -0,0 +1,2 @@
This module extends the functionality of Odoo Maintenance module by
allowing link stock consumptions to maintenance requests.

View File

@@ -0,0 +1,4 @@
- Product standard list. Enable defining product standard lists (at
least, product and quantity per line), and link them with equipments.
Then, every maintenance request could select one of them and
automatically fill the product and quantity list.

View File

@@ -0,0 +1,27 @@
Once installed, first you should enable consumptions for a certain
equipment and filling a default warehouse for the picking operations:
![](../static/description/equipment.png)
Then, for every mainteance request of this equipment, *Picking List*
button allows us to make consumptions, that will be picking documents
with their own sequence:
![](../static/description/request-1.png)
![](../static/description/pick-1.png)
By default, the origin location for this operations will be the stock
location for the default warehouse, and destination a new *Consumptions*
location, that will not compute for stock inventory, like e.g. partner
locations:
![](../static/description/move-line.png)
From both request and equipment forms these stock operations and
*Product Moves* are available.
Return operations are also enabled, and will be linked to the request
and equipment as well:
![](../static/description/pick-2.png)