Skip to content

Commit ce156fb

Browse files
[FIX] add missing exceptions import
1 parent c98826f commit ce156fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stock_account_operating_unit/tests/test_stock_account_operating_unit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# - Jordi Ballester Alomar
33
# © 2019 Serpent Consulting Services Pvt. Ltd. - Sudhir Arya
44
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
5+
from odoo import exceptions
56
from odoo.tests import Form
67

78
from odoo.addons.stock.tests.common import TestStockCommon

0 commit comments

Comments
 (0)