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
- Accounting
- Inventory
- PoS
- Project management
- 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!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
Dec 23
|
458 | ||
|
1
May 22
|
2126 | ||
|
3
Jul 24
|
22486 | ||
|
0
Jan 23
|
1196 | ||
Website Search bar
Solved
|
|
2
Nov 22
|
5645 |