Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
6445 Visualizzazioni

In Odoo 12, we can add "section" and "note" in invoices (and sale) in the lines,

But I want to create a "note line" with self.env['...'].create(), 

What is the model for these "note lines" please ?

Avatar
Abbandona
Risposta migliore

Hi,

If you want to create it via Python, the model to use is account.invoice.line and assigning the value of the field "display_type" to "line_section" or "line_note".

Best regards!

Avatar
Abbandona
Autore

Thank you it perfectly works !

Post correlati Risposte Visualizzazioni Attività
1
mar 15
7290
1
lug 25
797
2
lug 25
899
1
lug 25
1963
3
apr 25
1989