[IMP] use new style to make selection extendable

This commit is contained in:
Stéphane Bidoul
2014-12-14 19:44:50 +01:00
committed by Enric Tobella
parent 5b4a5e3432
commit 96d2ba0318

View File

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