Skip to Content
Menu
This question has been flagged
1 Reply
5081 Views

I am customizing sales module and I have to customize sale order line.  I need to add mrp before unit price in sale order line. How can i do it?

Avatar
Discard
Best Answer

Hi,

You can add a new field in sale order line like this,

<xpath expr="//field[@name='order_line']/tree//field[@name='product_uom_qty']" position="after">
<field name="new_field_name"/>
</xpath>

Thanks

Avatar
Discard
Related Posts Replies Views Activity
2
Nov 24
25065
2
May 24
5512
3
Mar 24
4961
0
Mar 24
261
3
Feb 24
11415