mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Improvements as per feedback
This commit is contained in:
@@ -102,7 +102,7 @@ class AccountInvoiceSpreadLine(models.Model):
|
||||
})]
|
||||
|
||||
return {
|
||||
'name': self.spread_id and self.spread_id.name or "/",
|
||||
'name': self.name or "/",
|
||||
'ref': self.name,
|
||||
'date': spread_date,
|
||||
'journal_id': spread.journal_id.id,
|
||||
|
||||
Reference in New Issue
Block a user