Code review comment for lp:~acsone-openerp/stock-logistic-warehouse/7.0-port-stock_available_immediately

Revision history for this message
Romain Deheele - Camptocamp (romaindeheele) wrote :

Hello Laurent,

LGTM
Just micro things:
in __init__.py, we could use relative import : from . import product
in product.py, we could use : from openerp.addons import decimal_precision as dp

Thanks,

Romain

« Back to merge proposal