diff --git a/__manifest__.py b/__manifest__.py index b7ae00a..116e2c5 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -15,7 +15,7 @@ and todo status of previously processed prep order lines. 'website': '', 'category': 'Sales/Point of Sale', 'version': '19.0.1.0.0', - 'depends': ['pos_enterprise', 'custom_preparation_display'], + 'depends': ['pos_enterprise'], 'data': [], 'assets': {}, 'installable': True,