Skip to content

Commit 0758a3b

Browse files
Merge pull request #327 from vin0dkhichar/17.0-dev-all
[ADD] g2p_programs: module to install all programs components
2 parents 3c61d07 + 3e90ffb commit 0758a3b

File tree

35 files changed

+68
-60
lines changed

35 files changed

+68
-60
lines changed

g2p_bridge_configuration/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"images": [],
1818
"application": False,
1919
"installable": True,
20-
"auto_install": False,
20+
"auto_install": True,
2121
}

g2p_entitlement_differential/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"demo": [],
1313
"assets": {},
1414
"images": [],
15-
"application": True,
15+
"application": False,
1616
"installable": True,
17-
"auto_install": False,
17+
"auto_install": True,
1818
}

g2p_entitlement_in_kind/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"demo": [],
2121
"images": [],
22-
"application": True,
22+
"application": False,
2323
"installable": True,
24-
"auto_install": False,
24+
"auto_install": True,
2525
}

g2p_entitlement_voucher/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"assets": {},
2121
"demo": [],
2222
"images": [],
23-
"application": True,
23+
"application": False,
2424
"installable": True,
25-
"auto_install": False,
25+
"auto_install": True,
2626
}

g2p_formio/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"demo": [],
3333
"images": [],
34-
"application": True,
34+
"application": False,
3535
"installable": True,
36-
"auto_install": False,
36+
"auto_install": True,
3737
}

g2p_mis_importer/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"views/mis_config_views.xml",
1414
"views/mis_menu.xml",
1515
],
16-
"application": True,
16+
"application": False,
1717
"installable": True,
18-
"auto_install": False,
18+
"auto_install": True,
1919
}

g2p_notifications_base/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
"images": [],
2424
"application": False,
2525
"installable": True,
26-
"auto_install": False,
26+
"auto_install": True,
2727
}

g2p_notifications_fast2sms/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"images": [],
2222
"application": False,
2323
"installable": True,
24-
"auto_install": False,
24+
"auto_install": True,
2525
}

g2p_notifications_voucher/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"images": [],
2323
"application": False,
2424
"installable": True,
25-
"auto_install": False,
25+
"auto_install": True,
2626
}

g2p_notifications_wiserv/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"images": [],
2121
"application": False,
2222
"installable": True,
23-
"auto_install": False,
23+
"auto_install": True,
2424
}

0 commit comments

Comments
 (0)