Luc De Meyer
74884fd870
[MIG] : Migration to 12.0
6 years ago
luc.demeyer@noviat.com
77f2fb5072
[10.0][FIX]fix _render for cell formats
6 years ago
oca-travis
8480be72ba
[UPD] Update report_xlsx_helper_demo.pot
6 years ago
Luc De Meyer
0ed440a73c
[11.0][MIG] report_xlsx_helper: Migration to 11.0
6 years ago
OCA Git Bot
886df9d22e
[UPD] README.rst
6 years ago
oca-travis
7b466d6e32
[UPD] Update report_xlsx_helper.pot
6 years ago
Luc De Meyer
0b1a475b7a
add todo
6 years ago
Luc De Meyer
8b6b628649
[11.0][MIG] report_xlsx_helper: Migration to 11.0
6 years ago
oca-travis
71a2d7df99
[UPD] Update report_xlsx_helper.pot
6 years ago
Luc De Meyer
1c60973a14
add unit test
6 years ago
Luc De Meyer
1a190ccb48
pylint eval-used
6 years ago
Luc De Meyer
701a615dd2
pylint W8112(eval-referenced)
6 years ago
Luc De Meyer
f9f8e07583
pylint: disable=old-api7-method-defined
6 years ago
Luc De Meyer
6fdc344ae0
pylint: disable=old-api7-method-defined
6 years ago
Luc De Meyer
6b499c0a8f
autodetect boolean type
6 years ago
Luc De Meyer
d784d3cdb6
improved error handling
6 years ago
Luc De Meyer
1dabae2593
xlsx formats
6 years ago
Luc De Meyer
06992a70d9
rename module
7 years ago
OCA Transbot
fab8589930
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_xlsx
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-report_xlsx/
6 years ago
OCA Transbot
25818797ec
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_py3o_fusion_server
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-report_py3o_fusion_server/
6 years ago
OCA Transbot
e70a5ea96f
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_py3o
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-report_py3o/
6 years ago
OCA Transbot
ca2ca08df4
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: reporting-engine-12.0/reporting-engine-12.0-bi_sql_editor
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-bi_sql_editor/
6 years ago
oca-travis
407107ba34
[UPD] Update report_xlsx.pot
6 years ago
oca-travis
4a1757e4eb
[UPD] Update report_py3o_fusion_server.pot
6 years ago
oca-travis
3b28093e2d
[UPD] Update report_py3o.pot
6 years ago
OCA-git-bot
be7556d61d
[ADD] setup.py
6 years ago
Stéphane Bidoul (ACSONE)
5953f1a31b
Merge pull request #258 from acsone/12.0-mig-report_py3o
[12.0][MIG] report_py3o and report_py3o_fusion_server
6 years ago
Houzéfa Abbasbhay
60027dc7a8
[FIX] report_py3o: respect _postprocess_report method signature
Co-Authored-By: lmignon <laurent.mignon@acsone.eu>
6 years ago
oca-travis
31139a11fa
[UPD] Update bi_sql_editor.pot
6 years ago
Pedro M. Baeza
bac9d54fbc
Merge pull request #276 from Eficent/12.0-fix-oca_dependencies
[12.0][FIX] oca_dependencies: remove eficent repository
6 years ago
mreficent
69e1eb2d95
[FIX] oca_dependencies: remove eficent repository
6 years ago
OCA-git-bot
b01e46f1c3
[ADD] setup.py
6 years ago
OCA-git-bot
a536b53db5
[UPD] README.rst
6 years ago
Jordi Ballester Alomar
749bf6ef7e
Merge pull request #264 from Eficent/12.0-mig-bi_sql_editor
[12.0][MIG] bi_sql_editor
6 years ago
Laurent Mignon (ACSONE)
b5706db629
[FIX] report_py3o: Access to ir.config_parameter with sudo
6 years ago
Laurent Mignon (ACSONE)
90f0a66532
[IMP] py3o_report: Allow to specify the lang when calling o_format_lang
lang_code is already supported by o_format_date
6 years ago
Laurent Mignon (ACSONE)
762c52118f
[FIX] report_py3o: Add missing 'user' and 'lang' into the parser context
6 years ago
Laurent Mignon (ACSONE)
876aa27ef2
[IMP][FIX] py3o_report, py3o_report_fusion_server: Compute the availability of py3o report
Before this change it was not possible to install modules declaring py3o report into a non native format without specifying a Fusion server once the module py3o_report_fusion_server was installed. With theses changes, we now take care of the availability of the libreoffice runtime to display/log a warning message when the report is in a non native runtime.
6 years ago
Laurent Mignon (ACSONE)
213895ed0c
[FIX] report_py3o: Add missing method _merge_pdf.
This method was previously provided by Odoo and is used to merge all the reports generated if the generation is called for more than one record
6 years ago
Laurent Mignon (ACSONE)
50386045ec
[IMP] report_py3o: Document new methods available into the parser context
6 years ago
Adrià Gil Sorribes
3544524024
Update readme
6 years ago
mreficent
b2ea95e65b
[FIX] bi_sql_editor: add in readme how to solve the update all break
6 years ago
Laurent Mignon (ACSONE)
b81219abd3
[IMP] report_py3o: remove obsolete methods
6 years ago
Laurent Mignon (ACSONE)
6aa8f4aa5a
[FIX] report_py3o: Use the right naming convention for the render method
To determine the method to use to render a recport according to its type, the generic method 'render' defined into ir.action.report check if a method name is defined on the model. https://github.com/odoo/odoo/blob/12.0/odoo/addons/base/models/ir_actions_report.py#L734
Therefore, we must provide this method to be compliant with what's expected by Odoo.
This change will also allows the usage of py3o template with mail_template once https://github.com/odoo/odoo/pull/30013 will be merged
6 years ago
OCA Transbot
78a4d14865
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
oca-travis
66107f3a5c
[UPD] Update report_xlsx.pot
6 years ago
OCA-git-bot
58b854b486
[ADD] setup.py
6 years ago
Pedro M. Baeza
b2d712c6ce
Merge pull request #248 from ovnicraft/12.0-mig-report_xlsx
[MIG] 12.0 report xlsx
6 years ago
Pedro M. Baeza
df6b913cfb
[IMP] report_xlsx: README by fragments
6 years ago
Cristian Salamea
ddecb3e374
[MIG] report_xlsx: Migration to 12.0
* refactor: On new ActionManager override _makeReportUrls and triggerDownload to support XLSX format
* pass action to custom _downloadReportXLSX: Need action to get report data
* dict constructor to remove context lang
6 years ago