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

Hello,

I have an action in a js file :

var action = {
'type': 'ir.actions.report',
'name':'account_dynamic_gl.general_ledger_xlsx',
'model':'report.account_dynamic_gl.general_ledger_xlsx',
'report_type': 'xlsx',
'report_name': 'account_dynamic_gl.general_ledger_xlsx',
'report_file': 'account_dynamic_gl.general_ledger_xlsx',
'data': bigdata,
'context': {'active_model':'account.report.general.ledger',},
}
return web_client.do_action(action);

But it return an error "URL too long" because all datas are in the url.

So I want to pass data via POST method !

Is it possible ?

Thank you


الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
1
مايو 21
2955
2
مايو 20
9552
1
يناير 20
4787
0
أكتوبر 18
5948
3
مايو 22
9038