From e80d4c5ffd3db1025af7fda2c1ac73ae73202e7a Mon Sep 17 00:00:00 2001 From: Sergio Morillo Date: Sun, 9 Nov 2014 14:00:39 +0100 Subject: [PATCH] =?UTF-8?q?Retoques=20de=20c=C3=B3digo.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index a56c3ee..c8e0e4c 100644 --- a/__init__.py +++ b/__init__.py @@ -8,7 +8,7 @@ def register(): LotLocationQuantity, LotByLocationStart, LotByLocationOpen, - module='stock_lot_location_quantity', type_='model'), + module='stock_lot_location_quantity', type_='model') Pool.register( LotByLocation, module='stock_lot_location_quantity', type_='wizard') \ No newline at end of file