mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
Merge pull request #514 from Martronic-SA/patch-1
Fix structured communication
This commit is contained in:
@@ -127,7 +127,7 @@ class AccountPaymentLine(models.Model):
|
||||
localization modules"""
|
||||
# key = value of 'reference_type' field on account_invoice
|
||||
# value = value of 'communication_type' field on account_payment_line
|
||||
res = {'none': 'normal'}
|
||||
res = {'none': 'normal', 'structured': 'structured'}
|
||||
return res
|
||||
|
||||
@api.multi
|
||||
|
||||
Reference in New Issue
Block a user