Open invoice.sxw file. you will find invoice.sxw in server/bin/addons/account/report/invoice.sxw Add what ever you want. convert it to rml using addons/base_report_designer/wizard/tiny_sxw2rml/tiny_sxw2rml.py
run this command> python tiny_sxw2rml.py path_of_your_invoice.sxw > path_for_your_new_invoice.rml here path_of_your_invoice.sxw should be server/bin/addons/account/report/invoice.sxw and path_for_your_new_invoice.rml should be server/bin/addons/account/report/invoice.rml now run the invoice report. you will get modifications. > run the command on terminal. :) ------------------------ OpenERP=Easier, Adaptable, Affordable, Modular -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=42121#42121 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
