add additional group_by in sale/partner sale/product
							parent
							
								
									cd85a5c6b0
								
							
						
					
					
						commit
						d460f18ea0
					
				|  | @ -120,7 +120,7 @@ | |||
|             </xpath> | ||||
|             <xpath expr="//filter[@name='inactive']" position="after"> | ||||
| <!--                <separator/> --> | ||||
|                 <filter string="Alle (Aktiv & Inaktiv)" name="all_products" domain="['|',('active','=',True),('active','=',False)]"/> | ||||
|                 <filter string="Alle (Aktiv & Inaktiv)" name="all_products" domain="['|',('active','=',True),('active','=',False)]" context="{'group_by':'active'}"/> | ||||
|             </xpath> | ||||
|         </field> | ||||
|     </record> | ||||
|  |  | |||
|  | @ -110,12 +110,16 @@ | |||
|         <field name="inherit_id" ref="base.view_res_partner_filter"/> | ||||
|         <field name="arch" type="xml"> | ||||
|             <field name="name" position="after"> | ||||
|                 <field name="property_product_pricelist" string="Preisliste"/> | ||||
|                 <field name="property_product_pricelist" string="Preisliste" context="{'group_by':'property_product_pricelist'}"/> | ||||
|                 <field name="portal_id"/> | ||||
|                 <field name="ref"/> | ||||
|                 <field name="street"/> | ||||
|                 <field name="zip"/> | ||||
|             </field> | ||||
|             <xpath expr="//filter[@name='salesperson']" position="after"> | ||||
| <!--                <separator/> --> | ||||
|                 <filter string="Preisliste" context="{'group_by':'property_product_pricelist'}"/> | ||||
|             </xpath> | ||||
|         </field> | ||||
|     </record> | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue