Hello,
On a working Odoo system, creating an invoice result (after some long time) with an invoice without any template applied to it. (see image in attachement)
We think that it is linked with viewing but not editing/saving settings in general settings => invoice template (in french: Paramètres généraux=> Modèle de document)
We see the following log line when generating the invoice:
2019-03-11 09:21:02,439 1 INFO datapartner odoo.addons.base.ir.ir_actions_report: The PDF report has been generated for records [23].
Also while saving the invoice template we see the following log line:
2019-03-11 09:20:40,474 1 WARNING datapartner odoo.models: res.company.write() with unknown fields: active_id, active_ids, active_model, lang, module, params, search_disable_custom_filters, tz, uid
2019-03-11 09:20:40,474 1 INFO datapartner odoo.modules.registry: At least one model cache has been invalidated, signaling through the database.
Could anybody help in this? We were able to reproduce the problem on two different systems using odoo 11 and 12 (both system used docker images).
Best regards and thanks in advance,
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ờ
2886
Lượt xem
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ý
Did you try system settings: report.url = http://127.0.0.1:8069 ?
Thank you Mario, that did it :)