RML Report no more text output after use setTag
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Odoo Server (MOVED TO GITHUB) |
New
|
Undecided
|
Unassigned | |||
OpenERP Community Backports (Server) | Status tracked in 7.0 | |||||
6.1 |
Fix Committed
|
Medium
|
Holger Brunn (Therp) | |||
7.0 |
Fix Committed
|
Medium
|
Holger Brunn (Therp) |
Bug Description
System: OpenERP Version 7.0 on Ubunthu 12.04
If i use setTag in a rml report the text in para tags after setTag will not be shown up in the pdf file.
The only Solution is to use setTag in every following para tag again.
my rml code:
<barCode>
[[ picking.name and setTag(
</barCode>
<para>
only para before orgin [[picking.origin]] name [[picking.name]]
</para>
<para>
settag para [[picking.name and setTag(
</para>
<para>
only para after orgin [[picking.origin]] name [[picking.name]]
</para>
output:
barcode
settag para 123456
expected output:
barcode
only para before ...
settag para 123456
only para after ....
Related branches
- Pedro Manuel Baeza: Approve (code review)
- Christophe CHAUVET: Approve (code review, no test)
-
Diff: 12 lines (+1/-1)1 file modifiedopenerp/report/render/rml2pdf/utils.py (+1/-1)
- Pedro Manuel Baeza: Approve (code review)
- Christophe CHAUVET: Approve (code review, no test)
-
Diff: 12 lines (+1/-1)1 file modifiedopenerp/report/render/rml2pdf/utils.py (+1/-1)
- OpenERP Core Team: Pending requested
-
Diff: 12 lines (+1/-1)1 file modifiedopenerp/report/render/rml2pdf/utils.py (+1/-1)
I have the same problem with OpenERP Version 6.1.1
Ubuntu 10.04.