Commit Graph

694 Commits (4d286371b76a648f91c11040d91ee02aeaf154db)

Author SHA1 Message Date
OCA-git-bot 58e2a80a54 [UPD] README.rst 2021-12-14 12:33:17 +00:00
OCA-git-bot 025fab445a [UPD] addons table in README.md 2021-12-14 12:33:14 +00:00
OCA-git-bot 82bfaa5da9 Merge PR #558 into 12.0
Signed-off-by pedrobaeza
2021-12-14 11:59:05 +00:00
Sylvain LE GAL 25bedbf7fc [REF] bi_sql_editor : add maintainers 2021-12-13 16:41:49 +01:00
OCA Transbot 7770c5bdcd 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-12-02 15:19:14 +00:00
oca-travis be4a900c7d [UPD] Update report_py3o.pot 2021-12-02 15:18:07 +00:00
OCA Transbot d6eb2073f8 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-12-02 14:42:00 +00:00
OCA-git-bot d2544b9304 [UPD] addons table in README.md 2021-12-02 14:41:32 +00:00
OCA-git-bot 3bf4ecaa8e report_py3o 12.0.2.1.1 2021-12-02 14:41:26 +00:00
oca-travis 461fe42ac6 [UPD] Update report_py3o.pot 2021-12-02 13:44:06 +00:00
OCA-git-bot aeb904b31f Merge PR #303 into 12.0
Signed-off-by dreispt
2021-12-02 13:03:18 +00:00
OCA-git-bot b87163d072 [UPD] addons table in README.md 2021-11-26 12:45:33 +00:00
OCA-git-bot 637d84ec6a bi_sql_editor 12.0.1.2.3 2021-11-26 12:45:27 +00:00
OCA-git-bot 013bf73403 Merge PR #455 into 12.0
Signed-off-by dreispt
2021-11-26 10:29:17 +00:00
OCA-git-bot b8bc33afd3 [ADD] setup.py 2021-10-16 06:12:45 +00:00
OCA-git-bot cde32697bb [UPD] addons table in README.md 2021-10-01 12:13:33 +00:00
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