diff --git a/__manifest__.py b/__manifest__.py index ffecb33..9799d5f 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -10,7 +10,7 @@ - POS frontend popup hides cost and margin details. """, 'author': 'Suherdy Yacob', - 'depends': ['point_of_sale'], + 'depends': ['point_of_sale', 'pos_hr'], 'data': [ 'views/res_users_views.xml', ],