mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user