Odoo18-Base/odoo/cli/templates/l10n_payroll/models/hr_contract.py.template
2025-01-06 10:57:38 +07:00

10 lines
211 B
Plaintext

# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import fields, models
class HrContract(models.Model):
_inherit = 'hr.payslip'
l10n_{{code}}_field = fields.Char()