From 1c2b4ecb2ac50e7ea735119d761d4726343e3e8a Mon Sep 17 00:00:00 2001 From: Suherdy Yacob Date: Mon, 15 Jun 2026 09:41:41 +0700 Subject: [PATCH] feat: add pos_hr dependency to pos_hide_margin manifest --- __manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ],