Initial Commit

This commit is contained in:
2023-12-21 12:02:04 +01:00
parent 141ad6bfcd
commit edc8cffc69
49 changed files with 0 additions and 1732 deletions

View File

@@ -1,8 +0,0 @@
from odoo import fields, models
class ResConfigSettings(models.TransientModel):
_inherit = 'res.config.settings'
hr_half_day_cancels_voucher = fields.Boolean(string="Half working days cancel luncheon vouchers", related="company_id.hr_half_day_cancels_voucher", readonly=False)