Commit Graph

7 Commits

Author SHA1 Message Date
Florian da Costa
93e3f2d1b7 [MIG] stock_available_immediately: Migration to 14.0 2021-03-16 17:20:09 +01:00
Florian da Costa
f2216ce01e [IMP] stock_available_immediately: black, isort, prettier 2021-03-16 17:10:32 +01:00
Pedro M. Baeza
0f5ba0ace7 [MIG] stock_available_immediately: Migration to 12.0
* New README by fragments
* Bump manifest version
* Adapted tests
2021-03-16 17:10:32 +01:00
Pedro M. Baeza
e6b5d41269 [FIX] stock_available_immediately: Restore current code
Due to merge mess, we need to restore current code this way
2021-03-16 17:10:32 +01:00
Cédric Pigeon
ba9b10f36f [10.0][CHG]stock_available...: improve stock methods computation
optimize stock computation by avoiding to call useless compute
2021-03-16 17:10:32 +01:00
SodexisTeam
7454d8e84e [10.0][MIG] stock_available & stock_available_immediately (#219) 2021-03-16 17:10:32 +01:00
Lionel Sausin
f2560f3311 [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-03-16 17:10:32 +01:00