[ADD] hr_timesheet_work_entry: for Odoo 13

This commit is contained in:
Jared Kipe
2020-10-06 11:53:45 -07:00
committed by Salomon Chambi
parent 18af22f531
commit 9aeed0a20b
11 changed files with 148 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
from odoo import fields, models
class HrWorkEntryType(models.Model):
_inherit = 'hr.work.entry.type'
allow_timesheet = fields.Boolean(string='Allow on Timesheet')