We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d031e3a commit 3349389Copy full SHA for 3349389
account_einvoice_generate/models/account_move.py
@@ -11,7 +11,7 @@ class AccountMove(models.Model):
11
def get_payment_identifier(self):
12
"""This method is designed to be inherited in localization modules"""
13
self.ensure_one()
14
- return None
+ return self.payment_reference
15
16
@api.model
17
def _get_invoice_report_names(self):
0 commit comments