report webkit V6 last glitches
Bug #670312 reported by
Nicolas Bessi - Camptocamp
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
Hello,
By developing a complex webkit report for swiss localization I have detect the following small bugs in report_webkit in V6 addons
Image embedding doe not work under certain os
possibility to have tmp file name in same millisecond
Translations does not return a string if no translation define in ir.translation.
Multi headers support fixed in custom reports
I know the bugs should be splited in many tickets but I have provided a branch that fixe the related bugs as there touch the same code portion.
https:/
Fixes are already back ported in V5
Regards
Nicolas
Related branches
lp://staging/~camptocamp/openobject-addons/trunk_webkit_improvment_rc
- Olivier Dony (Odoo): Pending requested
-
Diff: 181 lines (+75/-50)2 files modifiedreport_webkit/report_helper.py (+1/-1)
report_webkit/webkit_report.py (+74/-49)
Changed in openobject-addons: | |
status: | New → Confirmed |
Changed in openobject-addons: | |
status: | Confirmed → Triaged |
Changed in openobject-addons: | |
assignee: | nobody → Nicolas Bessi - Camptocamp (nbessi-c2c) |
status: | Confirmed → In Progress |
Changed in openobject-addons: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
Merge proposal was reviewed and concept accepted by Olivier but it need some fixes.
Will do it this week.
Nicolas