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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
1
Reply
5081
Views
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
How to ORDER BY? [Odoo 10]
Solved
|
|
2
Nov 24
|
25065 | |
|
2
May 24
|
5512 | ||
|
3
Mar 24
|
4961 | ||
|
0
Mar 24
|
261 | ||
|
3
Feb 24
|
11415 |