mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[ADD] hr_timesheet_work_entry: for Odoo 13
This commit is contained in:
7
hr_timesheet_work_entry/models/work_entry.py
Normal file
7
hr_timesheet_work_entry/models/work_entry.py
Normal 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')
|
||||
Reference in New Issue
Block a user