Commit Graph

149 Commits (ca2ca08df4ec13a2200d00220513dc320c936b6f)

Author SHA1 Message Date
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/
2019-03-17 13:24:35 +00:00
oca-travis 407107ba34 [UPD] Update report_xlsx.pot 2019-03-12 13:57:20 +00:00
oca-travis 4a1757e4eb [UPD] Update report_py3o_fusion_server.pot 2019-03-12 13:57:20 +00:00
oca-travis 3b28093e2d [UPD] Update report_py3o.pot 2019-03-12 13:57:19 +00:00
OCA-git-bot be7556d61d [ADD] setup.py 2019-03-12 13:43:36 +00:00
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
2019-03-12 14:43:04 +01:00
Houzéfa Abbasbhay 60027dc7a8
[FIX] report_py3o: respect _postprocess_report method signature
Co-Authored-By: lmignon <laurent.mignon@acsone.eu>
2019-03-09 18:27:10 +01:00
oca-travis 31139a11fa [UPD] Update bi_sql_editor.pot 2019-03-08 12:19:11 +00:00
Pedro M. Baeza bac9d54fbc
Merge pull request #276 from Eficent/12.0-fix-oca_dependencies
[12.0][FIX] oca_dependencies: remove eficent repository
2019-03-08 12:21:03 +01:00
mreficent 69e1eb2d95 [FIX] oca_dependencies: remove eficent repository 2019-03-08 11:20:16 +01:00
OCA-git-bot b01e46f1c3 [ADD] setup.py 2019-03-08 10:15:51 +00:00
OCA-git-bot a536b53db5 [UPD] README.rst 2019-03-08 10:15:50 +00:00
Jordi Ballester Alomar 749bf6ef7e
Merge pull request #264 from Eficent/12.0-mig-bi_sql_editor
[12.0][MIG] bi_sql_editor
2019-03-08 11:15:45 +01:00
Laurent Mignon (ACSONE) b5706db629 [FIX] report_py3o: Access to ir.config_parameter with sudo 2019-02-05 18:22:15 +01:00
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
2019-02-01 18:05:04 +01:00
Laurent Mignon (ACSONE) 762c52118f [FIX] report_py3o: Add missing 'user' and 'lang' into the parser context 2019-02-01 16:10:12 +01:00
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.
2019-02-01 16:07:29 +01:00
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
2019-01-31 18:03:30 +01:00
Laurent Mignon (ACSONE) 50386045ec [IMP] report_py3o: Document new methods available into the parser context 2019-01-31 10:06:41 +01:00
Adrià Gil Sorribes 3544524024 Update readme 2019-01-16 12:29:30 +01:00
mreficent b2ea95e65b [FIX] bi_sql_editor: add in readme how to solve the update all break 2019-01-16 12:03:24 +01:00
Laurent Mignon (ACSONE) b81219abd3 [IMP] report_py3o: remove obsolete methods 2019-01-08 10:53:36 +01:00
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
2019-01-08 10:12:26 +01:00
OCA Transbot 78a4d14865 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
2018-12-29 11:50:57 +00:00
oca-travis 66107f3a5c [UPD] Update report_xlsx.pot 2018-12-21 10:20:14 +00:00
OCA-git-bot 58b854b486 [ADD] setup.py 2018-12-21 09:52:17 +00:00
Pedro M. Baeza b2d712c6ce
Merge pull request #248 from ovnicraft/12.0-mig-report_xlsx
[MIG] 12.0 report xlsx
2018-12-21 10:52:12 +01:00
Pedro M. Baeza df6b913cfb [IMP] report_xlsx: README by fragments 2018-12-21 10:12:14 +01:00
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
2018-12-21 10:05:20 +01:00
Graeme Gellatly 9de0bc7b62 Fix report_xlsx for printing from wizards 2018-12-21 10:04:28 +01:00
oca-travis 2cf285a24c [UPD] Update report_xlsx.pot 2018-12-21 10:04:18 +01:00
Naglis Jonaitis dedd899d58 [IMP] report_fillpdf, report_xlsx, report_xml: Use content_disposition helper 2018-12-21 10:04:18 +01:00
OCA Transbot 9d87479fcc OCA Transbot updated translations from Transifex 2018-12-21 10:04:18 +01:00
Enric Tobella 360614df55 [MIG] report_xlsx: Migration to 11.0 2018-12-21 10:04:17 +01:00
OCA Transbot b042daca55 OCA Transbot updated translations from Transifex 2018-12-21 10:02:44 +01:00
Stéphane Bidoul (ACSONE) f275af485d [10.0] report_xlsx: Allow to define options for workbook creation (#98)
* Allow to define options for workbook creation
2018-12-21 10:02:44 +01:00
Adrien Peiffer (ACSONE) 19d928b5a8 [MIG] Migration of report_xlsx to 10.0 (#76) 2018-12-21 10:02:40 +01:00
sebalix 81e6b063fd [IMP] report_xlsx - Pass the report instance as well as ids of records to print to the 'create_xlsx_report' method + Instanciate the parser and make it available for the 'generate_xlsx_report' method 2018-12-21 10:02:02 +01:00
Adrien Peiffer (ACSONE) cec45e79fe [CHG] Rename base_report_xlsx to report_xlsx and add xlsx report type in selection 2018-12-21 10:02:02 +01:00
Adrià Gil Sorribes 7dc08ea78c [12.0][MIG] Migrate module bi_sql_editor to v12 2018-12-14 14:38:06 +01:00
OCA Transbot b4497661b6 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
2018-12-14 13:22:37 +01:00
oca-travis dc2746af31 [UPD] Update bi_sql_editor.pot 2018-12-14 13:22:37 +01:00
mreficent 5492ecface [FIX] Query and technical name should only be modifiable in draft mode 2018-12-14 13:22:37 +01:00
mreficent 29c7c86863 [FIX] Solves the upgrading problem 2018-12-14 13:22:37 +01:00
mreficent 5ca13e5604 [IMP] remove unneeded parenthesis 2018-12-14 13:22:37 +01:00
mreficent 44d8e1433a [FIX] ir.cron relation 2018-12-14 13:22:37 +01:00
hveficent 1b939f6331 [FIX] Can be upgraded with materialized views generated 2018-12-14 13:22:37 +01:00
hveficent 808bd95424 [MIG] bi_sql_editor: Migration to 11.0 2018-12-14 13:22:37 +01:00
oca-travis bc487cc40c [UPD] Update bi_sql_editor.pot 2018-12-14 13:22:37 +01:00
Sylvain LE GAL 0ec5d175a6 10.0 imp bi sql editor (#1)
* [IMP] is_materialized field non readonly on sql_valid state ; [FIX] block possibility to set indexes on non materialized view

* [FIX] set domain_force, group_ids readonly if state > sql_valid

* [IMP] better display of the field group_ids

* [IMP] possibility to reorder menu items from sql views

* [IMP] Do not warn user when setting sql view to draft if state is sql_valid

* [REF]

* [FIX] Set Date of the first execution in the action name
2018-12-14 13:22:37 +01:00