Skip to Content
Menu
This question has been flagged
3349 Rodiniai

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


Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
1
geg. 21
3124
2
geg. 20
9741
1
saus. 20
4990
0
spal. 18
6117
3
geg. 22
9192