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 ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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 ?
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!
Thank you it perfectly works !
You're welcome!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Mar 15
|
6706 | ||
|
3
Apr 25
|
755 | ||
|
3
Apr 25
|
1434 | ||
Delete PDF Invoice
Solved
|
|
1
Mar 25
|
841 | |
|
2
Jan 25
|
776 |