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
- Бухгалтерия
- Склад
- PoS
- Project
- MRP
Этот вопрос был отмечен
1
Ответить
3314
Представления
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!
РегистрацияRelated Posts | Ответы | Просмотры | Активность | |
---|---|---|---|---|
|
1
авг. 25
|
127 | ||
|
0
июл. 25
|
942 | ||
|
1
мая 25
|
1657 | ||
ADD PROPERTIES
Решено
|
|
1
мая 25
|
3221 | |
|
2
мар. 25
|
1539 |