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
- Účtovníctvo
- Sklady
- PoS
- Project
- MRP
This question has been flagged
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
RegistráciaRelated Posts | Replies | Zobrazenia | Aktivita | |
---|---|---|---|---|
|
2
dec 23
|
1448 | ||
|
1
máj 22
|
3184 | ||
Website Search bar
Solved
|
|
3
apr 25
|
7844 | |
|
3
júl 24
|
24480 | ||
|
0
jan 23
|
2030 |