It's possible to filter customers by "Customer Payment Term"? I was looking in "Advanced Search" but I didn´t saw the way to do this.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
i put in the view XML.
filter view.
<record id="view_specialty_tree_filter" model="ir.ui.view"> <field name="name">Filter.specialty</field> <field name="model">specialty</field> <field name="type">search</field> <field name="priority" eval="20"/> <field name="arch" type="xml"> <search string="Search Detail">
<!-- Aplica los filtros por item -->
<filter string="Habilitados" name="specialty_habilitado" domain="[('esta_specialty','=',1)]"/>
<filter string="Deshabilitados" name="specialty_deshabilitado" domain="[('esta_specialty','=',0)]"/>
<separator/>
<!-- Aplica la busqueda del campo-->
<group col="10" colspan="4">
<field name="name" string="nombre especialidad"/>
<field name="level" string="level"/>
<field name="esta_specialty" string="estado"/>
</group>
<newline />
<!-- Aplica las agrupaciones de los resultados-->
<group expand="0" string="Group By...">
<filter string="Estado" icon="terp-folder-orange" domain="[]" context="{'group_by':'esta_specialty'}" />
</group>
</search>
</field>
</record>
===== then i call in the action view
<record model="ir.actions.act_window" id="action_specialty"> <field name="name">Specialty</field> <field name="res_model">specialty</field> <field name="view_type">form</field> <field name="view_mode">tree,form</field> <field name="context">{'search_default_specialty_habilitado':1}</field> <field name="search_view_id" ref="view_specialty_tree_filter"/> </record>
thanks for your explantion! this is a lot of usseful.
No we do not have any filter to do this but we can customize it and add this filter or Group by on property_payment_term.
How to do this?
I'm looking for the way to do it, but i'm really lost. I'm trying to do it at User-defined Filters, but I have no idea how to configure the domain.
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
1
thg 7 17
|
4240 | ||
|
1
thg 3 15
|
5883 | ||
|
3
thg 9 25
|
316 | ||
|
1
thg 9 25
|
1527 | ||
|
1
thg 8 25
|
293 |