Commit Graph

240 Commits (ee1d2c44c34dbc21949fcc88f54074fb5461373c)

Author SHA1 Message Date
mariadforgeflow ee1d2c44c3 [FIX] bi_sql_editor: fix typo 2022-02-01 08:47:59 +01:00
OCA-git-bot 5b60bc6017 [ADD] setup.py 2022-01-27 09:35:46 +00:00
OCA-git-bot e61c6c4a43 [UPD] addons table in README.md 2022-01-27 09:35:44 +00:00
oca-ci 591065731e [UPD] Update report_wkhtmltopdf_param.pot 2022-01-27 09:33:11 +00:00
OCA-git-bot 4cd5b6c02a Merge PR #579 into 15.0
Signed-off-by simahawk
2022-01-27 09:31:12 +00:00
Maksym Yankin 3638d7d0b5 [MIG] report_wkhtmltopdf_param: Migration to 15.0 2022-01-26 14:09:55 +02:00
Maksym Yankin e5fe44c8e9 [IMP] report_wkhtmltopdf_param: pylint 2022-01-26 13:33:33 +02:00
Maksym Yankin f398ddf80d [IMP] report_wkhtmltopdf_param: black, isort, prettier 2022-01-26 13:32:10 +02:00
OCA-git-bot 00bc82cfa5 [UPD] README.rst 2022-01-26 13:31:18 +02:00
oca-travis d0f5dab46c [UPD] Update report_wkhtmltopdf_param.pot 2022-01-26 13:31:18 +02:00
Foram 9313431246 [14.0][MIG]report_wkhtmltopdf_param 2022-01-26 13:31:18 +02:00
OCA Transbot 39f5f704b0 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_wkhtmltopdf_param
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-13-0/reporting-engine-13-0-report_wkhtmltopdf_param/
2022-01-26 13:31:18 +02:00
OCA Transbot b0976b6c5e 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_wkhtmltopdf_param
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-13-0/reporting-engine-13-0-report_wkhtmltopdf_param/
2022-01-26 13:31:18 +02:00
oca-travis c6ffe8e907 [UPD] Update report_wkhtmltopdf_param.pot 2022-01-26 13:31:18 +02:00
Saran440 e276e16393 [13.0][MIG] report_wkhtmltopdf_param 2022-01-26 13:31:18 +02:00
Saran440 d5d2b03e56 [IMP] report_wkhtmltopdf_param: black, isort, prettier 2022-01-26 13:31:18 +02:00
Abraham Anes 8d93708ee1 [12.0][MIG] report_wkhtmltopdf_param 2022-01-26 13:31:18 +02:00
Enric Tobella 78489f1724 [MIG] report_wkhtmltopdf_param: Migraton to 11.0 2022-01-26 13:31:18 +02:00
Miku Laitinen 371b9e60d8 [ADD] module 'report_wkhtmltopdf_param' 2022-01-26 13:31:18 +02:00
OCA-git-bot 6863669b53 [ADD] setup.py 2022-01-24 14:51:19 +00:00
OCA-git-bot 5451cf22e0 [UPD] README.rst 2022-01-24 14:51:19 +00:00
OCA-git-bot 79a11b84ea [UPD] addons table in README.md 2022-01-24 14:51:17 +00:00
oca-ci 643160e1b1 [UPD] Update bi_sql_editor.pot 2022-01-24 14:49:20 +00:00
OCA-git-bot 9737a60fde Merge PR #557 into 15.0
Signed-off-by pedrobaeza
2022-01-24 14:47:18 +00:00
OCA-git-bot 1af26d64c6 [UPD] addons table in README.md 2022-01-18 15:31:58 +00:00
OCA-git-bot d8efa83e2d report_xlsx 15.0.1.0.3 2022-01-18 15:31:54 +00:00
OCA-git-bot c3d684ddbc [UPD] addons table in README.md 2022-01-18 15:31:52 +00:00
OCA-git-bot dbfe1b0831 Merge PR #577 into 15.0
Signed-off-by pedrobaeza
2022-01-18 15:29:38 +00:00
Mihran Thalhath 497dd50e7c
[FIX] report_xlsx: fix generation of pdf reports
the report handler for xlsx added over here is always returning `true` even if the report being
generated is not xlsx. Due to this, the report handler doesn't check for other report types
at b309d3a99f/addons/web/static/src/webclient/actions/action_service.js (L1019)
and thus doesn't generate any other reports. So if the converter is not xlsx, return false instead of true.

Also, updating the docids and context in the report_routes controller only needs to be done if
the converter is xlsx and not in any other case.
2022-01-18 12:09:34 +05:30
OCA-git-bot b7a89c8ad0 [ADD] setup.py 2022-01-17 13:26:31 +00:00
OCA-git-bot ae75edfaee [UPD] README.rst 2022-01-17 13:26:30 +00:00
OCA-git-bot 0e65d65bfe [UPD] addons table in README.md 2022-01-17 13:26:29 +00:00
oca-ci 84d89a0388 [UPD] Update report_xml.pot 2022-01-17 13:24:39 +00:00
OCA-git-bot d9a6813fc1 Merge PR #550 into 15.0
Signed-off-by pedrobaeza
2022-01-17 13:22:56 +00:00
Atte Isopuro e5eff57f86 [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-01-04 14:40:02 +02:00
Atte Isopuro 6b32b822f6 [IMP] report_xml: black, isort, prettier 2022-01-04 14:40:02 +02:00
OCA-git-bot 9c6b952747 report_xml 14.0.1.0.1 2022-01-04 14:11:10 +02:00
Du-ma 916b24bc04 report_xml: context and safe_eval fix 2022-01-04 14:11:10 +02:00
OCA-git-bot 47ad2c5c6e [UPD] README.rst 2022-01-04 14:11:10 +02:00
oca-travis 2cf2e122bd [UPD] Update report_xml.pot 2022-01-04 14:11:10 +02:00
Francisco Ivan Anton Prieto c4696b0314 [MIG] report_xml: Migration to 14.0 2022-01-04 14:11:10 +02:00
Francisco Ivan Anton Prieto dac59614b4 [IMP] report_xml: black, isort, prettier 2022-01-04 14:11:10 +02:00
OCA Transbot ecf4ae6e4c 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/
2022-01-04 14:11:10 +02:00
OCA Transbot 72d7a4325e 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/
2022-01-04 14:11:10 +02:00
OCA-git-bot 1ec16e3d13 [UPD] README.rst 2022-01-04 14:11:10 +02:00
oca-travis 39a74b182b [UPD] Update report_xml.pot 2022-01-04 14:11:10 +02:00
Tatiana Deribina e9a278d786 [MIG][13.0] report_xml: Migration to 13.0 2022-01-04 14:11:10 +02:00
Tatiana Deribina b11dcc25cb [IMP] report_xml: black, isort 2022-01-04 14:11:10 +02:00
OCA-git-bot 1bb3159873 [UPD] README.rst 2022-01-04 14:11:10 +02:00
OCA Transbot a07fdf1d38 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/
2022-01-04 14:11:10 +02:00