Skip to Content
Menu
This question has been flagged
1 Reply
344 Views


Hello I Add New Feild in Manufacturing Order Called "Product Category" ==> and I Need To Make Group by [ Product Category ]  ON  Manufacturing Order ==> 


When Try to Make Group By ==> Shown this Message .. I Need Help PLS






Avatar
Discard
Best Answer

Hi,

This Errors show only group by those field store=True in your field by default Odoo field store=False.

Stored Fields: Fields with store=True are stored in the database. These fields can be indexed and used for grouping.

so your category field you  i think add using studio so field must me store=True.

Thanks

Avatar
Discard