Commit Graph

31 Commits (52330a4cd32e6f5ad738b29fd2040906c7c96bd7)

Author SHA1 Message Date
Víctor Martínez f6096542db [FIX] bi_sql_editor: Set tomorrow's date correctly. 2022-11-30 13:21:38 +01:00
Laurent Mignon (ACSONE) 2067091fea [IMP] bi_sql_editor: Remove useless monkeypatch
On class creation by the ORM of 'manual' model, odoo now check if the table is a real table or a view to automatically set the '_auto' property on the class definition. We can therefore remove the monkey patch on 'ir.model'.

see 17c4f47b0a
2022-03-16 13:44:04 +01:00
mariadforgeflow ee1d2c44c3 [FIX] bi_sql_editor: fix typo 2022-02-01 08:47:59 +01:00
mariadforgeflow 8fa79a290e [MIG] bi_sql_editor: Migration to 15.0 2021-12-17 10:40:30 +01:00
mariadforgeflow 613e0e88ba [IMP] bi_sql_editor: black, isort, prettier 2021-12-13 09:07:59 +01:00
David James 2805e24c5d bi_sql_editor: add support for group operators
this commit allows specifying the group operator for each field. This functionality was originally included in a seperate module "bi_sql_editor_aggregate" in version 12.
2021-12-13 08:55:14 +01:00
David James a4f17f3bf0 bi_sql_editor: Migration to 14.0 2021-12-13 08:55:14 +01:00
David James f23a298414 [IMP] bi_sql_editor: black, isort, prettier 2021-12-13 08:55:14 +01:00
HviorForgeFlow ad8364e180 [MIG] bi_sql_editor: Migration to 13.0 2021-12-13 08:55:14 +01:00
HviorForgeFlow 1fa643fa26 [IMP] bi_sql_editor: black, isort, prettier 2021-12-13 08:55:14 +01:00
Sylvain LE GAL 8445d37305 [IMP] bi_sql_editor : conserve cron settings, when setting materialized view to draft ; Set correct default values for cron and enable it 2021-12-13 08:55:14 +01:00
Sylvain LE GAL 400d0de3c2 [FIX] bi_sql_editor : handle correctly translation for action name 2021-12-13 08:55:14 +01:00
Sylvain LE GAL a41248fa47 [WIP] imp bi_sql_editor 2021-12-13 08:55:14 +01:00
Sylvain LE GAL 8f1ba92a8d [ADD] action context 2021-12-13 08:55:14 +01:00
hveficent a5cccb9a42 change SQL mapping for date 2021-12-13 08:55:14 +01:00
hveficent b877f035c4 [FIX] bi_sql_editor: Add required attribute name on filters 2021-12-13 08:55:14 +01:00
Adrià Gil Sorribes ef1d7ac7a4 [12.0][MIG] Migrate module bi_sql_editor to v12 2021-12-13 08:55:14 +01:00
mreficent a427430983 [FIX] Solves the upgrading problem 2021-12-13 08:55:14 +01:00
mreficent 2c863b01e8 [IMP] remove unneeded parenthesis 2021-12-13 08:55:14 +01:00
mreficent 3403352a0f [FIX] ir.cron relation 2021-12-13 08:55:14 +01:00
hveficent a673db5bdf [FIX] Can be upgraded with materialized views generated 2021-12-13 08:55:14 +01:00
hveficent cadfe4ec71 [MIG] bi_sql_editor: Migration to 11.0 2021-12-13 08:55:14 +01:00
Sylvain LE GAL 7e734805c5 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
2021-12-13 08:55:14 +01:00
Patrick Tombez d09e4677f5 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
2021-12-13 08:55:14 +01:00
Darshan Patel 4a2fba7f34 [IMP] preview button 2021-12-13 08:55:14 +01:00
Darshan Patel 1ce6fb73c8 [MIG] bi_sql_editor v10 2021-12-13 08:55:14 +01:00
nicomacr 1e1ebdd647 FIX bi_sql_editor 2021-12-13 08:55:14 +01:00
aheficent f2ef2fc05d [IMP] Add test + several fixes 2021-12-13 08:55:14 +01:00
Sylvain LE GAL d1bf297dd8 create ui now create tree view [IMP] fr translation [IMP] add last refresh date time on the action name of each sql materialized view 2021-12-13 08:55:14 +01:00
nicomacr 4eaaff66ed bi_sql_editor 2021-12-13 08:55:14 +01:00
Sylvain LE GAL 26ab5fd52e new module bi_sql_editor [IMP] function to guess model for many2one field; [ADD] security 2021-12-13 08:55:14 +01:00