i want to filter by picking state but when i use this filter it does nothing. any suggestions?
<record id="view_sale_order_search_picking_state" model="ir.ui.view">
<field name="name">picking state</field>
<field name="model">sale.order</field>
<field name="inherit_id" ref="sale.view_sales_order_filter" />
<field name="arch" type="xml">
<field name="user_id" position="after">
<field name="picking_state"/>
</field>
<filter name="sales" position="after">
<filter string="Picking state" domain="[('picking_state', '=', 'confirmed')]" />
</filter>
</field>
</record>
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilitat
- Inventari
- PoS
- Project
- MRP
This question has been flagged
1
Respondre
3247
Vistes
Field picking_state not exists in model sale.order !?
Your Odoo version? Installed addons?
Yeh, i found out its field from a custom module so maybe that's why it's not working. But any tips how can I filter sale order by picking state?
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
|
0
de jul. 25
|
821 | ||
|
1
de maig 25
|
1552 | ||
ADD PROPERTIES
Solved
|
|
1
de maig 25
|
1856 | |
|
2
de març 25
|
1461 | ||
|
1
de març 25
|
1836 |