OCA-git-bot
aa4946b906
[UPD] addons table in README.md
2023-03-18 17:55:28 +00:00
OCA-git-bot
1f30047000
report_xlsx 16.0.1.0.2
2023-03-18 17:55:19 +00:00
OCA-git-bot
aba879e0b0
Merge PR #736 into 16.0
...
Signed-off-by dreispt
2023-03-18 17:52:50 +00:00
Anna Janiszewska
04b88a38bf
[FIX] report_xlsx: initialize reportname
2023-03-14 10:50:17 +01:00
oca-git-bot
3b457a1f4d
[IMP] update dotfiles [ci skip]
2023-03-12 20:49:01 +01:00
Weblate
7f5c7b9004
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: reporting-engine-16.0/reporting-engine-16.0-report_xml
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-16-0/reporting-engine-16-0-report_xml/
2023-03-06 19:33:38 +00:00
OCA-git-bot
72913f1339
[UPD] addons table in README.md
2023-03-06 19:33:20 +00:00
OCA-git-bot
6bf2a158c2
report_xml 16.0.1.1.0
2023-03-06 19:33:15 +00:00
oca-ci
a88e8e78ce
[UPD] Update report_xml.pot
2023-03-06 19:27:40 +00:00
OCA-git-bot
7e8265f4c9
Merge PR #716 into 16.0
...
Signed-off-by pedrobaeza
2023-03-06 19:25:07 +00:00
OCA-git-bot
ff0d4f1b6f
[ADD] setup.py
2023-02-17 14:47:52 +00:00
OCA-git-bot
3d12050216
[UPD] README.rst
2023-02-17 14:47:52 +00:00
OCA-git-bot
9737650904
[UPD] addons table in README.md
2023-02-17 14:47:50 +00:00
oca-ci
198e0087a8
[UPD] Update bi_sql_editor.pot
2023-02-17 14:45:35 +00:00
OCA-git-bot
4010f4bbcf
Merge PR #670 into 16.0
...
Signed-off-by gurneyalex
2023-02-17 14:43:34 +00:00
Sylvain LE GAL
c55dc6f287
[IMP] bi_sql_editor : add field context
2023-02-17 10:19:08 +00:00
Paulius Sladkevičius
edecab16a2
[IMP] bi_sql_editor manual field check performance
...
The `table_columns()` slows down modules loading significantly up to 2-3x.
In most cases `model._name.startswith(self._model_prefix)` returns `False`, so better to check it first.
2023-02-17 10:19:08 +00:00
Sylvain LE GAL
6be6f7d02f
[MIG] bi_sql_editor : from 15.0 to 16.0
...
- move menu and action in according view file
- use new sql_request_abstract menu entry for SQL views configuration
- Use sql_request_abstract primary tree view
- Use sql_request_abstract primary form view
- move has_grouped_changed in sql_request_abstract module
- improve demo data
- add default count value to display in pivot, if no pivot_measures are defined ;
- set widget handle to sequence field
- reorder fields in tree view and add optional hide for some fields
- simplify : make field_description field required
- improve : add optional='hide' and 'show' on tree visibility
- replace obsolete base.menu_board_root by spreadsheet_dashboard entries
- update translation
2023-02-17 10:19:08 +00:00
Sylvain LE GAL
d62f47fd19
[IMP] bi_sql_editor: black, isort, prettier
2023-02-17 10:19:08 +00:00
jabelchi
df9069932a
Translated using Weblate (Catalan)
...
Currently translated at 97.3% (109 of 112 strings)
Translation: reporting-engine-15.0/reporting-engine-15.0-bi_sql_editor
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-15-0/reporting-engine-15-0-bi_sql_editor/ca/
2023-02-17 10:19:08 +00:00
pablontura
29eb23746e
Translated using Weblate (Catalan)
...
Currently translated at 41.0% (46 of 112 strings)
Translation: reporting-engine-15.0/reporting-engine-15.0-bi_sql_editor
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-15-0/reporting-engine-15-0-bi_sql_editor/ca/
2023-02-17 10:19:08 +00:00
OCA-git-bot
63ae51dd04
bi_sql_editor 15.0.1.0.2
2023-02-17 10:19:08 +00:00
Laurent Mignon (ACSONE)
7e827070bd
[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
2023-02-17 10:19:08 +00:00
OCA-git-bot
018714dd95
bi_sql_editor 15.0.1.0.1
2023-02-17 10:19:08 +00:00
mariadforgeflow
7b9ea277e5
[FIX] bi_sql_editor: fix typo
2023-02-17 10:19:08 +00:00
OCA-git-bot
dd45fbcf96
[UPD] README.rst
2023-02-17 10:19:08 +00:00
oca-ci
23731f5c4d
[UPD] Update bi_sql_editor.pot
2023-02-17 10:19:08 +00:00
mariadforgeflow
b58ab666ae
[MIG] bi_sql_editor: Migration to 15.0
2023-02-17 10:19:08 +00:00
mariadforgeflow
899ff8086a
[IMP] bi_sql_editor: black, isort, prettier
2023-02-17 10:19:08 +00:00
OCA-git-bot
e54cce2a19
[UPD] README.rst
2023-02-17 10:19:08 +00:00
oca-travis
ce4aafc8cf
[UPD] Update bi_sql_editor.pot
2023-02-17 10:19:08 +00:00
David James
02807d7ae2
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.
2023-02-17 10:19:08 +00:00
David James
24ae610f8c
bi_sql_editor: Migration to 14.0
2023-02-17 10:19:08 +00:00
David James
7536779f26
[IMP] bi_sql_editor: black, isort, prettier
2023-02-17 10:19:08 +00:00
Ana Suárez
94d740439e
Translated using Weblate (Spanish)
...
Currently translated at 38.3% (43 of 112 strings)
Translation: reporting-engine-13.0/reporting-engine-13.0-bi_sql_editor
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-13-0/reporting-engine-13-0-bi_sql_editor/es/
2023-02-17 10:19:08 +00:00
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