Add python 3 support

This commit is contained in:
jmartin 2016-03-29 12:00:47 +02:00
parent 21f5ad077f
commit e9d0b5fc09
1 changed files with 1 additions and 1 deletions

View File

@ -8,10 +8,10 @@ from trytond.wizard import Button, StateTransition, StateView, Wizard
__all__ = ['ShipmentOut', 'ShipmentDeviationAlert',
'ShipmentDeviation']
__metaclass__ = PoolMeta
class ShipmentOut:
__metaclass__ = PoolMeta
__name__ = 'stock.shipment.out'
@classmethod