product_usability: group by detailed_type, not by type

This commit is contained in:
Alexis de Lattre
2022-12-10 16:29:44 +00:00
parent 4aaee98c43
commit a86f90b382

View File

@@ -16,6 +16,9 @@
<field name="categ_id" position="after">
<field name="seller_ids" string="Supplier" filter_domain="[('seller_ids.partner_id', 'ilike', self)]"/>
</field>
<filter name="type" position="attributes">
<attribute name="context">{'group_by': 'detailed_type'}</attribute>
</filter>
</field>
</record>