Hello,
i am working on sale order. i just repace the page of
report_saleorder_document . and i added my customized page. when i tried to get install that module there are some xpath problems. I trying to digging to find out what was the real problem.at last i find out there are some modules related to sale order report.
1:- module: website_quote using xpath of sale order report -
a)<xpath expr="//div[@class='page']/div[@id='informations']"
b)<xpath expr="//div[@class='page']/p[@id='fiscal_position_remark']"
2:- sale_stock is using
<xpath expr="//div[@name='payment_term']" position="after">
3:- website_sale is using
<xpath expr="//div[@name='total']" position="after">
these are inherit that template ,and using the xpath to adding some extra values. Is there is any way to print my own custom sales order?
thanking you,
Logicious