Merge pull request #514 from Martronic-SA/patch-1

Fix structured communication
This commit is contained in:
Pedro M. Baeza
2018-10-24 14:06:51 +02:00
committed by GitHub

View File

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