diff --git a/pos_checklist/__manifest__.py b/pos_checklist/__manifest__.py index 7ea592989..c14d3820a 100644 --- a/pos_checklist/__manifest__.py +++ b/pos_checklist/__manifest__.py @@ -9,7 +9,7 @@ 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', 'website': "", - 'depends': ['base', 'point_of_sale', 'oh_employee_creation_from_user', 'document', 'hr'], + 'depends': ['base', 'point_of_sale', 'document', 'hr'], 'data': [ 'views/admin_view.xml', 'security/ir.model.access.csv',