diff --git a/__manifest__.py b/__manifest__.py index 95e8bcd8ca8ef269460fc88cfafd732152feca9b..80edb21a024e3b1df52916485e8920cc23abf139 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -10,7 +10,7 @@ "installable": True, "category": 'Point of Sale', "depends": [ - "point_of_sale", "vracoop_pos_free_balance", + "point_of_sale", "vracoop_pos_free_balance_V2", ], "data": [ 'views/pos_transaction_views.xml',