hi all , iam a newbie to odoo, iam trying to avoid some products from printing in the report , can anyone help me
i tried like this
<t t-if="obj.product_id.name != 'CAR'">
code
</t>
but its didnt work , anyone please help me with this
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
hi all , iam a newbie to odoo, iam trying to avoid some products from printing in the report , can anyone help me
i tried like this
<t t-if="obj.product_id.name != 'CAR'">
code
</t>
but its didnt work , anyone please help me with this
Hi,
Use the barcode field instead of name, as it is unique it will work.
< t t-if="obj.product_id.barcode != 'barcode'">code
Regards
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up