Good day everyone,
How could be made possible to search from purchase order tree view the products by barcode?
Apologize, this forum prevents me to share images or urls to them :(
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi Avash,
if barcode is a field in purchase order_line try ,
<field name="order_line" string="Product" filter_domain="[('order_line.barcode', 'ilike', self)]"/>
Hope it Helps,
Kiran K
Hello Kiran, thanks for reply. barcode is a field in product.template or in product.product.
Then Try,
<field name="order_line" string="Barcode" filter_domain="[('order_line.product_id.barcode', 'ilike', self)]"/>
Thanks Kiran, that worked like a charm!!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
3
Dec 24
|
2367 | ||
|
1
Jul 24
|
707 | ||
|
1
Jun 24
|
776 | ||
|
2
Jun 24
|
898 | ||
|
1
Mar 24
|
539 |