From 6380ee91664a57fb76654f9381cda396dad03e0f Mon Sep 17 00:00:00 2001 From: Ajmalcybrosys Date: Fri, 5 Apr 2019 16:55:34 +0530 Subject: [PATCH] [ADD] Initial Commit --- customer_due_day/__manifest__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/customer_due_day/__manifest__.py b/customer_due_day/__manifest__.py index 1a9018095..0cba6eadd 100644 --- a/customer_due_day/__manifest__.py +++ b/customer_due_day/__manifest__.py @@ -32,7 +32,6 @@ 'security/ir.model.access.csv', 'report/due_days.xml', ], - 'qweb': [], 'images': ['static/description/banner.jpg'], 'installable': True, 'auto_install': False,