I referred Odoov10 program and now my program is upgrading without any error, but still the functionality is not showing
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
Hi,
This is an example for adding a search panel to the sale module tree view in Odoo15.
<odoo>
<record id="sale_order_search_panel_sale_order_search" model="ir.ui.view">
<field name="name">sale.order.search (module_name)</field>
<field name="model">sale.order</field>
<field name="inherit_id" ref="sale.view_sales_order_filter"/>
<field name="arch" type="xml">
<search position="inside">
<searchpanel>
<field name="invoice_status" enable_counters="1"/>
<field name="state" enable_counters="1"/>
<field name="partner_id" enable_counters="1"/>
</searchpanel>
</search>
</field>
</record>
</odoo>
Hope it helps
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
2
dic 23
|
1437 | ||
|
1
may 22
|
3160 | ||
Website Search bar
Resuelto
|
|
3
abr 25
|
7832 | |
|
3
jul 24
|
24468 | ||
|
0
ene 23
|
2020 |