mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] Clean inherit account invoice
This commit is contained in:
@@ -145,7 +145,7 @@ class FolioAdvancePaymentInv(models.TransientModel):
|
||||
'origin': folio.name,
|
||||
'type': 'out_invoice',
|
||||
'reference': False,
|
||||
'folio_ids': [(6, 0, [folio.id])],
|
||||
'folio_ids': [(6, 0, [folio.id])], #REVIEW: Folio_ids is a computed field, Why need this value?
|
||||
'account_id': folio.partner_id.property_account_receivable_id.id,
|
||||
'partner_id': folio.partner_invoice_id.id,
|
||||
'invoice_line_ids': [(0, 0, {
|
||||
|
||||
Reference in New Issue
Block a user