Commit Graph

13 Commits (fad7b49b2ec15e5bfffc19cf8835eb184e423389)

Author SHA1 Message Date
Mantux11 f3e3c43f18 [16.0][IMP] report_xml: Added xml_extension
Adds a way to choose the file extension for your XML file, by adding the flexibility of appending more choices.
For example, instead of getting `.xml`, this allows to have the report download as `.svg` or even good old `.html` if needed.
This is also very useful for some localization purposes, where some scarce software uses uncommon file extensions for their XML files, like `.ffdata` for specific accounting reports here in Lithuania.

The change is not breaking, as we set the default to be `.xml` like it was by default anyway.
2023-02-15 12:59:58 +00:00
Du-ma 3dfa12cea0 [MIG] report_xml: Migration to 16.0 2022-10-18 13:36:50 +00:00
Atte Isopuro d68d28a5b9 [MIG] report_xml: migrate 14 -> 15
* No longer need `with Environment.manage()`
* Assets are registered in manifest file now
* ReportController endpoints no longer take a `token` parameter
* The frontend ActionManager has been rewritten as an Owl service
2022-10-17 15:41:04 +00:00
Atte Isopuro 8eee1e4e6d [IMP] report_xml: black, isort, prettier 2022-10-17 15:41:04 +00:00
Du-ma de1849945a report_xml: context and safe_eval fix 2022-10-17 15:41:04 +00:00
Francisco Ivan Anton Prieto 56b4dbe978 [MIG] report_xml: Migration to 14.0 2022-10-17 15:41:04 +00:00
Tatiana Deribina a5384fcab4 [MIG][13.0] report_xml: Migration to 13.0 2022-10-17 15:41:04 +00:00
Tatiana Deribina 2ed21f966e [IMP] report_xml: black, isort 2022-10-17 15:41:04 +00:00
ernesto 3b5cd3e551 [MIG] report_xml: Migration to 12.0 2022-10-17 15:41:03 +00:00
ernesto daa5c1e0b6 report_xml: add custom filename to response headers 2022-10-17 15:41:03 +00:00
Naglis Jonaitis 563b6eda34 [IMP] report_fillpdf, report_xlsx, report_xml: Use content_disposition helper 2022-10-17 15:41:03 +00:00
Enric Tobella 317f074efb [MIG] report_xml: Migration to 11.0 2022-10-17 15:41:03 +00:00
etobella de675ef04b [MIG] report_xml: Migration to 10.0 2022-10-17 15:41:03 +00:00