Skip to content

Commit 115fedd

Browse files
[MIG] product_currency_mrp: Migration to 19.0
closes #831 Signed-off-by: Juan Carreras <[email protected]>
1 parent cd87c83 commit 115fedd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

product_currency_mrp/__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 Currency MRP",
22-
"version": "18.0.1.0.0",
22+
"version": "19.0.1.0.0",
2323
"category": "Products",
2424
"sequence": 14,
2525
"summary": "",
@@ -33,7 +33,7 @@
3333
],
3434
"data": [],
3535
"demo": [],
36-
"installable": False,
36+
"installable": True,
3737
"auto_install": False,
3838
"application": False,
3939
}

0 commit comments

Comments
 (0)