Add python 3 support

This commit is contained in:
jmartin 2016-03-29 13:09:21 +02:00
parent 82b606ce98
commit 7f4959a7f9
1 changed files with 1 additions and 1 deletions

View File

@ -5,10 +5,10 @@ from trytond.model import fields
from trytond.pyson import Eval
__all__ = ['SaleLine']
__metaclass__ = PoolMeta
class SaleLine:
__metaclass__ = PoolMeta
__name__ = 'sale.line'
product_type = fields.Function(fields.Char('Product Type'),