تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
2677 أدوات العرض

How to add more report layouts (customised)? for an example , can we create a new report (delivery note etc)?

الصورة الرمزية
إهمال
أفضل إجابة

HI,

You can customize report based on your requirement. Refer the following link if it may help you:
https://doc.openerp.com/v6.1/developer/05_reports/

الصورة الرمزية
إهمال
الكاتب

thank you

أفضل إجابة

You should create a new module and then create any report you like from that module. You can create reports for any model in Odoo, even your own new models.

Just use any report as an inspiration. Although I would like to advise you to skip the RML-based reports in favor of the Qweb reports, since the RML versions will become deprecated very soon.

الصورة الرمزية
إهمال
الكاتب

thanks