mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[ADD] Folio's note to invoice
This commit is contained in:
@@ -391,7 +391,8 @@ class FolioAdvancePaymentInv(models.TransientModel):
|
||||
'fiscal_position_id': fiscal_position.id or self.partner_invoice_id.property_account_position_id.id,
|
||||
'company_id': company.id,
|
||||
'user_id': user and user.id,
|
||||
'team_id': team.id
|
||||
'team_id': team.id,
|
||||
'comment': self.folio_ids[0].note
|
||||
}
|
||||
return invoice_vals
|
||||
|
||||
|
||||
Reference in New Issue
Block a user