uncomment field

This commit is contained in:
pawan.sharma 2021-12-09 17:32:22 +05:30
parent cfbf392201
commit 502e8de3c0
1 changed files with 3 additions and 2 deletions

View File

@ -2,9 +2,10 @@
from odoo import api, exceptions, fields, models, tools, _
class CorResUsers(models.Model):
_inherit = "res.users"
_description = "Custom Res Users"
#timesheet_create = fields.Boolean()
timesheet_create = fields.Boolean()