OCA-git-bot
e2d82096e4
[UPD] addons table in README.md
2021-09-20 09:09:31 +00:00
OCA-git-bot
5e50177bae
report_xlsx 13.0.1.0.5
2021-09-20 09:09:27 +00:00
OCA-git-bot
827dd10896
Merge PR #536 into 13.0
...
Signed-off-by pedrobaeza
2021-09-20 09:02:21 +00:00
david
f1e7c3b214
[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
2021-09-17 17:30:47 +02:00
OCA-git-bot
d0f55672c4
[UPD] addons table in README.md
2021-08-14 04:32:12 +00:00
OCA-git-bot
99919a16f1
Merge PR #532 into 13.0
...
Signed-off-by pedrobaeza
2021-08-05 13:31:32 +00:00
João Marques
a746b38d5b
Update copier template
2021-08-05 13:10:48 +01:00
João Marques
17a70f9139
Remove `endesive` dependency from requirements
...
This was making us install `swig` in all repos that depended on any module from reporting-engine.
2021-08-05 13:09:39 +01:00
OCA Transbot
c156913c20
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_qweb_signer
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-13-0/reporting-engine-13-0-report_qweb_signer/
2021-08-04 17:25:04 +00:00
OCA-git-bot
e8103172a4
[UPD] addons table in README.md
2021-08-04 17:24:49 +00:00
OCA-git-bot
3601d6df90
report_qweb_signer 13.0.2.0.0
2021-08-04 17:24:44 +00:00
oca-travis
6efdf8aee9
[UPD] Update report_qweb_signer.pot
2021-08-04 17:19:27 +00:00
OCA-git-bot
d51766e1f3
Merge PR #528 into 13.0
...
Signed-off-by pedrobaeza
2021-08-04 17:12:29 +00:00
Laurent-Corron
a770c10b86
[IMP] report_qweb_signer add endesive
2021-07-29 16:41:34 +02:00
OCA-git-bot
89075b4c3e
[UPD] addons table in README.md
2021-07-27 14:00:23 +00:00
OCA-git-bot
06e74c76cf
report_xlsx 13.0.1.0.4
2021-07-27 14:00:15 +00:00
OCA-git-bot
dadd627504
report_qweb_signer 13.0.1.0.1
2021-07-27 14:00:14 +00:00
OCA-git-bot
c867290466
report_qweb_parameter 13.0.1.0.2
2021-07-27 14:00:13 +00:00
OCA-git-bot
d11e6c3dbe
report_qweb_pdf_watermark 13.0.1.0.2
2021-07-27 14:00:12 +00:00
OCA-git-bot
1f1dfec96c
report_qweb_element_page_visibility 13.0.1.0.1
2021-07-27 14:00:11 +00:00
OCA-git-bot
8daef81799
report_layout_config 13.0.1.0.1
2021-07-27 14:00:10 +00:00
OCA-git-bot
cbd79230af
report_csv 13.0.1.0.2
2021-07-27 14:00:09 +00:00
OCA-git-bot
7322c7c969
report_py3o 13.0.1.0.3
2021-07-27 14:00:08 +00:00
OCA-git-bot
58df5720c8
kpi 13.0.1.0.1
2021-07-27 14:00:06 +00:00
OCA-git-bot
cb7b77d4b6
[UPD] addons table in README.md
2021-07-27 14:00:02 +00:00
OCA-git-bot
9f2d78d5b7
Merge PR #529 into 13.0
...
Signed-off-by sbidoul
2021-07-27 13:52:45 +00:00
Stéphane Bidoul
358dbb8321
[FIX] report_csv remove incorrect external_dependencies
...
csv is a stdlib module, no need to declare it as external dep.
2021-07-27 15:37:48 +02:00
Stéphane Bidoul
6c9814822f
Apply dotfiles
2021-07-27 15:27:54 +02:00
Stéphane Bidoul
75edb5b60c
Update dotfiles
2021-07-27 15:27:53 +02:00
OCA-git-bot
f95255aa15
[ADD] setup.py
2021-07-20 08:25:27 +00:00
OCA-git-bot
f4b077b60a
[UPD] README.rst
2021-07-20 08:25:26 +00:00
oca-travis
7665b2eb87
[UPD] Update report_qweb_signer.pot
2021-07-20 08:16:41 +00:00
OCA-git-bot
3b12c113ad
Merge PR #522 into 13.0
...
Signed-off-by pedrobaeza
2021-07-20 08:06:31 +00:00
Laurent-Corron
f9b405aa96
[MIG] report_qweb_signer: Migration to 13.0
2021-07-19 15:25:57 +02:00
Laurent-Corron
ae6d5a659c
[IMP] report_qweb_signer: Black python code
2021-06-29 10:17:33 +02:00
Marcel Savegnago
4e321eb209
[FIX] report_qweb_signer
...
Fix website on manifest
2021-06-29 10:06:51 +02:00
OCA Transbot
b1a15b5f30
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: reporting-engine-12.0/reporting-engine-12.0-report_qweb_signer
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-report_qweb_signer/
2021-06-29 10:06:51 +02:00
OCA-git-bot
5b6f4d32a8
report_qweb_signer 12.0.1.0.1
2021-06-29 10:06:51 +02:00
david
b99020ccf4
[FIX] report_qweb_signer: reprint report crash
...
`render_qweb_pdf` must return a tuple of `(content, 'pdf')`
2021-06-29 10:06:51 +02:00
OCA-git-bot
9b3b488190
[UPD] README.rst
2021-06-29 10:06:51 +02:00
OCA Transbot
611f946dc4
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: reporting-engine-12.0/reporting-engine-12.0-report_qweb_signer
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-report_qweb_signer/
2021-06-29 10:06:51 +02:00
oca-travis
f174ba4fd9
[UPD] Update report_qweb_signer.pot
2021-06-29 10:06:51 +02:00
OCA-git-bot
98531852af
[UPD] README.rst
2021-06-29 10:06:51 +02:00
Pedro M. Baeza
0eeb7da13e
[MIG] report_qweb_signer: Refine migration
...
- Good dependency chain
- Context for forcing rendering PDF
- Extra test
2021-06-29 10:06:51 +02:00
David
29a0d9a187
[MIG] report_qweb_designer: Migration to 12.0
2021-06-29 10:06:51 +02:00
Pedro M. Baeza
ce23047335
[FIX] README syntax
2021-06-29 10:06:51 +02:00
oca-travis
d736717e15
[UPD] Update report_qweb_signer.pot
2021-06-29 10:06:51 +02:00
OCA Transbot
767c0a86f2
OCA Transbot updated translations from Transifex
2021-06-29 10:06:51 +02:00
Jairo Llopis
3a1b213aa5
[FIX] report_qweb_signer: Remove hardcoded memory limits
...
These limits were being hit when printing PDF reports with just 80 pages.
2021-06-29 10:06:51 +02:00
Jordi Ballester
668156cfdf
fix test_report_qweb_signer - tests were causing travis to stall
2021-06-29 10:06:51 +02:00