Add python 3 support

This commit is contained in:
jmartin
2016-03-29 11:43:21 +02:00
parent 35a3bd8543
commit 2bc0ff403f
3 changed files with 5 additions and 4 deletions

View File

@@ -8,10 +8,10 @@ from trytond.pyson import Eval
__all__ = ['User']
__metaclass__ = PoolMeta
class User:
__metaclass__ = PoolMeta
__name__ = "res.user"
sale_device = fields.Many2One('sale.device', 'Sale Device',
domain=[('shop', '=', Eval('shop'))],