diff --git a/account_payment_shortcut/__openerp__.py b/account_payment_shortcut/__openerp__.py index 8261bdcd2..830e37931 100644 --- a/account_payment_shortcut/__openerp__.py +++ b/account_payment_shortcut/__openerp__.py @@ -29,5 +29,5 @@ 'description': ''' When composing a payment order, select all candidates by default (in the second step of the "Select invoices to pay" wizard). ''', - 'installable': False, + 'installable': True, }