add country id

This commit is contained in:
Mostafa 2025-11-19 09:52:15 -08:00
parent d48a6967cf
commit 0b3204fb0f
1 changed files with 1 additions and 0 deletions

View File

@ -749,6 +749,7 @@ class ContractType(models.Model):
], string="Salary Type")
code = fields.Char(string='Code')
consultants = fields.Boolean(default=False, string='Consultants')
country_id = fields.Many2one('res.country', string='Country')
company_id = fields.Many2one('res.company', string='Company', default=lambda self: self.env.company)