Add python 3 support

This commit is contained in:
jmartin 2016-03-29 12:00:41 +02:00
parent d06dff45a0
commit 03c1f33837
1 changed files with 1 additions and 1 deletions

View File

@ -9,10 +9,10 @@ from trytond.pyson import Eval
from trytond import backend
__all__ = ['Sale']
__metaclass__ = PoolMeta
class Sale:
__metaclass__ = PoolMeta
__name__ = 'sale.sale'
employee = fields.Many2One('company.employee', 'Salesman',