From 8cd35616b95c897f1494b0b4f851425b951a009c Mon Sep 17 00:00:00 2001 From: projectsodoo Date: Fri, 25 Dec 2020 18:33:31 +0530 Subject: [PATCH] Removed print stat --- cor_custom/models/crm_lead.py | 2 +- odoo-debranding/__init__.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 odoo-debranding/__init__.py diff --git a/cor_custom/models/crm_lead.py b/cor_custom/models/crm_lead.py index 289cb09..8a6ed2d 100755 --- a/cor_custom/models/crm_lead.py +++ b/cor_custom/models/crm_lead.py @@ -33,7 +33,7 @@ class Lead(models.Model): ] @api.onchange('type') def get_admin_login(self): - print('11111111111', self.env.context.get('uid')) + #print('11111111111', self.env.context.get('uid')) group_list = self.env.ref('base.group_erp_manager') if (self.env.context.get('uid') in group_list.users.ids): self.admin_user = True diff --git a/odoo-debranding/__init__.py b/odoo-debranding/__init__.py old mode 100644 new mode 100755