From 554e238f68c6822e56b36d855ed25a30c78639d8 Mon Sep 17 00:00:00 2001 From: Pawan Kumar Date: Wed, 3 Feb 2021 16:19:48 +0530 Subject: [PATCH] add web in depends --- cor_custom/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cor_custom/__manifest__.py b/cor_custom/__manifest__.py index 6d33798..07c5160 100755 --- a/cor_custom/__manifest__.py +++ b/cor_custom/__manifest__.py @@ -20,7 +20,7 @@ 'version': '0.1', # any module necessary for this one to work correctly - 'depends': ['base', 'crm', 'sale_timesheet', 'analytic', 'hr', 'hr_timesheet'], + 'depends': ['base', 'crm', 'sale_timesheet', 'analytic', 'hr', 'hr_timesheet', 'web'], # always loaded 'data': [ @@ -37,7 +37,7 @@ 'report/project_profitability_report_analysis_views.xml', 'views/views.xml', 'views/templates.xml', - #'views/assets.xml', + 'views/assets.xml', #'views/menu_show_view.xml', 'wizard/project_create_sale_order_views.xml', 'wizard/project_multi_budget_assign_view.xml',