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

Hi,

In the account module, the "_render_qweb_pdf" function triggers a check to verify if the invoice type is designated as an "entry". If any of the invoices fall into this category, it prompts a pop-up notification displaying a UserError message stating, "Only invoices can be printed."

 if any(x.move_type == 'entry' for x in invoices):

    raise UserError(_("Only invoices could be printed."))


Hope it helps

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

Hi,

This error raised when you try to print invoice from journal entry record.


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

im getting same message at the time of clicking on "create payment" button

Tác giả

how do i solve this, why im getting this message. can you please help me

Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 7 23
1848
2
thg 2 19
2056
4
thg 1 24
2799
2
thg 3 24
2175
3
thg 2 25
1686