OCA-git-bot
a212b3d05b
bi_sql_editor 13.0.1.0.1
...
[UPD] README.rst
2023-02-17 10:19:08 +00:00
HviorForgeFlow
46eea39cfd
[MIG] bi_sql_editor: Migration to 13.0
2023-02-17 10:19:08 +00:00
HviorForgeFlow
3c7228078b
[IMP] bi_sql_editor: black, isort, prettier
2023-02-17 10:19:08 +00:00
Sylvain LE GAL
680bfdfdad
[IMP] bi_sql_editor : conserve cron settings, when setting materialized view to draft ; Set correct default values for cron and enable it
2023-02-17 10:19:08 +00:00
Sylvain LE GAL
02ca14a37f
[FIX] bi_sql_editor : handle correctly translation for action name
2023-02-17 10:19:08 +00:00
Sylvain LE GAL
edb533e6de
[WIP] imp bi_sql_editor
2023-02-17 10:19:08 +00:00
OCA Transbot
853ec77623
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
Sylvain LE GAL
40cce38f19
[ADD] action context
2023-02-17 10:19:08 +00:00
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
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
OCA-git-bot
ef73f858f9
[ADD] setup.py
2023-01-09 08:28:50 +00:00
OCA-git-bot
3454ac0925
[UPD] README.rst
2023-01-09 08:28:49 +00:00
OCA-git-bot
20a623336b
[UPD] addons table in README.md
2023-01-09 08:28:48 +00:00
oca-ci
f358c69003
[UPD] Update sql_export_mail.pot
2023-01-09 08:26:38 +00:00
OCA-git-bot
5a1668d57a
Merge PR #672 into 16.0
...
Signed-off-by HviorForgeFlow
2023-01-09 08:24:31 +00:00
Bole
c4a09c0684
Translated using Weblate (Croatian)
...
Currently translated at 23.0% (3 of 13 strings)
Translation: reporting-engine-16.0/reporting-engine-16.0-report_xlsx
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-16-0/reporting-engine-16-0-report_xlsx/hr/
2023-01-04 03:25:01 +00:00
mymage
79d2153e46
Translated using Weblate (Italian)
...
Currently translated at 22.0% (15 of 68 strings)
Translation: reporting-engine-16.0/reporting-engine-16.0-sql_export
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-16-0/reporting-engine-16-0-sql_export/it/
2022-12-28 22:50:30 +00:00
mymage
3d34dd7f48
Translated using Weblate (Italian)
...
Currently translated at 11.6% (5 of 43 strings)
Translation: reporting-engine-16.0/reporting-engine-16.0-sql_request_abstract
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-16-0/reporting-engine-16-0-sql_request_abstract/it/
2022-12-28 22:50:29 +00:00
OCA-git-bot
6888374f27
[UPD] addons table in README.md
2022-12-15 07:30:30 +00:00
OCA-git-bot
d18c0ea288
report_xlsx 16.0.1.0.1
2022-12-15 07:30:25 +00:00
OCA-git-bot
03db79451d
Merge PR #699 into 16.0
...
Signed-off-by pedrobaeza
2022-12-15 07:27:55 +00:00