diff --git a/account_renumber/__openerp__.py b/account_renumber/__openerp__.py index fa97670a4..d4318ca2a 100644 --- a/account_renumber/__openerp__.py +++ b/account_renumber/__openerp__.py @@ -52,5 +52,5 @@ It will recreate the sequence number of each account move using their journal se 'wizard/wizard_renumber_view.xml', ], "active": False, - "installable": True + 'installable': False }