how to add fields in mrp.bom.line:
what will the xpath....
<xpath expr="//field[@name='product_id']" position="after">
</xpath>
is not working?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
how to add fields in mrp.bom.line:
what will the xpath....
<xpath expr="//field[@name='product_id']" position="after">
</xpath>
is not working?
Hi,
just use <xpath expr="//tree/field[@name='product_id']" position="after">
or
<xpath expr="//field[@name='bom_line_ids']/tree/field[@name='product_id']" position="after">
Hi ,
you can use chropath and xPathfinder of chrome addons for better expressions.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.