This commit is contained in:
Raimon Esteve 2019-04-11 09:50:28 +02:00
parent e85498c187
commit 6759abe3bf
3 changed files with 20 additions and 0 deletions

View File

@ -7,6 +7,13 @@ Prerequisites
* Python 2.7 or later (http://www.python.org/)
* trytond (http://www.tryton.org/)
Patches
-------
Require apply the patch:
issue239_630.diff # [stock] get location quantity by product, product template or lot
Installation
------------

View File

@ -1,2 +1,9 @@
Stock Lot By Location Module
############################
Desde los lotes, disponemos de un relacionado hacia a ubicaciones para mostrar
la cantidad de lote y por ubicación.
Requiere el patch:
issue239_630.diff # [stock] get location quantity by product, product template or lot

View File

@ -1,2 +1,8 @@
Stock Lot By Location Module
############################
Allow a relate from lot to location to show lot quantity by location.
Require apply the patch:
issue239_630.diff # [stock] get location quantity by product, product template or lot