Removed print stat

This commit is contained in:
projectsodoo 2020-12-25 18:33:31 +05:30
parent 3df122e858
commit 8cd35616b9
2 changed files with 1 additions and 1 deletions

View File

@ -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

0
odoo-debranding/__init__.py Normal file → Executable file
View File