From db6c581823c628bd5854064a56096fac16b16e90 Mon Sep 17 00:00:00 2001 From: Ruchir Shukla Date: Thu, 5 Dec 2013 14:48:03 +0530 Subject: [PATCH] make account_payment_shortcut installable so default Invoices will be selected in Wizard --- account_payment_shortcut/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }