From 7992eb4c472a2d65e605aa264e1775113e557b1a Mon Sep 17 00:00:00 2001 From: RisvanaCybro Date: Thu, 19 Oct 2023 11:05:04 +0530 Subject: [PATCH] Oct 19 : [FIX] Bug Fixed : Updated the Module depends 'backend_theme_infinito' --- backend_theme_infinito/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend_theme_infinito/__manifest__.py b/backend_theme_infinito/__manifest__.py index 3be20d501..5fe4c1574 100644 --- a/backend_theme_infinito/__manifest__.py +++ b/backend_theme_infinito/__manifest__.py @@ -32,7 +32,7 @@ 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', 'website': "https://www.cybrosys.com", - "depends": ['web'], + "depends": ['web', 'mail'], "data": [ 'views/assets.xml', 'views/layout.xml',