This question has been flagged
2 Replies
3320 Views

I have a sxw template. i convert it to rml and generate pdf . the pdf file that is generated have diffrent allignments as i take in sxw file. i used tables to show template in a proper alignment bt it doesnt work.. sxw file look and pdf look is totally diffrent . so what i have to do so that i can create that proper pdf.

Avatar
Discard
Best Answer

Go to terminal

open addons folder and then open base_report_designer module

in that module go to openerpsxw2rml folder

now use python file to convert sxw to rml

python openerpsxw_2rml.py path/ursxw.sxw > path/urrml.rml

it will convert sxw to rml

now check ur rml

Avatar
Discard

Thanks for the info, but can you tell me please how can I do this on the online version of Open ERP ?

Best Answer

Same problem.

Avatar
Discard