Commit Graph

366 Commits (24b5801ab6ad5c2044f79fb0ac405be6f9cb3af7)

Author SHA1 Message Date
OCA-git-bot 383eda28c0 Merge PR #361 into 13.0
Signed-off-by lmignon
2020-02-19 14:48:23 +00:00
OCA Transbot 74af237e50 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/
2020-01-31 17:51:41 +00:00
OCA Bot 686a5a3a8c [UPD] .travis.yml: Use verbose colored pre-commit [skip ci] 2020-01-31 18:51:34 +01:00
sbejaoui 28856886a2 [12.0][FIX] - report_py3o: run libreoffice in an isolated user installation
Bug when more than one conversion print is launched within the same libreoffice instance.

The standard behavior of libreoffice when a user open it while another instance is
running is to show a new window and throw an error if a new instance is forced within
the same user installation [see](https://bugs.documentfoundation.org/show_bug.cgi?id=37531).

This implies a bug in report_py3o module when we call libreoffice at the same time for
different documents.

To reproduce this bug:

**Case 1:**
1.  Simultaneously print two documents.

**Case 2:**
1.  Run print jobs using job_queue module
2.  Manually print another document

**Case 3:**
2.  Open libreoffice
3.  Print a py3o report

This PR creates a temporary user installation for each libreoffice conversion to bypass this limitation.
2020-01-23 15:41:07 +01:00
kongrattapong 3e6f349ff2 [MIG] report_xlsx_helper: Migration to 13.0 2020-01-20 11:49:57 +07:00
kongrattapong 327bb3cb32 [IMP] report_xlsx_helper: black, isort 2020-01-09 11:26:17 +07:00
OCA-git-bot c94c36b6e4 report_xlsx_helper 12.0.1.1.1 2020-01-09 11:23:56 +07:00
Iván Todorovich 5cdef5c71f FIX error message when cellvalue's type is not recognized 2020-01-09 11:23:56 +07:00
OCA-git-bot dff89ba27d report_xlsx_helper 12.0.1.1.0 2020-01-09 11:23:56 +07:00
oca-travis e0e6ddf2e4 [UPD] Update report_xlsx_helper.pot 2020-01-09 11:23:56 +07:00
Luc De Meyer 662989adf0 increase test coverage 2020-01-09 11:23:56 +07:00
Luc De Meyer 5bf77b600f greenify 2020-01-09 11:23:56 +07:00
Luc De Meyer d0316af28e date to datetime conversion when autotyping 2020-01-09 11:23:56 +07:00
OCA-git-bot ef1e459543 [UPD] README.rst 2020-01-09 11:23:56 +07:00
oca-travis ba21c9f6a9 [UPD] Update report_xlsx_helper.pot 2020-01-09 11:23:56 +07:00
OCA-git-bot 549bfd79cf [UPD] README.rst 2020-01-09 11:23:56 +07:00
Luc De Meyer 44c07b1539 [MIG] : Migration to 12.0 2020-01-09 11:23:56 +07:00
luc.demeyer@noviat.com 807c018e31 [10.0][FIX]fix _render for cell formats 2020-01-09 11:23:56 +07:00
OCA Git Bot 08aee1f145 [UPD] README.rst 2020-01-09 11:23:56 +07:00
oca-travis 69c30ef7c9 [UPD] Update report_xlsx_helper.pot 2020-01-09 11:23:56 +07:00
Luc De Meyer 68e39800b8 add todo 2020-01-09 11:23:56 +07:00
Luc De Meyer c61600b2da [11.0][MIG] report_xlsx_helper: Migration to 11.0 2020-01-09 11:23:56 +07:00
oca-travis 2893c69503 [UPD] Update report_xlsx_helper.pot 2020-01-09 11:23:56 +07:00
Luc De Meyer 03063f4611 add unit test 2020-01-09 11:23:56 +07:00
Luc De Meyer f88f69c369 pylint eval-used 2020-01-09 11:23:56 +07:00
Luc De Meyer 41648f9923 pylint W8112(eval-referenced) 2020-01-09 11:23:56 +07:00
Luc De Meyer a4af4b0e10 pylint: disable=old-api7-method-defined 2020-01-09 11:23:56 +07:00
Luc De Meyer ea13f1bb35 pylint: disable=old-api7-method-defined 2020-01-09 11:23:56 +07:00
Luc De Meyer 41de759332 autodetect boolean type 2020-01-09 11:23:56 +07:00
Luc De Meyer e01eff0d39 improved error handling 2020-01-09 11:23:56 +07:00
Luc De Meyer 1d218d06e1 xlsx formats 2020-01-09 11:23:56 +07:00
Luc De Meyer 1ecfd41d1f rename module 2020-01-09 11:23:56 +07:00
OCA-git-bot ce859646d4 [ADD] setup.py 2020-01-08 10:01:17 +00:00
OCA-git-bot 0a4cf1310f [UPD] README.rst 2020-01-08 10:01:17 +00:00
oca-travis 350233853a [UPD] Update report_xlsx.pot 2020-01-08 09:27:43 +00:00
OCA-git-bot 1973af6e2d Merge PR #331 into 13.0
Signed-off-by pedrobaeza
2020-01-08 08:58:37 +00:00
Rod Schouteden d04536ec82
Merge pull request #1 from ForgeFlow/13.0-mig-report_xlsx
[FIX] report_xlsx: js
2019-12-24 13:46:40 +01:00
Joan Sisquella c93c522435 [FIX] report_xlsx: js 2019-12-24 12:50:09 +01:00
OCA-git-bot 05f5fe2ea8
[ADD] .editorconfig [ci skip] 2019-11-19 21:12:35 +01:00
Russell Briggs c087613b92 Make sure value is always set for computed fields
(without these a CacheMiss error is thrown by odoo)
2019-11-19 15:54:14 +01:00
Laurent Mignon (ACSONE) 317b4c40bc [ADD] setup.py 2019-11-19 15:54:14 +01:00
Laurent Mignon (ACSONE) f584d505a0 [MIG] report_py3o, report_py3o_fusion_server: Migration to 13.0 2019-11-19 15:54:14 +01:00
Laurent Mignon (ACSONE) e644a32572 [IMP] report_py3o, report_py3o_fusion_server: black, isort 2019-11-19 14:36:37 +01:00
OCA-git-bot 8e41fe8a9a [UPD] README.rst 2019-11-19 14:23:48 +01:00
Stéphane Bidoul (ACSONE) c9ecc66438 [FIX] report_py3o readme structure 2019-11-19 14:23:48 +01:00
Alexis de Lattre 809eb3019e Update README for report_py3o and report_py3o_fusion_server (#306)
* Update README for report_py3o and report_py3o_fusion_server

Convert README to the new readme subdirectory
2019-11-19 14:23:48 +01:00
OCA Transbot 1c0f0efbb2 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/
2019-11-19 14:23:48 +01:00
oca-travis b9af94424c [UPD] Update report_py3o.pot 2019-11-19 14:23:48 +01:00
OCA Transbot 2268534024 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/
2019-11-19 14:23:48 +01:00
OCA Transbot 5781ee1ec6 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/
2019-11-19 14:23:48 +01:00