diff --git a/account_bank_statement_import_usability/__openerp__.py b/account_bank_statement_import_usability/__openerp__.py index 82e3b5e..86e2484 100644 --- a/account_bank_statement_import_usability/__openerp__.py +++ b/account_bank_statement_import_usability/__openerp__.py @@ -45,5 +45,5 @@ This module has been written by Alexis de Lattre from Akretion for 'website': 'http://www.akretion.com', 'depends': ['account'], 'data': [], - 'installable': True, + 'installable': False, } diff --git a/account_hide_analytic_line/__openerp__.py b/account_hide_analytic_line/__openerp__.py index d8778b5..2f93a21 100644 --- a/account_hide_analytic_line/__openerp__.py +++ b/account_hide_analytic_line/__openerp__.py @@ -26,5 +26,5 @@ This module has been written by Alexis de Lattre from Akretion 'website': 'http://www.akretion.com', 'depends': ['account', 'base_usability'], 'data': ['account_view.xml'], - 'installable': True, + 'installable': False, } diff --git a/account_invoice_del_attachment_cancel/__openerp__.py b/account_invoice_del_attachment_cancel/__openerp__.py index 9aaff5e..4f04e10 100644 --- a/account_invoice_del_attachment_cancel/__openerp__.py +++ b/account_invoice_del_attachment_cancel/__openerp__.py @@ -40,5 +40,5 @@ This module has been written by Alexis de Lattre from Akretion for 'data': [ 'sale_view.xml', ], - 'installable': True, + 'installable': False, } diff --git a/stock_account_usability/__openerp__.py b/stock_account_usability/__openerp__.py index e61f5e3..e28d321 100644 --- a/stock_account_usability/__openerp__.py +++ b/stock_account_usability/__openerp__.py @@ -40,5 +40,5 @@ This module has been written by Alexis de Lattre from Akretion for 'website': 'http://www.akretion.com', 'depends': ['stock_picking_invoice_link', 'stock_account'], 'data': ['stock_view.xml'], - 'installable': True, + 'installable': False, } diff --git a/stock_my_operations_filter/__openerp__.py b/stock_my_operations_filter/__openerp__.py index 84dba4f..3e38cb5 100644 --- a/stock_my_operations_filter/__openerp__.py +++ b/stock_my_operations_filter/__openerp__.py @@ -40,5 +40,5 @@ This module has been written by Alexis de Lattre from Akretion 'stock_view.xml', 'users_view.xml', ], - 'installable': True, + 'installable': False, } diff --git a/stock_picking_type_default_partner/__openerp__.py b/stock_picking_type_default_partner/__openerp__.py index c879755..8403faf 100644 --- a/stock_picking_type_default_partner/__openerp__.py +++ b/stock_picking_type_default_partner/__openerp__.py @@ -41,5 +41,5 @@ This module has been written by Alexis de Lattre from Akretion