Skip to Content
मेन्यू
This question has been flagged
3365 Views

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


Avatar
Discard
Related Posts Replies Views Activity
1
मई 21
3153
2
मई 20
9753
1
जन॰ 20
5004
0
अक्तू॰ 18
6132
3
मई 22
9207