From 42d42720aa6ef3b6c94f2d17a38f4a695b1a0061 Mon Sep 17 00:00:00 2001 From: XuanHuyen Date: Wed, 15 Jan 2025 17:40:25 +0700 Subject: [PATCH] update exception --- odoo/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.