Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2859 Widoki

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


Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
maj 21
2680
2
maj 20
9106
1
sty 20
4459
0
paź 18
5593
3
maj 22
8573