Skip to content

Commit

Permalink
[MIG] Make modules uninstallable
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza committed Oct 14, 2015
1 parent 8f05695 commit c7e47c6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion product_links/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
'security/ir.model.access.csv',
'product_links_view.xml'
],
'installable': True,
'installable': False,
'active': False,
}
2 changes: 1 addition & 1 deletion sale_automatic_workflow/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
'automatic_workflow_data.xml',
'security/ir.model.access.csv',
],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion sale_payment_method/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
'security/rules.xml',
],
'demo': [],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion sale_payment_method_automatic_workflow/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
'view/payment_method_view.xml',
],
'test': [],
'installable': True,
'installable': False,
'auto_install': True,
}
2 changes: 1 addition & 1 deletion website_sale_category_megamenu/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Antiun Ingeniería S.L., Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
'installable': False,
"depends": [
"website_sale",
],
Expand Down
2 changes: 1 addition & 1 deletion website_sale_product_brand/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"security/ir.model.access.csv",
"views/product_brand.xml",
],
'installable': True,
'installable': False,
'auto_install': False,
}
1 change: 1 addition & 0 deletions website_sale_recently_viewed_products/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@
'templates/website_sale.xml',
'templates/website_sale_recently_viewed_products.xml',
],
'installable': False,
}

0 comments on commit c7e47c6

Please sign in to comment.