Hello Odoo Mates. Thank you for your tutorial. I have a question about where to use filter_domain tag. I do not understand it. Does it relate to filters?
I have inherited the search view "product.product_template_search_view" and added a field to filter the available products. The Part of the code I added is this:
This works if I type a numer in the search box, but it doesn´t when trying it with words, I want it to work when I type "available" as just as it did in version 10. Is this posible?
As this field is integer field it will show only when an integer is entered, if you need to achieve the above inside odoo core you might need to change
thank you
You're welcome
Hello Odoo Mates. Thank you for your tutorial. I have a question
about where to use filter_domain tag. I do not understand it. Does it relate to filters?
It can be used when we have search across multiple fields with single field, see this timeframe: ua-cam.com/video/zPJrnQ8YUms/v-deo.html
can you make a video tutorial to create date range in odoo 14
Hi, We have made a video in odoo13, same will work in odoo14 also, see: ua-cam.com/video/vZOLRvecws0/v-deo.html
just a note ^^ , in in the filters, in "others" filter u let the domain as "gender" "=" "others"
thanks for notifying brother
Hey can you make a video about website odoo visitors how to keep track of your custom model
Website tutorials: ua-cam.com/video/8uYxWRlxL_U/v-deo.html
I have inherited the search view "product.product_template_search_view" and added a field to filter the available products.
The Part of the code I added is this:
This works if I type a numer in the search box, but it doesn´t when trying it with words, I want it to work when I type "available" as just as it did in version 10.
Is this posible?
As this field is integer field it will show only when an integer is entered, if you need to achieve the above inside odoo core you might need to change
What is the function of ?
it is explained in this part: ua-cam.com/video/0fLrF9nkSEc/v-deo.html