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,7 +0,0 @@
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")