Add python 3 support

This commit is contained in:
jmartin 2016-03-29 12:00:45 +02:00
parent 8de7ef1b7f
commit b323877f54

View file

@ -6,7 +6,6 @@ from trytond.pool import Pool, PoolMeta
from trytond.transaction import Transaction
__all__ = ['ProductMeasurementsShapeCreation']
__metaclass__ = PoolMeta
MODELS = ['stock.move', 'sale.line', 'purchase.line', 'production.bom.input',
'production.bom.output']