[FIX]UsreError to Validation Error

This commit is contained in:
ahenriquez
2019-10-29 16:53:47 +01:00
parent 36b8423819
commit 4d92265726
3 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,7 @@
# Copyright (C) 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
from odoo import api, fields, models, _
from odoo.exceptions import UserError
from odoo import api, fields, models
from datetime import datetime