Merge pull request #80 from acsone/8.0-struct-comm-ext-sbi

[IMP] sepa: make it easier to extend structured communication types
This commit is contained in:
Pedro M. Baeza
2015-01-07 12:38:15 +01:00

View File

@@ -42,7 +42,8 @@ class PaymentLine(orm.Model):
"company. Depicts 'What do you want to say to the recipient "
"about this order ?'"),
'struct_communication_type': fields.selection(
_get_struct_communication_types, 'Structured Communication Type'),
'_get_struct_communication_types',
'Structured Communication Type'),
}
_defaults = {