0
votes

I'm not selling product but services and I would like to know if it's possible to hide the unit price and the quantity when I send/print a quotation or an invoice to a customer with OpenERP (v 7.0).

I just want the final customer to know the price and not all the details.

Do you have any idea how I could do that ?

Thanks

1

1 Answers

0
votes

It will hide the unit price of product if product type is service other type will be print in report.

try this code,

<para style="terp_default_Right_9">[[ line.product_id.type=="service" and removeParentNode('para') ]] [[ formatLang(line.price_unit , digits=get_digits(dp='Product Price'))]]</para>

Hope this will help you.