-
-
Notifications
You must be signed in to change notification settings - Fork 795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[10.0] report_py3o_fusion_server breaks simple reports #200
Comments
we probably need another conditional to just call super when there's no server defined in https://github.com/OCA/reporting-engine/pull/180/files#diff-ae25dd9608ed1c968919639e1efd38c5R35 right? |
I'm not familiar at all with that kind of code, so I can't say about the solution. But if you think you can fix it, it would be really great, because it's a bad regression. In the meantime, I don't upgrade the code of OCA/reporting-engine for my users on v10. |
I thought you were the author of this module? That's why I was a bit confused that you'd file a bug report instead of just a PR. I didn't change so much of the code actually, just moved around and refactored. Anyways, I'm waiting for a build to finish and #201 should fix this. If you're up for a horse trade, how about OCA/edi#11 ? |
* Move to report_py3o after import from HG * Add setup * [FIX] View inheritance may not use attribute 'string' as a selector. * [IMP] New API + Short Hearder * Remove unicode string * [IMP] Add the possiblity to get the template from an absolute path on the server * [IMP] Allow user to use local fusion * Add a simple way to extend the parser context * Remove ACL on removed model * Improve filetype selection name * Fix native flag * fixed missing comma in model definition * Add simple tests and fix call to fusion server * Fix skip fusion on server when the fusion is local * Improve tests * Replace openerp element by odoo * Small usability improvements Replace README.md by README.rst (not finished) * Take into accounts most remarks of @lasley Remove <data> in views Protect import of py3o libs Remove dep on base module Other small changes * Replace plain SQL by orm * rename module ir_report to ir_actions_report_xml * Add more tests and fixes issues found by tests * [FIX] Check constrains only if report_type == 'py3o' * report_py3o: full installation procedure in README * Port report_py3o to Odoo v10 * Update version numbers Rename __openerp__.py to __manifest__.py * PEP8 fix * Update README * [IMP] Escape 'False' when rendering value * [IMP] Replace old style parser by TransientModel The goal is to improve the modularity by making the parser a true inheritable odoo model and share part of the code with the 'report' model Conflicts: report_py3o/models/ir_actions_report_xml.py report_py3o/models/py3o_report.py report_py3o/tests/test_report_py3o.py * FIX double dot in filename * Add access to report_xml object in report * FIX Adapt test suite to my recent commit to avoid double dot on filename extension * [FIX] imports * [IMP] Minimizes memory consumption Conflicts: report_py3o/models/py3o_report.py * * travis.yml * flake8 * Update and improve README instructions to setup py3o * [IMP] Allow to override/extend the way we get the fallback template * [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 * OCA Transbot updated translations from Transifex * [FIX] delete PDF invoice attachment on invoice back to draft (native feature now working with py3o) * [IMP] report_py3o: update authors and contributors * OCA Transbot updated translations from Transifex * report_py3o: bump version following last merge * [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 * 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. * Pass option for escaping False values to server Needs https://bitbucket.org/faide/py3o.fusion/pull-requests/1 * Add option py3o_multi_in_one for Py3o reports * OCA Transbot updated translations from Transifex * [FIX] report_py3o: must return the path to the report refs #119 * OCA Transbot updated translations from Transifex * [IMP] report_py3o: Allows to interpret \n and \t in texts, cleans html tags too * OCA Transbot updated translations from Transifex * [RFR] split off the fusion server to its own module use libreoffice for conversions in the base version. Fixes #179 * Improve README.rst for report_py3o* modules * [ADD] migration script to install report_py3o_fusion_server on upgrades * OCA Transbot updated translations from Transifex * [FIX] fallback to libreoffice conversion when no server is configured fixes #200 * [FIX] report_py3o: Bump version number * [IMP] check for template data, not for the id * [FIX] If this is not a py3o report, do nothing at all. In some cases the UI remains blocked otherwise * report_py3o: mention formatLang in README * [11.0][MIG] report_py3o
Since the merge of the big PR #180 by @hbrunn , there are several breakages when using report_py3o_fusion_server.
Here is one example:
The text was updated successfully, but these errors were encountered: