diff --git a/odoo/exceptions.py b/odoo/exceptions.py index 0bbebce04..02a0c5fdc 100644 --- a/odoo/exceptions.py +++ b/odoo/exceptions.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. - +# comment """The Odoo Exceptions module defines a few core exception types. Those types are understood by the RPC layer.