Hello friends!!
Please, i am creating a new report to print in my OpenERP session.
What i want to realise is to create a table in front of a texte with XML.
Let say here is my code:
<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 width=689 >
<p class=MsoNormal style='margin-left:1cm;margin-top:3cm;margin-bottom:0cm;margin-bottom:0pt;text-indent:
-4.25pt;line-height:normal'><span style="float:right">TEST ME</span></p>
<tr style='height:1pt'>
<td valign=bottom style='width:4pt;margin-left:1cm;
height:12.75pt'>
</td>
<td valign=bottom style='width:4pt;
height:12.75pt'>
</td>
<td valign=bottom style='width:4pt;
height:12.75pt'>
</td>
<td valign=bottom style='width:4pt;
height:12.75pt'>
</td>
</tr>
</table>
But, it doesnt create what i want so who can help me please.
Regards.