pablontura
b47029eb81
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (8 of 8 strings)
Translation: reporting-engine-15.0/reporting-engine-15.0-report_xlsx
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-15-0/reporting-engine-15-0-report_xlsx/ca/
2023-11-22 22:41:43 +07:00
pablontura
06eb0a3283
Added translation using Weblate (Catalan)
2023-11-22 22:41:43 +07:00
OCA-git-bot
d15505a06b
report_xlsx 15.0.1.0.5
2023-11-22 22:41:43 +07:00
OCA-git-bot
9f388dc043
[UPD] README.rst
2023-11-22 22:41:43 +07:00
manu
ccd8dcfab9
[FIX]report_xlsx: development status tu mature
2023-11-22 22:41:43 +07:00
OCA-git-bot
0a7d248929
report_xlsx 15.0.1.0.4
2023-11-22 22:41:43 +07:00
xavier-bouquiaux
01dad3b1ce
report_xlsx
...
refs #586
problem explained in the issue
2023-11-22 22:41:43 +07:00
OCA-git-bot
1d6bcd510b
report_xlsx 15.0.1.0.3
2023-11-22 22:41:43 +07:00
Mihran Thalhath
137e42d1f9
[FIX] report_xlsx: fix generation of pdf reports
...
the report handler for xlsx added over here is always returning `true` even if the report being
generated is not xlsx. Due to this, the report handler doesn't check for other report types
at b309d3a99f/addons/web/static/src/webclient/actions/action_service.js (L1019)
and thus doesn't generate any other reports. So if the converter is not xlsx, return false instead of true.
Also, updating the docids and context in the report_routes controller only needs to be done if
the converter is xlsx and not in any other case.
2023-11-22 22:41:43 +07:00
OCA-git-bot
44560b0dd3
report_xlsx 15.0.1.0.1
2023-11-22 22:41:42 +07:00
Jaime Arroyo
d8794c903e
[12.0][FIX] Report xlsx res_partner
2023-11-22 22:41:42 +07:00
oca-ci
df4c282252
[UPD] Update report_xlsx.pot
2023-11-22 22:41:42 +07:00
OCA-git-bot
70ae03a48d
[UPD] README.rst
2023-11-22 22:41:42 +07:00
Christopher Ormaza
7eea563302
[FIX] report_xlsx: refactor controller and report hamdler
2023-11-22 22:41:42 +07:00
Joan Mateu Jordi
5bf16ce8b2
[MIG] report_xlsx: Migration to 15.0
2023-11-22 22:41:42 +07:00
Simon S
96b944f407
Translated using Weblate (Swedish)
...
Currently translated at 92.3% (12 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/sv/
2023-11-22 22:41:42 +07:00
Simon S
2e2f3e6854
Added translation using Weblate (Swedish)
2023-11-22 22:41:42 +07:00
OCA-git-bot
b007db7772
report_xlsx 14.0.1.0.4
2023-11-22 22:41:42 +07:00
OCA-git-bot
71eb19a4cf
[UPD] README.rst
2023-11-22 22:41:42 +07:00
Eugene Molotov
87701e0fd6
[FIX] report_xlsx: correctly handle exceptions, when generating report
...
Before this commit, when exception is raised while generating report,
on browser window instead of python traceback nothing was shown
on production environment or werkzeug's "Console locked" message
on development environment.
2023-11-22 22:41:42 +07:00
OCA-git-bot
909d276564
report_xlsx 14.0.1.0.3
2023-11-22 22:41:42 +07:00
david
3172f3bc73
[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
2023-11-22 22:41:42 +07:00
Pedro Castro Silva
f6710c5d0b
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/
2023-11-22 22:41:42 +07:00
OCA-git-bot
d82d219344
report_xlsx 14.0.1.0.2
2023-11-22 22:41:42 +07:00
OCA-git-bot
fabdb155e8
[UPD] README.rst
2023-11-22 22:41:42 +07:00
Stéphane Bidoul
20dbab1f64
report_xlsx: bump development status [ci skip]
2023-11-22 22:41:42 +07:00
Ana Suárez
8fad3387cb
Translated using Weblate (Spanish)
...
Currently translated at 84.6% (11 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/es/
2023-11-22 22:41:42 +07:00
OCA-git-bot
120b889a6a
report_xlsx 14.0.1.0.1
2023-11-22 22:41:42 +07:00
Saran440
16f303ec96
[FIX] safe_eval object time
2023-11-22 22:41:42 +07:00
OCA-git-bot
f291b9d8d0
[UPD] README.rst
2023-11-22 22:41:42 +07:00
oca-travis
38930706eb
[UPD] Update report_xlsx.pot
2023-11-22 22:41:42 +07:00
Alex Cuellar
db23788466
[MIG] report_xlsx: Migration to 14.0
2023-11-22 22:41:41 +07:00
Alex Cuellar
fa6326ee53
[IMP] : black, isort, prettier
2023-11-22 22:41:41 +07:00
OCA Transbot
30ee101b8c
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: reporting-engine-13.0/reporting-engine-13.0-report_xlsx
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-13-0/reporting-engine-13-0-report_xlsx/
2023-11-22 22:41:41 +07:00
OCA-git-bot
cef0ba638d
report_xlsx 13.0.1.0.1
2023-11-22 22:41:41 +07:00
OCA-git-bot
22e06579c0
pre-commit update
2023-11-22 22:41:41 +07:00
mreficent
863ca61e06
[FIX] report_xlsx: rename a file
2023-11-22 22:41:41 +07:00
OCA Transbot
aee8b44a37
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: reporting-engine-13.0/reporting-engine-13.0-report_xlsx
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-13-0/reporting-engine-13-0-report_xlsx/
2023-11-22 22:41:41 +07:00
OCA-git-bot
d7f3b9b103
[UPD] README.rst
2023-11-22 22:41:41 +07:00
oca-travis
bdd799fc2a
[UPD] Update report_xlsx.pot
2023-11-22 22:41:41 +07:00
Joan Sisquella
8908995554
[FIX] report_xlsx: js
2023-11-22 22:41:41 +07:00
Rod Schouteden
4450730767
[MIG][IMP][13.0] rebase to include new linters
2023-11-22 22:41:41 +07:00
Rod Schouteden
0f5d2dc9f9
[MIG] report_xlsx: Migration to 13.0
2023-11-22 22:41:41 +07:00
OCA-git-bot
009738eee8
report_xlsx 12.0.1.0.1
2023-11-22 22:41:41 +07:00
Pedro Castro Silva
d656fe33a0
Translated using Weblate (Portuguese)
...
Currently translated at 94.4% (17 of 18 strings)
Translation: reporting-engine-12.0/reporting-engine-12.0-report_xlsx
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-report_xlsx/pt/
2023-11-22 22:41:41 +07:00
Pedro Castro Silva
c674a0520c
Added translation using Weblate (Portuguese)
2023-11-22 22:41:41 +07:00
Kitti U
dee28bbdeb
[12.0][IMP] report_xlsx, make sure print_report_name works
2023-11-22 22:41:41 +07:00
OCA-git-bot
906242a699
[UPD] README.rst
2023-11-22 22:41:41 +07:00
Rudolf Schnapka
8c4525725b
Translated using Weblate (German)
...
Currently translated at 88.2% (15 of 17 strings)
Translation: reporting-engine-12.0/reporting-engine-12.0-report_xlsx
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-report_xlsx/de/
2023-11-22 22:41:41 +07:00
OCA Transbot
b3164faef9
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
2023-11-22 22:41:41 +07:00