Commit Graph

41 Commits (03b4657f53115d40ea0142e204bafb273147e5e6)

Author SHA1 Message Date
OCA-git-bot 6012335058 report_xml 13.0.1.1.1 2023-04-12 01:49:59 +00:00
Fernanda Hernández fef280e3b1 [REF] report_xml: remove lxml from external_dependencies 2023-04-12 01:08:10 +00:00
OCA-git-bot 76c10bf4f7 report_xml 13.0.1.1.0 2022-04-19 09:57:39 +00:00
OCA-git-bot fbce31dd4c [UPD] README.rst 2022-04-19 09:57:38 +00:00
Enric Tobella ac8dd4aa6e [IMP] report_xml: Promote to Stable 2022-04-19 10:53:51 +02:00
OCA-git-bot c29b1826e0 report_xml 13.0.1.0.1 2021-04-20 15:50:54 +00:00
gaikaz 69462c9822 [FIX] report_xml: add context to /report/download
Odoo did this change in [this commit](4c9624db9d)
2021-03-03 12:04:25 +02:00
OCA Transbot e15201dc91 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: reporting-engine-13.0/reporting-engine-13.0-report_xml
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-13-0/reporting-engine-13-0-report_xml/
2020-08-16 11:35:07 +00:00
OCA Transbot 0f360e0629 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: reporting-engine-13.0/reporting-engine-13.0-report_xml
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-13-0/reporting-engine-13-0-report_xml/
2020-05-13 12:08:22 +00:00
OCA-git-bot c79d9ce28f [UPD] README.rst 2020-04-24 15:34:13 +00:00
oca-travis a7f304259c [UPD] Update report_xml.pot 2020-04-24 15:22:43 +00:00
Tatiana Deribina a78247dc1a [MIG][13.0] report_xml: Migration to 13.0 2020-03-19 21:30:11 +02:00
Tatiana Deribina c553fd4f56 [IMP] report_xml: black, isort 2020-03-19 20:33:53 +02:00
OCA-git-bot c9068029b3 [UPD] README.rst 2020-03-19 20:31:21 +02:00
OCA Transbot 6f6a107cfb Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: reporting-engine-12.0/reporting-engine-12.0-report_xml
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-report_xml/
2020-03-19 20:31:21 +02:00
oca-travis bdd82a1355 [UPD] Update report_xml.pot 2020-03-19 20:31:21 +02:00
ernesto a617da19c6 [MIG] report_xml: Migration to 12.0 2020-03-19 20:31:21 +02:00
ernesto 7f97523096 report_xml: add custom filename to response headers 2020-03-19 20:31:21 +02:00
Pedro M. Baeza d1ad3500e7 [IMP] report_xml: Clarification in README
Previous instructions were misleading
2020-03-19 20:31:21 +02:00
oca-travis db21f7ea28 [UPD] Update report_xml.pot 2020-03-19 20:31:21 +02:00
Dennis Sluijk 8ccfc2f195 [FIX] report_xml readme 2020-03-19 20:31:21 +02:00
Naglis Jonaitis 09fe61bf06 [IMP] report_fillpdf, report_xlsx, report_xml: Use content_disposition helper 2020-03-19 20:31:21 +02:00
OCA Transbot c66889948e OCA Transbot updated translations from Transifex 2020-03-19 20:31:21 +02:00
Enric Tobella 403e97d4d3 [MIG] report_xml: Migration to 11.0 2020-03-19 20:31:21 +02:00
OCA Transbot c3c58e20fb OCA Transbot updated translations from Transifex 2020-03-19 20:31:21 +02:00
etobella 9bf581d2fe [MIG] report_xml: Migration to 10.0 2020-03-19 20:31:21 +02:00
Stéphane Bidoul (ACSONE) 3ee85d8de9 prefix versions with 8.0 2020-03-19 20:31:21 +02:00
Jairo Llopis df1112e8df Credit creators, using same name across modules to avoid split statistics. 2020-03-19 20:31:21 +02:00
Jairo Llopis 6bbb512770 Return supers. 2020-03-19 20:31:21 +02:00
Jairo Llopis 5aa7729af3 Clean AGPL garbage preserving copyright.
See 0bd4545348.
2020-03-19 20:31:21 +02:00
Jairo Llopis 5b3179b14d Add module report_xml_sample. 2020-03-19 20:31:21 +02:00
Jairo Llopis aaab9c0903 Oops, this header belongs to other module. 2020-03-19 20:31:21 +02:00
Jairo Llopis 777f341ee4 Clearer code comments, add logging. 2020-03-19 20:31:21 +02:00
Jairo Llopis 438625a00e Only replace the docs key if it is missing. 2020-03-19 20:31:21 +02:00
Jairo Llopis 7ca1b48532 Allow docargs to be loaded from context. 2020-03-19 20:31:21 +02:00
Jairo Llopis fd1d998fd3 Fix XML tag mismatch. 2020-03-19 20:31:21 +02:00
Jairo Llopis 4067b1f5f4 Sort links. 2020-03-19 20:31:21 +02:00
Jairo Llopis 232bb81592 Add sample module. 2020-03-19 20:31:21 +02:00
Jairo Llopis a34d4d1326 Easier XSD checking reports.
Any report inheriting this AbstractModel can check its XML results
against any XSD.
2020-03-19 20:31:21 +02:00
Jairo Llopis 76fcf1fa3f Add template utf8_header.
Almost any XML must start with this. Let's make it easier.
2020-03-19 20:31:21 +02:00
Jairo Llopis 777713438e Add module report_xml. 2020-03-19 20:31:21 +02:00