From a9bc0d947b2dc28fb9931b773eeccf528c180dc6 Mon Sep 17 00:00:00 2001 From: Hari Date: Fri, 29 Dec 2023 16:00:54 +0530 Subject: [PATCH 1/2] [Hari] | BAH-3444 | Fix. AttributeError was fixed --- bahmni_account/__manifest__.py | 2 +- bahmni_sale/__manifest__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bahmni_account/__manifest__.py b/bahmni_account/__manifest__.py index 7450838..684f032 100644 --- a/bahmni_account/__manifest__.py +++ b/bahmni_account/__manifest__.py @@ -10,7 +10,7 @@ 'category': 'Account', 'website': '', 'images': [], - 'depends': ['account'], + 'depends': ['account','account_payment','sale'], 'data': [ 'views/account_invoice_view.xml', 'views/company_view.xml', diff --git a/bahmni_sale/__manifest__.py b/bahmni_sale/__manifest__.py index 932c2ed..82723cd 100644 --- a/bahmni_sale/__manifest__.py +++ b/bahmni_sale/__manifest__.py @@ -10,7 +10,7 @@ 'category': 'Sales', 'website': '', 'images': [], - 'depends': ['sale', 'sale_stock','sales_team', 'bahmni_account','point_of_sale','account'], + 'depends': ['sale', 'sale_stock','sales_team', 'bahmni_account','point_of_sale','account', 'bahmni_api_feed'], 'data': ['security/ir.model.access.csv', 'security/security_groups.xml', 'data/data.xml', From 319730adf3a7e7710ea418ecd1ffe0ab20648540 Mon Sep 17 00:00:00 2001 From: Hari Prasath A Date: Mon, 8 Jan 2024 17:06:39 +0530 Subject: [PATCH 2/2] [Hari] | BAH-3444 | Fixed. bahmni_api_feed module removed in the depends. --- bahmni_sale/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bahmni_sale/__manifest__.py b/bahmni_sale/__manifest__.py index 82723cd..932c2ed 100644 --- a/bahmni_sale/__manifest__.py +++ b/bahmni_sale/__manifest__.py @@ -10,7 +10,7 @@ 'category': 'Sales', 'website': '', 'images': [], - 'depends': ['sale', 'sale_stock','sales_team', 'bahmni_account','point_of_sale','account', 'bahmni_api_feed'], + 'depends': ['sale', 'sale_stock','sales_team', 'bahmni_account','point_of_sale','account'], 'data': ['security/ir.model.access.csv', 'security/security_groups.xml', 'data/data.xml',