diff --git a/product_custom_info/__manifest__.py b/product_custom_info/__manifest__.py index e56953f7408..bdee997485c 100644 --- a/product_custom_info/__manifest__.py +++ b/product_custom_info/__manifest__.py @@ -7,7 +7,7 @@ "name": "Product Custom Info", "summary": "Add custom field in products", "category": "Customize", - "version": "14.0.1.0.1", + "version": "15.0.1.0.1", "depends": ["product", "base_custom_info"], "data": ["views/product_template_view.xml", "views/product_product_view.xml"], "author": "Tecnativa, " "Odoo Community Association (OCA)", diff --git a/product_custom_info/tests/test_product_custom_info.py b/product_custom_info/tests/test_product_custom_info.py index 5e20a022ff9..5b433e9719e 100644 --- a/product_custom_info/tests/test_product_custom_info.py +++ b/product_custom_info/tests/test_product_custom_info.py @@ -1,7 +1,7 @@ -from odoo.tests.common import Form, SavepointCase +from odoo.tests.common import Form, TransactionCase -class TestProductCustomInfo(SavepointCase): +class TestProductCustomInfo(TransactionCase): def test_open_product_template(self): form = Form(self.env["product.product"]) form.name = "Prod A"