We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f9052 commit 422192eCopy full SHA for 422192e
purchase_currency/__init__.py
@@ -1,4 +1,4 @@
1
# Copyright (C) 2025 Cetmix OÜ
2
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
3
4
-from . import models
+# from . import models
purchase_currency/__manifest__.py
@@ -11,7 +11,7 @@
11
"website": "https://github.com/OCA/purchase-workflow",
12
"depends": ["purchase"],
13
"data": [
14
- "views/res_config_settings_views.xml",
+ # "views/res_config_settings_views.xml",
15
],
16
"installable": True,
17
}
purchase_currency/tests/__init__.py
-from . import test_purchase_order
+# from . import test_purchase_order
0 commit comments