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
Graeme Gellatly
9de0bc7b62
Fix report_xlsx for printing from wizards
6 years ago
oca-travis
2cf285a24c
[UPD] Update report_xlsx.pot
6 years ago
Naglis Jonaitis
dedd899d58
[IMP] report_fillpdf, report_xlsx, report_xml: Use content_disposition helper
7 years ago
OCA Transbot
9d87479fcc
OCA Transbot updated translations from Transifex
7 years ago
Enric Tobella
360614df55
[MIG] report_xlsx: Migration to 11.0
7 years ago
OCA Transbot
b042daca55
OCA Transbot updated translations from Transifex
8 years ago
Stéphane Bidoul (ACSONE)
f275af485d
[10.0] report_xlsx: Allow to define options for workbook creation ( #98 )
* Allow to define options for workbook creation
8 years ago
Adrien Peiffer (ACSONE)
19d928b5a8
[MIG] Migration of report_xlsx to 10.0 ( #76 )
8 years ago
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
9 years ago
Adrien Peiffer (ACSONE)
cec45e79fe
[CHG] Rename base_report_xlsx to report_xlsx and add xlsx report type in selection
9 years ago
Adrià Gil Sorribes
7dc08ea78c
[12.0][MIG] Migrate module bi_sql_editor to v12
6 years ago
OCA Transbot
b4497661b6
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
oca-travis
dc2746af31
[UPD] Update bi_sql_editor.pot
6 years ago
mreficent
5492ecface
[FIX] Query and technical name should only be modifiable in draft mode
6 years ago
mreficent
29c7c86863
[FIX] Solves the upgrading problem
6 years ago
mreficent
5ca13e5604
[IMP] remove unneeded parenthesis
6 years ago
mreficent
44d8e1433a
[FIX] ir.cron relation
6 years ago
hveficent
1b939f6331
[FIX] Can be upgraded with materialized views generated
6 years ago
hveficent
808bd95424
[MIG] bi_sql_editor: Migration to 11.0
6 years ago
oca-travis
bc487cc40c
[UPD] Update bi_sql_editor.pot
6 years ago
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
6 years ago
Patrick Tombez
79a5457614
Fix several issues
Fix error '... is not a table or foreign table'
Fix view (colors + oe_highlight)
Fix tests
Fix README + manifest
Fix back to draft
Fix cron call + default values
Use Postgres version 9.6 for travis builds
7 years ago
Darshan Patel
547ffe16fa
[IMP] preview button
7 years ago