[IMP] pre-commit: first run on whole repo
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class HrPayrollStructureType(models.Model):
|
||||
_inherit = 'hr.payroll.structure.type'
|
||||
_inherit = "hr.payroll.structure.type"
|
||||
|
||||
active = fields.Boolean(default=True)
|
||||
|
||||
Reference in New Issue
Block a user