mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
[IMP] intrastat_product: Fix pre-commit
This commit is contained in:
@@ -2,9 +2,10 @@
|
|||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||||
from psycopg2 import IntegrityError
|
from psycopg2 import IntegrityError
|
||||||
|
|
||||||
|
from odoo.exceptions import UserError, ValidationError
|
||||||
from odoo.tests.common import SavepointCase
|
from odoo.tests.common import SavepointCase
|
||||||
from odoo.tools import mute_logger
|
from odoo.tools import mute_logger
|
||||||
from odoo.exceptions import UserError, ValidationError
|
|
||||||
from .common import IntrastatProductCommon
|
from .common import IntrastatProductCommon
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user