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:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
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
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
2
12月 23
|
1452 | ||
|
1
5月 22
|
3189 | ||
|
3
4月 25
|
7849 | ||
|
3
7月 24
|
24483 | ||
|
0
1月 23
|
2031 |