Please guide me,
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
2
Trả lời
1989
Lượt xem
Please guide me,
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
Hi,
This error raised when you try to print invoice from journal entry record.
im getting same message at the time of clicking on "create payment" button
how do i solve this, why im getting this message. can you please help me
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký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 |
See this question: https://www.odoo.com/forum/help-1/print-journal-entry-243931