Commit Graph

7 Commits

Author SHA1 Message Date
Víctor Martínez
ea9fb67d49 [MIG] stock_available_immediately: Migration to 13.0 2021-02-18 12:33:14 +01:00
Víctor Martínez
cff9044692 [IMP] stock_available_immediately: black, isort, prettier 2021-02-18 12:19:26 +01:00
Pedro M. Baeza
9a28d257ed [MIG] stock_available_immediately: Migration to 12.0
* New README by fragments
* Bump manifest version
* Adapted tests
2021-02-18 12:18:52 +01:00
Pedro M. Baeza
55b72b9e0b [FIX] stock_available_immediately: Restore current code
Due to merge mess, we need to restore current code this way
2021-02-18 12:18:52 +01:00
Cédric Pigeon
a4f5a028b6 [10.0][CHG]stock_available...: improve stock methods computation
optimize stock computation by avoiding to call useless compute
2021-02-18 12:18:52 +01:00
SodexisTeam
0f014950f1 [10.0][MIG] stock_available & stock_available_immediately (#219) 2021-02-18 12:18:52 +01:00
Lionel Sausin
082f748bd1 [IMP] Decouple the quantity for templates and variants
There are cases where we dot NOT want to simply sum the quantities of all the
variants. For example when dealing with manufacturing capacities, we may have
to chose between variants because we can't make ALL of them with the same
components.

So instead of a simple non-modular implementation, we'll let each module define
his own implementation of how to compute the product template's quantity
available for sale.

Conflicts:
	stock_available/__openerp__.py
	stock_available_immediately/__openerp__.py
2021-02-18 12:18:52 +01:00