Skip to content

Commit

Permalink
[MIG] product_custom_info: Migration to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rad0van authored and OCA-git-bot committed Sep 22, 2023
1 parent 0eeffd3 commit 8f2d0f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion product_custom_info/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down
4 changes: 2 additions & 2 deletions product_custom_info/tests/test_product_custom_info.py
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 8f2d0f0

Please sign in to comment.