From 9a41d22dc7e22b01696ea9bb8822a0fc5eed02c2 Mon Sep 17 00:00:00 2001 From: RisvanaCybro Date: Sat, 15 Jun 2024 11:57:09 +0530 Subject: [PATCH] Jun 15: [FIX] Bug Fixed 'customers_dealers_quantity' --- customers_dealers_quantity/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customers_dealers_quantity/__manifest__.py b/customers_dealers_quantity/__manifest__.py index 7bf3f7a9d..248afedd2 100644 --- a/customers_dealers_quantity/__manifest__.py +++ b/customers_dealers_quantity/__manifest__.py @@ -32,7 +32,7 @@ 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', 'website': "https://www.cybrosys.com", - 'depends': ['sale_management', 'stock', 'account_accountant'], + 'depends': ['sale_management', 'stock', 'account'], 'data': [ 'views/product_product_views.xml', 'views/res_partner_views.xml',