Open BT-astauder opened 9 years ago
I want to replace a existing RML report of the account/wizard/account_report_general_ledger.py with a jasper report. There the report is called with
return { 'type': 'ir.actions.report.xml', 'report_name': 'account.general.ledger', 'datas': data}
Because the reportname is generated dynamically with jasper.report{id} the report_name is different in each database. I suggest to introduce a new field in jasper.document with a name, that is used when existing as report_name.
I want to replace a existing RML report of the account/wizard/account_report_general_ledger.py with a jasper report. There the report is called with
Because the reportname is generated dynamically with jasper.report{id} the report_name is different in each database. I suggest to introduce a new field in jasper.document with a name, that is used when existing as report_name.