Commit Graph

738 Commits (fbb9ab4cb38e8bff63d8ceaa4c0f48366b4906a5)

Author SHA1 Message Date
hveficent 682666d1e0 change SQL mapping for date 2023-02-17 10:19:08 +00:00
hveficent d26b7c2ea6 [FIX] bi_sql_editor: Add required attribute name on filters 2023-02-17 10:19:08 +00:00
Pedro M. Baeza 3615b6f907 [FIX] bi_sql_editor: Fixes images path
Fixes #309
2023-02-17 10:19:08 +00:00
Rudolf Schnapka 877f193e18 Translated using Weblate (German)
Currently translated at 29.1% (32 of 110 strings)

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/de/
2023-02-17 10:19:08 +00:00
OCA Transbot 8a644f9636 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/
2023-02-17 10:19:08 +00:00
OCA-git-bot b1dee84bdb bi_sql_editor 12.0.1.2.0
bi_sql_editor 12.0.1.1.0

[UPD] README.rst

[UPD] README.rst
2023-02-17 10:19:08 +00:00
Adrià Gil Sorribes 21956c517b Update readme 2023-02-17 10:19:08 +00:00
mreficent 7c9c973918 [FIX] bi_sql_editor: add in readme how to solve the update all break 2023-02-17 10:19:08 +00:00
Adrià Gil Sorribes ff08ba0061 [12.0][MIG] Migrate module bi_sql_editor to v12 2023-02-17 10:19:08 +00:00
OCA Transbot 1b8001b4e3 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
2023-02-17 10:19:08 +00:00
oca-travis adf895af28 [UPD] Update bi_sql_editor.pot
[UPD] Update bi_sql_editor.pot

[UPD] Update bi_sql_editor.pot

[UPD] Update bi_sql_editor.pot
2023-02-17 10:19:08 +00:00
mreficent 98f11d575a [FIX] Query and technical name should only be modifiable in draft mode 2023-02-17 10:19:08 +00:00
mreficent 59e90e9868 [FIX] Solves the upgrading problem 2023-02-17 10:19:08 +00:00
mreficent e7845bd2df [IMP] remove unneeded parenthesis 2023-02-17 10:19:08 +00:00
mreficent 722395b489 [FIX] ir.cron relation 2023-02-17 10:19:08 +00:00
hveficent c2e3a69912 [FIX] Can be upgraded with materialized views generated 2023-02-17 10:19:08 +00:00
hveficent c7f736d5ca [MIG] bi_sql_editor: Migration to 11.0 2023-02-17 10:19:08 +00:00
oca-travis 2dac147b55 [UPD] Update bi_sql_editor.pot 2023-02-17 10:19:08 +00:00
Sylvain LE GAL e92a43103b 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
2023-02-17 10:19:08 +00:00
Patrick Tombez 4c4f50e7ab 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
2023-02-17 10:19:08 +00:00
Darshan Patel 2500c7db4e [IMP] preview button 2023-02-17 10:19:08 +00:00
Darshan Patel b69d2cdcb5 [MIG] bi_sql_editor v10 2023-02-17 10:19:08 +00:00
nicomacr 193092be07 FIX bi_sql_editor 2023-02-17 10:19:08 +00:00
OCA Transbot dcb0027f2d OCA Transbot updated translations from Transifex 2023-02-17 10:19:08 +00:00
aheficent 97dd0443a2 [IMP] Add test + several fixes 2023-02-17 10:19:08 +00:00
Sylvain LE GAL 6f1f1dd65b create ui now create tree view [IMP] fr translation [IMP] add last refresh date time on the action name of each sql materialized view 2023-02-17 10:19:08 +00:00
nicomacr 8aa3fa3e26 bi_sql_editor 2023-02-17 10:19:08 +00:00
OCA Transbot ca42589ab6 OCA Transbot updated translations from Transifex 2023-02-17 10:19:08 +00:00
Sylvain LE GAL 86e4d12d7f new module bi_sql_editor [IMP] function to guess model for many2one field; [ADD] security 2023-02-17 10:19:08 +00:00
Mantux11 f3e3c43f18 [16.0][IMP] report_xml: Added xml_extension
Adds a way to choose the file extension for your XML file, by adding the flexibility of appending more choices.
For example, instead of getting `.xml`, this allows to have the report download as `.svg` or even good old `.html` if needed.
This is also very useful for some localization purposes, where some scarce software uses uncommon file extensions for their XML files, like `.ffdata` for specific accounting reports here in Lithuania.

The change is not breaking, as we set the default to be `.xml` like it was by default anyway.
2023-02-15 12:59:58 +00:00
Pedro M. Baeza 7a7e6fe898
Merge pull request #724 from ForgeFlow/16.0-fix-ci
[UPD] update dotfiles using copier
2023-02-15 10:42:57 +01:00
Héctor Vi Or 04c7e6c428 [UPD] update dotfiles using copier 2023-02-15 10:39:00 +01:00
BT-atornero 83e8bccc89 [IMP] report_qweb_element_page_visibility: black, isort, prettier 2023-01-20 10:53:33 +00:00
oca-ci a551aa163c [UPD] Update report_qweb_element_page_visibility.pot 2023-01-20 10:49:19 +00:00
Hai Lang 071f2fa02d [MIG] report_qweb_element_page_visibility: Migration to 15.0 2023-01-20 10:49:19 +00:00
newtratip b41cfcc651 [MIG] report_qweb_element_page_visibility: Migration to 14.0 2023-01-20 10:49:19 +00:00
newtratip dd1b062cbf [IMP] report_qweb_element_page_visibility: black, isort, prettier 2023-01-20 10:49:19 +00:00
Alessandro Fiorino fe64c6ee8b Added translation using Weblate (Italian) 2023-01-20 10:49:19 +00:00
ps-tubtim 7f886e3ad8 [MIG] report_qweb_element_page_visibility: Migration to 13.0 2023-01-20 10:49:19 +00:00
ps-tubtim 53454b601e [IMP] report_qweb_element_page_visibility: black, isort, prettier 2023-01-20 10:49:19 +00:00
oca-travis 0046776abf [UPD] Update report_qweb_element_page_visibility.pot 2023-01-20 10:49:19 +00:00
Ioan Galan 3051115947 [FIX] report_qweb_element_page_visibility: Correct page visibility comparision 2023-01-20 10:49:19 +00:00
Saran L 8a18aaa641 [12.0][MIG] report_qweb_element_page_visibility 2023-01-20 10:49:19 +00:00
Invitu 402ad845f2 [MIG] Migrate report_qweb_element_page_visibility to v10 2023-01-20 10:49:19 +00:00
Pedro M. Baeza 89a3073ffd [MIG] Rename manifest files 2023-01-20 10:44:18 +00:00
Pedro M. Baeza 3078705e8d [MIG] Make modules uninstallable 2023-01-20 10:44:18 +00:00
Sebastien LANGE bfbe4bff5c [IMP] Replace <openerp> by <odoo> and review indentation in xml file 2023-01-20 10:44:18 +00:00
Sebastien LANGE 352c3b3e89 [IMP] Change licence header in python files 2023-01-20 10:44:18 +00:00
Sebastien LANGE 5950e285b0 [IMP] Migrate report_qweb_element_page_visibility module to 9.0 2023-01-20 10:44:18 +00:00
OCA-git-bot ef73f858f9 [ADD] setup.py 2023-01-09 08:28:50 +00:00