oca-travis
933f3477c7
[UPD] Update report_py3o.pot
2018-06-23 20:06:10 +00:00
Alexis de Lattre
67312f99f3
Merge pull request #181 from Comunitea/10.0-report_py3o_imporve_escape_html
...
[10.0][FIX]report_py3o: Escape correctly html characters.
2018-06-13 18:14:08 +02:00
Laurent Mignon (ACSONE)
3e9ad03dcc
Merge pull request #208 from hbrunn/10.0-report_py3o-template_data
...
[IMP] check for template data, not for the id
2018-05-17 16:16:10 +02:00
Stéphane Bidoul (ACSONE)
f591fbd45b
report_py3o: mention formatLang in README
2018-05-17 08:03:56 +02:00
Simone Rubino
12df241dca
[FIX] If this is not a py3o report, do nothing at all. In some cases the UI remains blocked otherwise
2018-05-02 15:14:19 +02:00
Holger Brunn
fefaf1aaa1
[IMP] check for template data, not for the id
2018-04-16 16:59:47 +02:00
jesusVMayor
9d39dbbd5e
[FIX]report_py3o: Escape correctly html characters.
2018-04-10 17:08:59 +02:00
Pedro M. Baeza
9c37763536
[FIX] report_py3o: Bump version number
2018-03-26 12:28:37 +02:00
Holger Brunn
45b8d8cfc9
[FIX] fallback to libreoffice conversion when no server is configured
...
fixes #200
2018-03-22 00:29:59 +01:00
OCA Transbot
e3e7f7c7b7
OCA Transbot updated translations from Transifex
2018-03-03 11:38:00 +01:00
OCA Transbot
ec8c8960c0
OCA Transbot updated translations from Transifex
2018-01-27 11:29:41 +01:00
OCA Transbot
8c3be7580b
OCA Transbot updated translations from Transifex
2018-01-16 12:03:40 +01:00
Holger Brunn
da4ff7bd74
[ADD] migration script to install report_py3o_fusion_server on upgrades
2018-01-11 12:38:06 +01:00
Alexis de Lattre
ec6c15905a
Improve README.rst for report_py3o* modules
2018-01-10 21:11:10 +01:00
Holger Brunn
f007ebdb1d
[RFR] split off the fusion server to its own module
...
use libreoffice for conversions in the base version. Fixes #179
2018-01-10 15:10:47 +01:00
OCA Transbot
a65087455a
OCA Transbot updated translations from Transifex
2017-11-25 09:34:20 +01:00
Omar
36fb229ed5
[UPD] report_py3o: Bump version
2017-11-10 11:45:01 +01:00
Omar
ae71d876a3
[FIX] report_py3o: Import new dependencies in try...except
2017-11-09 11:28:11 +01:00
Omar
be3bd5bf6e
[FIX] report_py3o: Removes api.one
2017-11-09 11:05:01 +01:00
omar7r
318d8ff4aa
[FIX] Deletes an unnecessary function call
2017-11-07 20:16:05 +01:00
Omar
e793d39969
[IMP] report_py3o: Allows to interpret \n and \t in texts, cleans html tags too
2017-10-31 11:17:17 +01:00
OCA Transbot
2fa5f70f2c
OCA Transbot updated translations from Transifex
2017-08-19 09:39:28 +02:00
OCA Transbot
51a662afd3
OCA Transbot updated translations from Transifex
2017-07-15 08:44:35 +02:00
OCA Transbot
a22001fad4
OCA Transbot updated translations from Transifex
2017-07-01 09:19:08 +02:00
OCA Transbot
5df8064fc0
OCA Transbot updated translations from Transifex
2017-06-03 08:34:25 +02:00
Alexis de Lattre
a5f09cc0bf
Merge pull request #140 from acsone/10.0-report_py3o_print_report_name-lmi
...
[IMP] report_py3o: Take into account print_report_name
2017-05-30 18:48:00 +02:00
Laurent Mignon
f3027506df
[IMP] report_py3o: Take into account print_report_name
...
If a Printed Report Name is set on the action report, use it as
downloaded filename
refs #133
2017-05-30 13:08:03 +02:00
Laurent Mignon (ACSONE)
c6ad1f3a8a
[FIX] report_py3o: must return the path to the report
...
refs #119
2017-05-30 10:51:18 +02:00
OCA Transbot
8ea7a9f978
OCA Transbot updated translations from Transifex
2017-05-20 08:22:39 +02:00
Alexis de Lattre
cf91f8e0f9
Merge pull request #125 from akretion/10-py3o-multi-in-one
...
[10.0] report_py3o: add option py3o_multi_in_one
2017-05-19 12:13:38 +02:00
OCA Transbot
f6492846c5
OCA Transbot updated translations from Transifex
2017-05-01 23:12:47 +02:00
Alexis de Lattre
8c1e1b5ac4
Add option py3o_multi_in_one for Py3o reports
2017-04-12 14:22:04 +02:00
Alexis de Lattre
6e60904993
Merge pull request #120 from guewen/fix-py3o-hangs
...
Fix py3o freeze when using server fusion
2017-04-07 14:06:35 +02:00
Guewen Baconnier
67bcc64293
Pass option for escaping False values to server
...
Needs https://bitbucket.org/faide/py3o.fusion/pull-requests/1
2017-04-06 07:47:55 +02:00
Guewen Baconnier
404e01f0d9
Fix py3o freeze when using server fusion
...
The template file has been partially read for the parsing of the
expressions, so use the original template data instead. When the fusion
server receives an incomplete template, we don't receive any answer
back.
2017-04-03 13:29:10 +02:00
Stéphane Bidoul (ACSONE)
890cf35c37
report_py3o: bump version following last merge
2017-03-22 10:18:29 +01:00
Alexis de Lattre
22d177f1f5
Merge pull request #109 from acsone/10.0-avoid_injections_report_py3o-lmi
...
[10.0] [IMP] report_py3o: prevent injections when retrieving the template fr…
2017-03-21 10:58:04 +01:00
OCA Transbot
43021ae6ab
OCA Transbot updated translations from Transifex
2017-03-18 01:30:42 -04:00
Laurent Mignon (ACSONE)
f0d86e1dd0
[IMP] report_py3o: prevent injections when retrieving the template from path
2017-03-16 15:19:00 +01:00
Eric @ Elico Corp
edd5b04ee0
Merge pull request #100 from acsone/10.0-fix_report_py3o_save_attachment-lmi
...
[FIX] report_py3o: fix exception when report must be saved as attache…
2017-03-16 21:45:36 +08:00
OCA Transbot
63c53b4e02
OCA Transbot updated translations from Transifex
2017-03-11 00:36:03 -05:00
Laurent Mignon (ACSONE)
8b1954e265
[IMP] report_py3o: update authors and contributors
2017-03-06 10:30:50 +01:00
Alexis de Lattre
f39826550a
[FIX] delete PDF invoice attachment on invoice back to draft (native feature now working with py3o)
2017-03-06 10:30:50 +01:00
OCA Transbot
967f2208d6
OCA Transbot updated translations from Transifex
2017-02-25 00:31:41 -05:00
Laurent Mignon (ACSONE)
32a79ae71f
[FIX] report_py3o: fix exception when report must be saved as attachement
...
The mehtod must be called with a list of ids not with a list of browse records
2017-02-23 10:09:38 +01:00
Alexis de Lattre
4aab7f98e3
Merge pull request #2 from acsone/10.0-refactor_py3o-jne
...
10.0 refactor py3o jne
2017-02-14 15:27:22 +01:00
Laurent Mignon (ACSONE)
4048c0b8c1
[IMP] Allow to override/extend the way we get the fallback template
2017-01-25 13:50:39 +01:00
Alexis de Lattre
d968ecbb43
Update and improve README instructions to setup py3o
2017-01-25 11:14:33 +01:00
Jonathan Nemry (ACSONE)
7bda0cb92a
* travis.yml
...
* flake8
2017-01-09 15:28:22 +01:00
Laurent Mignon
f592b753ec
[IMP] Minimizes memory consumption
...
Conflicts:
report_py3o/models/py3o_report.py
2017-01-09 15:22:02 +01:00