From 99e59910a56d7a354abf6a08ecd8b3805212103f Mon Sep 17 00:00:00 2001 From: vrenaville Date: Fri, 25 Jan 2019 16:15:10 +0100 Subject: [PATCH] [ADD] structured communication type in payment.order.line --- account_payment_order/models/account_payment_line.py | 1 + 1 file changed, 1 insertion(+) 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(