How to create search panel in odoo17
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilité
- Inventaire
- PoS
- Projet
- MRP
Cette question a été signalée
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.
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire