openerp-community-reviewer team mailing list archive
-
openerp-community-reviewer team
-
Mailing list archive
-
Message #00439
[Merge] lp:~therp-nl/ocb-server/6.1_lp1188136 into lp:ocb-server/6.1
Holger Brunn (Therp) has proposed merging lp:~therp-nl/ocb-server/6.1_lp1188136 into lp:ocb-server/6.1.
Commit message:
[FIX] don't stop iterating nodes after setTag
Requested reviews:
OpenERP Community Backports Team (ocb)
Related bugs:
Bug #1188136 in OpenERP Community Backports (Server): "RML Report no more text output after use setTag"
https://bugs.launchpad.net/ocb-server/+bug/1188136
For more details, see:
https://code.launchpad.net/~therp-nl/ocb-server/6.1_lp1188136/+merge/190673
--
https://code.launchpad.net/~therp-nl/ocb-server/6.1_lp1188136/+merge/190673
Your team OpenERP Community Backports Team is requested to review the proposed merge of lp:~therp-nl/ocb-server/6.1_lp1188136 into lp:ocb-server/6.1.
=== modified file 'openerp/report/render/rml2pdf/utils.py'
--- openerp/report/render/rml2pdf/utils.py 2012-01-24 12:55:12 +0000
+++ openerp/report/render/rml2pdf/utils.py 2013-10-11 14:03:37 +0000
@@ -102,7 +102,7 @@
n2.tag = tag
n2.attrib.update(attr or {})
yield n2
- tagname = ''
+ continue
except GeneratorExit:
pass
except Exception, e:
Follow ups