diff --git a/account_move_template/__openerp__.py b/account_move_template/__openerp__.py index 207a6f609..631087eeb 100644 --- a/account_move_template/__openerp__.py +++ b/account_move_template/__openerp__.py @@ -36,5 +36,5 @@ 'test/generate_move.yml', ], 'active': False, - 'installable': False, + 'installable': True, }