Commit Graph

678 Commits (94eb192a02b6224f9b869df376e31cf4a21321f6)

Author SHA1 Message Date
OCA-git-bot e3cdb581b9 Merge PR #542 into 12.0
Signed-off-by pedrobaeza
2021-10-01 11:59:53 +00:00
david 1d7f365cb8 [FIX] report_qweb_signer: noupdate defaults
We don't want our custom parameters be reset every time the module
updates.

TT32256
2021-10-01 13:12:41 +02:00
OCA-git-bot 4c79709f0a [UPD] addons table in README.md 2021-09-20 16:22:28 +00:00
OCA-git-bot 7e1eeafd22 report_xlsx 12.0.1.0.4 2021-09-20 16:22:23 +00:00
OCA-git-bot 3925f63f43 Merge PR #539 into 12.0
Signed-off-by pedrobaeza
2021-09-20 16:11:06 +00:00
david 9061daa173 [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-20 17:50:19 +02:00
OCA-git-bot 29d20090a3 [UPD] addons table in README.md 2021-08-14 04:31:41 +00:00
Hans Henrik Gabelgaard 152b879246 Translated using Weblate (Danish)
Currently translated at 94.7% (18 of 19 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/da/
2021-07-13 12:18:26 +00:00
Hans Henrik Gabelgaard 455cb3b49f Added translation using Weblate (Danish) 2021-07-13 12:15:03 +00:00
Hans Henrik Gabelgaard 477ddbd631 Translated using Weblate (Danish)
Currently translated at 88.8% (8 of 9 strings)

Translation: reporting-engine-12.0/reporting-engine-12.0-bi_sql_editor_aggregate
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-bi_sql_editor_aggregate/da/
2021-07-13 12:14:25 +00:00
Hans Henrik Gabelgaard ef4c14f175 Translated using Weblate (Danish)
Currently translated at 56.3% (53 of 94 strings)

Translation: reporting-engine-12.0/reporting-engine-12.0-bi_view_editor
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-bi_view_editor/da/
2021-07-13 12:14:24 +00:00
Hans Henrik Gabelgaard 5d78541dc2 Added translation using Weblate (Danish) 2021-07-13 12:12:51 +00:00
Hans Henrik Gabelgaard d691b4bef0 Translated using Weblate (Danish)
Currently translated at 45.6% (52 of 114 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/da/
2021-07-13 11:50:40 +00:00
Sylvain LE GAL ab03f0e0fb [IMP] bi_sql_editor : conserve cron settings, when setting materialized view to draft ; Set correct default values for cron and enable it 2021-06-17 10:11:31 +02:00
OCA-git-bot 16ab67039e [UPD] addons table in README.md 2021-05-15 18:33:18 +00:00
OCA-git-bot 5ef74a1759 report_qr 12.0.1.1.0 2021-05-15 18:33:12 +00:00
OCA-git-bot 4dc8a0a017 [UPD] README.rst 2021-05-15 18:33:12 +00:00
OCA-git-bot 2d231648bf Merge PR #454 into 12.0
Signed-off-by dreispt
2021-05-15 18:25:02 +00:00
OCA-git-bot e77aecac10 [UPD] addons table in README.md 2021-05-08 23:47:17 +00:00
OCA-git-bot e4ac92c8d0 bi_sql_editor 12.0.1.2.2 2021-05-08 23:47:03 +00:00
OCA-git-bot 4d0898157d Merge PR #431 into 12.0
Signed-off-by dreispt
2021-05-08 22:17:26 +00:00
Sylvain LE GAL fd5b88c8cc [REF] bi_sql_editor : move function into abstract module 2021-04-02 20:48:38 +02:00
OCA-git-bot 66a70e0493 [UPD] addons table in README.md 2021-03-29 14:47:12 +00:00
Pedro M. Baeza 51e1ae01aa [FIX] report_qweb_parameter: Don't mess with VAT
Since odoo/odoo@8c713ed270, we are
not able to use invalid VATs anymore, so we remove the usage of it
in these tests, as it doesn't change the validity of them.
2021-03-29 16:45:07 +02:00
OCA-git-bot 0418136b21 [UPD] addons table in README.md 2021-03-16 11:01:10 +00:00
OCA-git-bot 93be739939 report_py3o 12.0.2.1.0 2021-03-16 11:01:03 +00:00
OCA-git-bot 263fa3a64a Merge PR #407 into 12.0
Signed-off-by dreispt
2021-03-16 10:13:36 +00:00
Pedro Castro Silva b9e6bc0633 Translated using Weblate (Portuguese)
Currently translated at 100.0% (51 of 51 strings)

Translation: reporting-engine-12.0/reporting-engine-12.0-report_async
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-report_async/pt/
2021-03-13 20:45:54 +00:00
Pedro Castro Silva 3e981f6ec4 Added translation using Weblate (Portuguese) 2021-03-13 14:52:35 +00:00
Pedro Castro Silva e670d8beca Translated using Weblate (Portuguese)
Currently translated at 88.8% (8 of 9 strings)

Translation: reporting-engine-12.0/reporting-engine-12.0-bi_sql_editor_aggregate
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-bi_sql_editor_aggregate/pt/
2021-03-06 12:45:52 +00:00
Pedro Castro Silva d6bb04c477 Translated using Weblate (Portuguese)
Currently translated at 90.3% (103 of 114 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/pt/
2021-03-06 12:45:51 +00:00
Pedro Castro Silva cf522dbd5f Added translation using Weblate (Portuguese) 2021-03-06 10:09:27 +00:00
Pedro Castro Silva 122001d84d Added translation using Weblate (Portuguese) 2021-03-06 09:39:58 +00:00
OCA Transbot 41a2121b6d 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_py3o_fusion_server
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-report_py3o_fusion_server/
2021-03-01 13:29:46 +00:00
OCA Transbot eda295335a 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_py3o
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-report_py3o/
2021-03-01 13:29:43 +00:00
oca-travis a947427193 [UPD] Update report_py3o_fusion_server.pot 2021-03-01 13:28:52 +00:00
oca-travis cff8ec17b0 [UPD] Update report_py3o.pot 2021-03-01 13:28:48 +00:00
OCA Transbot 34adff7489 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_py3o_fusion_server
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-report_py3o_fusion_server/
2021-03-01 13:13:37 +00:00
OCA Transbot 9fca768c94 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_py3o
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-report_py3o/
2021-03-01 13:13:37 +00:00
OCA-git-bot f59f1446e9 [UPD] addons table in README.md 2021-03-01 13:13:10 +00:00
OCA-git-bot b03ab947f0 report_py3o 12.0.2.0.6 2021-03-01 13:13:00 +00:00
OCA-git-bot b21ec52b87 report_py3o_fusion_server 12.0.1.0.1 2021-03-01 13:12:58 +00:00
oca-travis a3a82009e1 [UPD] Update report_py3o_fusion_server.pot 2021-03-01 12:59:29 +00:00
oca-travis 56e99df661 [UPD] Update report_py3o.pot 2021-03-01 12:59:26 +00:00
OCA-git-bot 560fe22f5d Merge PR #487 into 12.0
Signed-off-by LoisRForgeFlow
2021-03-01 12:32:54 +00:00
Russell Briggs 2069e4d2ff Make sure value is always set for computed fields
(without these a CacheMiss error is thrown by odoo)
2021-03-01 13:31:17 +01:00
OCA-git-bot 39ed76b667 [ADD] setup.py 2021-02-09 13:54:37 +00:00
OCA-git-bot e8cd527af0 [UPD] README.rst 2021-02-09 13:54:37 +00:00
OCA-git-bot acb62fdcc4 [UPD] addons table in README.md 2021-02-09 13:54:33 +00:00
oca-travis 3581ca8b04 [UPD] Update report_qweb_encrypt.pot 2021-02-09 13:39:19 +00:00