This question has been flagged
1 Reply
2364 Views

Hello guys!!!!

I am working with rml to prepare a new report in ODOO9.

So that, i want to make the lines of my table without color (white color).

Thanks a lot in advance.

Best Regards.

Avatar
Discard
Best Answer

Dear Drees,

Either you can remove lineStype tag from blocktable, or assign color code "#FFFFFF"  in line style like below:

<lineStyle kind="LINEBEFORE" colorName="#FFFFFF" start="0,0" stop="0,-1"/>

<lineStyle kind="LINEABOVE" colorName="#FFFFFF" start="0,0" stop="0,-1"/>

<lineStyle kind="LINEAFTER" colorName="#FFFFFF" start="0,0" stop="0,-1"/>

<lineStyle kind="LINEBELOW" colorName="#FFFFFF" start="0,-1" stop="0,-1"/>


Best Regards,

Kalpana Hemnani

Avatar
Discard