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 c384358 commit 228289d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion account_due_list/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
"data": [
'payment_view.xml',
],
"installable": True,
'installable': False,
}
2 changes: 1 addition & 1 deletion account_due_list_payment_mode/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"data": [
'views/payment_view.xml',
],
"installable": True,
'installable': False,
"auto_install": True,
}
2 changes: 1 addition & 1 deletion account_payment_order_to_voucher/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
"data": [
'views/payment_order_view.xml',
],
"installable": True,
'installable': False,
}
2 changes: 1 addition & 1 deletion account_payment_term_multi_day/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
'views/account_payment_term_view.xml',
],
"post_init_hook": "copy_payment_day",
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion account_vat_on_payment/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@
'test/account_invoice_8.yml',
'test/account_invoice_9.yml',
],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion account_voucher_cash_basis/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
'voucher_view.xml',
],
'demo': [],
'installable': True,
'installable': False,
}

0 comments on commit 228289d

Please sign in to comment.