Formatear fichero

This commit is contained in:
Sergio Morillo 2014-10-01 12:38:32 +02:00
parent add2ec5951
commit 9ebc35b141

View file

@ -59,6 +59,7 @@ class LotLocationQuantity(ModelView):
product = fields.Many2One('product.product', 'Product', readonly=True)
uom = fields.Many2One('product.uom', 'Uom', readonly=True)
class LotByLocationStart(ModelView):
"""Lot By Location"""
__name__ = 'stock.lot.location.start'