Laurent Mignon
913403a49f
Move to report_py3o after import from HG
8 years ago
oca-git-bot
8b5f1a9d43
[IMP] update dotfiles [ci skip]
3 years ago
OCA-git-bot
9184e5b8ed
[ADD] setup.py
3 years ago
OCA-git-bot
58caa4c250
[UPD] addons table in README.md
3 years ago
OCA-git-bot
437a6eaca4
report_xlsx 14.0.1.0.3
3 years ago
OCA-git-bot
bc084c53b9
Merge PR #538 into 14.0
Signed-off-by pedrobaeza
3 years ago
david
842137a473
[IMP][FIX] report_xlsx: handle duplicate name exceptions
We want to avoid duplicated sheet names exceptions the same following the same
philosophy that Odoo implements overriding the main library to avoid the 31
characters limit triming the strings before sending them to the library.
In some cases, there's not much control over this as the reports send automated
data and the potential exception is hidden underneath making it hard to debug
the original issue. Even so, different names can become the same one as their
strings are trimmed to those 31 character limit.
This way, once we come across with a duplicated, we set that final 3 characters
with a sequence that we evaluate on the fly. So for instance:
- 'Sheet name' will be 'Sheet name~01'
- The next 'Sheet name' will try to rename to 'Sheet name~01' as well and then
that will give us 'Sheet name~02'.
- And the next 'Sheet name' will try to rename to 'Sheet name~01' and then to
'Sheet name~02' and finally it will be able to 'Sheet name~03'.
- An so on as many times as duplicated sheet names come to the workbook up to
100 for each sheet name. We set such limit as we don't want to truncate the
strings too much and keeping in mind that this issue don't usually ocurrs.
TT31938
3 years ago
OCA-git-bot
587d99e5ba
[UPD] addons table in README.md
3 years ago
OCA Transbot
6f4acc2f84
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: reporting-engine-14.0/reporting-engine-14.0-report_qweb_element_page_visibility
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-14-0/reporting-engine-14-0-report_qweb_element_page_visibility/
3 years ago
OCA-git-bot
a711591290
[ADD] setup.py
3 years ago
OCA-git-bot
7a930410b1
[UPD] README.rst
3 years ago
OCA-git-bot
8d1bcdd762
[UPD] addons table in README.md
3 years ago
oca-travis
6efb226d0a
[UPD] Update report_qweb_element_page_visibility.pot
3 years ago
OCA-git-bot
abc6d9a77b
Merge PR #476 into 14.0
Signed-off-by pedrobaeza
3 years ago
Pedro Castro Silva
a30062fae2
Translated using Weblate (Portuguese)
Currently translated at 100.0% (13 of 13 strings)
Translation: reporting-engine-14.0/reporting-engine-14.0-report_xlsx
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-14-0/reporting-engine-14-0-report_xlsx/pt/
3 years ago
Pedro Castro Silva
f64a745e21
Translated using Weblate (Portuguese)
Currently translated at 100.0% (36 of 36 strings)
Translation: reporting-engine-14.0/reporting-engine-14.0-base_comment_template
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-14-0/reporting-engine-14-0-base_comment_template/pt/
3 years ago
OCA-git-bot
93f8832c17
[ADD] setup.py
3 years ago
OCA-git-bot
03832febed
[UPD] README.rst
3 years ago
OCA-git-bot
6871a10b51
[UPD] addons table in README.md
3 years ago
oca-travis
4fd64bdef8
[UPD] Update bi_sql_editor.pot
3 years ago
OCA-git-bot
76b5d0f383
Merge PR #518 into 14.0
Signed-off-by gurneyalex
3 years ago
OCA-git-bot
ed1badff6c
[UPD] addons table in README.md
3 years ago
OCA-git-bot
0dad38a551
report_xml 14.0.1.0.1
3 years ago
OCA-git-bot
dd735fced3
Merge PR #517 into 14.0
Signed-off-by pedrobaeza
3 years ago
David James
53dc46e058
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.
3 years ago
David James
ebd77c9399
bi_sql_editor: Migration to 14.0
3 years ago
David James
ae89e414e8
[IMP] bi_sql_editor: black, isort, prettier
3 years ago
Ana Suárez
aeb59efa58
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/
4 years ago
OCA-git-bot
6e9841cea0
bi_sql_editor 13.0.1.0.1
[UPD] README.rst
5 years ago
HviorForgeFlow
ad70e5d045
[MIG] bi_sql_editor: Migration to 13.0
5 years ago
HviorForgeFlow
f020f4e8a7
[IMP] bi_sql_editor: black, isort, prettier
5 years ago
Sylvain LE GAL
259d95f01c
[IMP] bi_sql_editor : conserve cron settings, when setting materialized view to draft ; Set correct default values for cron and enable it
3 years ago
Sylvain LE GAL
217629af1d
[FIX] bi_sql_editor : handle correctly translation for action name
4 years ago
Sylvain LE GAL
a3cf870117
[WIP] imp bi_sql_editor
4 years ago
OCA Transbot
dabb4449a8
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/
5 years ago
Sylvain LE GAL
bb1152e779
[ADD] action context
5 years ago
hveficent
a7baac7e62
change SQL mapping for date
5 years ago
hveficent
21d1d0b19e
[FIX] bi_sql_editor: Add required attribute name on filters
5 years ago
Pedro M. Baeza
7cabbd1697
[FIX] bi_sql_editor: Fixes images path
Fixes #309
5 years ago
Rudolf Schnapka
0751f66995
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/
6 years ago
OCA Transbot
e4872704cd
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/
6 years ago
OCA-git-bot
fe37dbfb72
bi_sql_editor 12.0.1.2.0
bi_sql_editor 12.0.1.1.0
[UPD] README.rst
[UPD] README.rst
6 years ago
Adrià Gil Sorribes
7e1acc0591
Update readme
6 years ago
mreficent
bf96a35602
[FIX] bi_sql_editor: add in readme how to solve the update all break
6 years ago
Adrià Gil Sorribes
77c903c980
[12.0][MIG] Migrate module bi_sql_editor to v12
6 years ago
OCA Transbot
7871162636
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
oca-travis
c2a6dfc20c
[UPD] Update bi_sql_editor.pot
[UPD] Update bi_sql_editor.pot
[UPD] Update bi_sql_editor.pot
[UPD] Update bi_sql_editor.pot
6 years ago
mreficent
a48da20bde
[FIX] Query and technical name should only be modifiable in draft mode
6 years ago
mreficent
a72c7a69af
[FIX] Solves the upgrading problem
6 years ago
mreficent
8bb507a223
[IMP] remove unneeded parenthesis
6 years ago