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

Hi All,

Do you have any idea to call custom report using button on odoo 11. i have 4 custom sales report layouts and  need  to call that reports from buttons. do you have any solution please let me know.


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

On button click you can do this:

 @api.multi 
 def view_report_button(self):    
    return {'type': 'ir.actions.report.xml','report_name': 'your xml report name','report_type':"qweb- pdf",'data': {dictionary of data goes here},}


Read more about custom qweb reports in odoo:

  1. http://learnopenerp.blogspot.com/2016/09/how-to-create-custom-reports-in-odoo.html

  2. http://learnopenerp.blogspot.com/2016/11/how-to-create-qweb-reports-in-openerp.html

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

Hi,

I try this and no any errors. but didn't generate the report. loading only. what is the usage of data dictionary? i don't have any idea about that.

المنشورات ذات الصلة الردود أدوات العرض النشاط
2
أكتوبر 20
5719
1
يونيو 20
2441
1
ديسمبر 22
8728
2
فبراير 24
3537
1
أكتوبر 23
5652