Commit Graph

9 Commits (aa4946b9063d7cc4bcc754f44e1b7764c53f12bc)

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
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
Tatiana Deribina a5384fcab4 [MIG][13.0] report_xml: Migration to 13.0 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
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
Jairo Llopis 6e92184867 Oops, this header belongs to other module. 2022-10-17 15:41:03 +00:00
Jairo Llopis 1fa4c83029 Fix XML tag mismatch. 2022-10-17 15:41:03 +00:00
Jairo Llopis fdff0c4d8b Add template utf8_header.
Almost any XML must start with this. Let's make it easier.
2022-10-17 15:41:03 +00:00