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
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
1
Odgovori
3310
Prikazi
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!
PrijaviRelated Posts | Odgovori | Prikazi | Aktivnost | |
---|---|---|---|---|
|
1
avg. 25
|
119 | ||
|
0
jul. 25
|
940 | ||
|
1
maj 25
|
1653 | ||
ADD PROPERTIES
Solved
|
|
1
maj 25
|
3079 | |
|
2
mar. 25
|
1537 |