Skip to Content
Menu
This question has been flagged
2484 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
May 21
2236
2
May 20
8528
1
Jan 20
4024
0
Oct 18
5080
3
May 22
7946