Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
6444 Lượt xem

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 ?

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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!

Ảnh đại diện
Huỷ bỏ
Tác giả

Thank you it perfectly works !

Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 3 15
7290
1
thg 7 25
794
2
thg 7 25
896
1
thg 7 25
1962
3
thg 4 25
1987