diff --git a/account_payment_order/models/account_payment_line.py b/account_payment_order/models/account_payment_line.py index df401ac45..d12e8b9ba 100644 --- a/account_payment_order/models/account_payment_line.py +++ b/account_payment_order/models/account_payment_line.py @@ -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(