add country id
This commit is contained in:
parent
d48a6967cf
commit
0b3204fb0f
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue