# -*- coding: utf-8 -*- # © 2016 Jairo Llopis <[email protected]> # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from openerp import exceptions class DetailsRequiredError(exceptions.ValidationError): pass