[NEW] hr-luncheon-vouchers: create addons
This commit is contained in:
7
hr-luncheon-voucher/models/res_company.py
Normal file
7
hr-luncheon-voucher/models/res_company.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class Company(models.Model):
|
||||
_inherit = 'res.company'
|
||||
|
||||
hr_half_day_cancels_voucher = fields.Boolean(string="Half working days cancel luncheon vouchers")
|
Reference in New Issue
Block a user