Skip to content

Commit 422192e

Browse files
committed
[TEST]
1 parent 75f9052 commit 422192e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

purchase_currency/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (C) 2025 Cetmix OÜ
22
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
33

4-
from . import models
4+
# from . import models

purchase_currency/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"website": "https://github.com/OCA/purchase-workflow",
1212
"depends": ["purchase"],
1313
"data": [
14-
"views/res_config_settings_views.xml",
14+
# "views/res_config_settings_views.xml",
1515
],
1616
"installable": True,
1717
}

purchase_currency/tests/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (C) 2025 Cetmix OÜ
22
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
33

4-
from . import test_purchase_order
4+
# from . import test_purchase_order

0 commit comments

Comments
 (0)