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
- 会計
- 在庫
- 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
|
1445 | ||
|
1
5月 22
|
3180 | ||
|
3
4月 25
|
7844 | ||
|
3
7月 24
|
24476 | ||
|
0
1月 23
|
2025 |