diff --git a/account_operation_rule/__openerp__.py b/account_operation_rule/__openerp__.py index 863afcd5..7a2acdff 100644 --- a/account_operation_rule/__openerp__.py +++ b/account_operation_rule/__openerp__.py @@ -19,6 +19,6 @@ 'view/account_operation_rule_view.xml', 'security/ir.model.access.csv', ], - 'installable': True, + 'installable': False, 'auto_install': False, }