mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
Merge pull request #543 from vrenaville/structured_in_communication_type
[10.0][ADD] structured communication type in payment.order.line
This commit is contained in:
@@ -54,6 +54,7 @@ class AccountPaymentLine(models.Model):
|
||||
help="Label of the payment that will be seen by the destinee")
|
||||
communication_type = fields.Selection([
|
||||
('normal', 'Free'),
|
||||
('structured', 'Structured'),
|
||||
], string='Communication Type', required=True, default='normal')
|
||||
# v8 field : state
|
||||
bank_line_id = fields.Many2one(
|
||||
|
||||
Reference in New Issue
Block a user