Browse Source

fix complatibility with 8

pull/1379/head
Sébastien BEAU 8 years ago
committed by Pierrick Brun
parent
commit
b135375dfa
  1. 2
      base_jsonify/models/models.py

2
base_jsonify/models/models.py

@ -4,7 +4,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from openerp import api, models from openerp import api, models
from openerp.exceptions import UserError
from openerp.exceptions import Warning as UserError
@api.multi @api.multi

Loading…
Cancel
Save