pos_usability: add group by on pos category on products search view

Add link to products from pos.category form view (same as on product.category form view)
This commit is contained in:
Alexis de Lattre
2017-12-07 13:50:46 +01:00
parent 26b27c398d
commit 074f4e517a
5 changed files with 93 additions and 13 deletions

View File

@@ -18,7 +18,13 @@ This module has been written by Alexis de Lattre from Akretion <alexis.delattre@
""",
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': ['point_of_sale'],
'data': ['pos_view.xml'],
'depends': [
'point_of_sale',
'product_usability', # I need it for the groupby on the search view product.product_template_search_view
],
'data': [
'pos_view.xml',
'product_view.xml',
],
'installable': True,
}