[IMP] account_banking_payment_export: default for "invoice" field in wizard

This commit is contained in:
Pedro M. Baeza
2016-02-18 09:44:00 +01:00
parent 34cd712828
commit 91770110b2

View File

@@ -84,7 +84,7 @@ class PaymentMode(models.Model):
default_journal_ids = fields.Many2many(
'account.journal', string="Journals Filter")
default_invoice = fields.Boolean(
string='Linked to an Invoice or Refund', default=True)
string='Linked to an Invoice or Refund', default=False)
default_date_type = fields.Selection([
('due', 'Due'),
('move', 'Move'),