Commit Graph

439 Commits (d65a7a63aa76393046afeef8189c5171dc7f5db3)

Author SHA1 Message Date
OCA-git-bot d65a7a63aa [ADD] setup.py 2020-03-28 12:48:51 +00:00
OCA-git-bot 1ec726ea4b [ADD] icon.png 2020-03-28 12:48:51 +00:00
oca-travis d9c23d7145 [UPD] Update bi_sql_editor_aggregate.pot 2020-03-28 12:41:14 +00:00
OCA-git-bot af7ffca6f0 Merge PR #352 into 12.0
Signed-off-by legalsylvain
2020-03-28 12:34:32 +00:00
OCA Transbot ea9bfd5e0f Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

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/
2020-03-28 12:31:57 +00:00
OCA-git-bot 5ed141dd96 bi_sql_editor 12.0.1.2.0 2020-03-28 12:31:29 +00:00
oca-travis 4dedfff250 [UPD] Update bi_sql_editor.pot 2020-03-28 12:26:26 +00:00
OCA-git-bot ee7f8d1302 Merge PR #377 into 12.0
Signed-off-by legalsylvain
2020-03-28 12:21:54 +00:00
Sylvain LE GAL c5f5b57cf0 [ADD] action context 2020-03-18 04:53:24 +01:00
OCA-git-bot a93663842f [ADD] setup.py 2020-02-23 18:15:56 +00:00
oca-travis 7e4dcc8047 [UPD] Update report_qweb_pdf_fixed_column.pot 2020-02-23 18:11:01 +00:00
OCA-git-bot d5e96cfc56 Merge PR #372 into 12.0
Signed-off-by pedrobaeza
2020-02-23 18:06:36 +00:00
OCA-git-bot 51ae748a9b [ADD] setup.py 2020-02-21 00:03:53 +00:00
OCA-git-bot e86d23300d [ADD] icon.png 2020-02-21 00:03:53 +00:00
OCA-git-bot 7427d1dd32 [UPD] README.rst 2020-02-21 00:03:52 +00:00
oca-travis b3893b6983 [UPD] Update report_qweb_element_page_visibility.pot 2020-02-20 23:32:54 +00:00
OCA-git-bot f429df6b1a Merge PR #289 into 12.0
Signed-off-by dreispt
2020-02-20 23:02:11 +00:00
OCA-git-bot 63d5aa289a report_xlsx_helper 12.0.1.2.0 2020-02-19 14:50:17 +00:00
OCA-git-bot 323bae143f [UPD] README.rst 2020-02-19 14:50:17 +00:00
oca-travis 6b6cd7898b [UPD] Update report_xlsx_helper.pot 2020-02-19 14:45:08 +00:00
OCA-git-bot 067f27e808 Merge PR #364 into 12.0
Signed-off-by lmignon
2020-02-19 14:39:34 +00:00
Alexandre Díaz a12e7a2c0b [ADD] report_qweb_pdf_fixed_column 2020-02-18 18:28:45 +01:00
OCA Transbot bc2c9e96bd 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/
2020-01-23 14:25:31 +00:00
OCA-git-bot dccd888bd0 report_py3o 12.0.2.0.4 2020-01-23 14:25:13 +00:00
oca-travis 1e8e757394 [UPD] Update report_py3o.pot 2020-01-23 14:17:30 +00:00
OCA-git-bot b8f91ee8fc Merge PR #365 into 12.0
Signed-off-by sbidoul
2020-01-23 14:10:49 +00:00
OCA Transbot 32a4f9024f 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_pdf_watermark
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-report_qweb_pdf_watermark/
2020-01-23 14:09:01 +00:00
OCA Transbot 7b3b0b9def 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/
2020-01-23 14:08:57 +00:00
OCA-git-bot 2549d47662 report_py3o 12.0.2.0.3 2020-01-23 14:08:33 +00:00
oca-travis 551c06173d [UPD] Update report_py3o.pot 2020-01-23 14:01:07 +00:00
sbejaoui e55f91ac5c [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 14:56:51 +01:00
OCA-git-bot 62507e6fe8 Merge PR #356 into 12.0
Signed-off-by sbidoul
2020-01-23 13:54:10 +00:00
Saran440 8d305722e1 [12.0][ENH] report_xlsx_helper : dynamic function _write_line 2020-01-22 13:05:48 +07:00
OCA Transbot bd4cad3904 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

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/
2020-01-09 08:11:23 +00:00
OCA-git-bot 61bd111549 [ADD] setup.py 2020-01-09 08:11:12 +00:00
oca-travis 9c29840697 [UPD] Update report_qweb_pdf_watermark.pot 2020-01-09 08:06:02 +00:00
OCA-git-bot b9ae2d414d Merge PR #346 into 12.0
Signed-off-by hbrunn
2020-01-09 08:01:05 +00:00
sbejaoui 33c6633e1f [FIX] - remove py3o action report 2019-12-16 11:48:40 +01:00
Ioan Galan a03195ee3f [FIX] report_qweb_element_page_visibility: Correct page visibility comparision 2019-12-03 16:36:18 +07:00
Saran L a820ed322d [12.0][MIG] report_qweb_element_page_visibility 2019-12-03 16:33:15 +07:00
OCA-git-bot 01c97ce05d [ADD] setup.py 2019-11-29 18:35:40 +00:00
OCA-git-bot 77c348a3ab [UPD] README.rst 2019-11-29 18:35:39 +00:00
oca-travis 4c5a63f750 [UPD] Update bi_view_editor.pot 2019-11-29 18:24:17 +00:00
OCA-git-bot d7da1ee9a5 Merge PR #293 into 12.0
Signed-off-by pedrobaeza
2019-11-29 18:08:48 +00:00
Richard deMeester c06c3914bf Remove unused constant 2019-11-29 09:14:56 +11:00
Richard deMeester 00d43abb9b flake8 lint 2019-11-28 17:09:40 +11:00
Richard deMeester 46279078c4 Added README 2019-11-28 12:59:27 +11:00
Richard deMeester c414ea4a87 [12.0][ENH] sql view - allow group operator
Replaces #345

Adds the possibility, for float and integer columns, to
apply a group operator (average, min, max).
2019-11-28 12:14:15 +11:00
Andrea 53f89ad6eb Add graphviz in .travis.yml 2019-11-26 13:00:22 +01:00
Andrea 11ec4eefd5 Add extra functionalities
Add LEFT JOIN capabilities

Add sums and avg capabilities for tree views

Robustness and code review

Provide ER diagram view for table relations
2019-11-26 13:00:22 +01:00