please, how to implement a group by functionality in the tree view of stock moves ?
any help please
thank you
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
please, how to implement a group by functionality in the tree view of stock moves ?
any help please
thank you
No, not in the search view of stock moves. actually it is in the tree view representing the one2many field calle "move_lines" in class stock_picking.
I want to group lines with the same product template.
It's not possible using the default odoo instalation. It needs some customization of odoo widgets
Hi Alex, what kind of customization exactly ? can you be more specific please !
I done this before for OpenERP 7 and Odoo widgets doesn't communicate correctly the values, context and others things needed to do that grouping by the tree view of the one2many, also in my version in OpenERP 7 a simple domain was needed in order to filter the results to only display the values of the one2many
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
Do you want to implement group by in search view of Stock Moves ?