make account_payment_shortcut installable so default Invoices will be selected in Wizard

This commit is contained in:
Ruchir Shukla
2013-12-05 14:48:03 +05:30
parent d7a6408556
commit db6c581823

View File

@@ -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,
}