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:
Pedro M. Baeza
2019-05-08 09:18:47 +02:00
committed by GitHub

View File

@@ -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(