Skip to content

Commit 5f0459f

Browse files
committed
[MIG] product_template_tree_first: Migration to 19.0
1 parent 0f3c005 commit 5f0459f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

product_template_tree_first/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
##############################################################################
2020
{
2121
"name": "Product Template Tree First",
22-
"version": "18.0.1.0.0",
22+
"version": "19.0.1.0.0",
2323
"category": "Sales Management",
2424
"sequence": 14,
2525
"summary": "",
@@ -30,7 +30,7 @@
3030
"depends": [
3131
"product",
3232
],
33-
"installable": False,
33+
"installable": True,
3434
"auto_install": False,
3535
"application": False,
3636
}

0 commit comments

Comments
 (0)