How to create search panel in odoo17
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- सीआरएम
- e-Commerce
- लेखांकन
- इन्वेंटरी
- PoS
- प्रोजेक्ट
- MRP
This question has been flagged
Hi,
We can create a search panel for the product model.
This is the XML code for the search panel:
<record id="product_template_search_
<field name="name">product.template.
<field name="model">product.template<
<field name="inherit_id" ref="product.product_template_
<field name="arch" type="xml">
<search position="inside">
<searchpanel>
<field name="categ_id" enable_counters="1" icon="fa fa-filter"/>
<field name="detailed_type" icon="fa-files-o"/>
</searchpanel>
</search>
</field>
</record>
For more details, refer to the blog:
https://www.cybrosys.com/blog/how-to-create-a-search-panel-in-odoo-17
Hope it helps
Hi Alex:
The following section in the Odoo tutorial explains it well.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up