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
- Dự án
- MRP
Câu hỏi này đã bị gắn cờ
Hi,
The attachments you see in the Send & Print wizard (the default PDF invoice and XML files) are not controlled by the email template. Even if you add your py3o report in the template’s Dynamic Reports field, Odoo will still generate and attach the default PDF and default EDI/XML files, because those come from the method _get_default_mail_attachments_widget() inside account_move_send_wizard.py. That method always builds the system-generated invoice PDF and EDI files unless you override it with custom code. The line you found (pdf_report=wizard.pdf_report_id) only allows Odoo to replace the PDF with another Odoo report, not with a file generated by custom logic like py3o.
To fully replace the PDF and XML attachments with your own content, you must create a custom module that overrides _get_default_mail_attachments_widget() and returns only the attachments you want (your py3o output), instead of the default ones. This cannot be done in the UI or in email templates; it must be done in Python by inheriting the wizard model and rewriting how the attachment list is built. Only by overriding that method—and optionally intercepting action_send_and_print()—can you stop Odoo from generating or attaching the original PDF and XML files.
Hope it helps
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 | |
|---|---|---|---|---|
|
|
0
thg 11 25
|
3 | ||
|
|
0
thg 11 25
|
38 | ||
|
|
0
thg 11 25
|
4 | ||
|
|
0
thg 11 25
|
2 | ||
|
|
1
thg 11 25
|
319 |