Skip to content
Snippets Groups Projects
Commit ad5382ac authored by clesgow's avatar clesgow
Browse files

[IMP] stock: Add product category groupby for inventory adjustment


Add a group by product categories in the stock.quant.

Part of task-2985735

closes odoo/odoo#106396

Signed-off-by: default avatarArnold Moyaux (arm) <arm@odoo.com>
parent 9cc535f9
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@
</group>
<group expand='0' string='Group by...'>
<filter string='Product' name="productgroup" context="{'group_by': 'product_id'}"/>
<filter string='Product Category' name="productcategorygroup" context="{'group_by': 'product_categ_id'}"/>
<filter string='Location' name="locationgroup" domain="[]" context="{'group_by': 'location_id'}"/>
<filter string='Storage Category' name="storagecategorygroup" domain="[]" context="{'group_by': 'storage_category_id'}"/>
<filter string='Owner' name="owner" context="{'group_by': 'owner_id'}" groups="stock.group_tracking_owner"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment