[FIX] odex_benefit
This commit is contained in:
parent
ce6d05875b
commit
5eb0ea5ffc
|
|
@ -176,7 +176,7 @@ class GrantBenefitProfile(models.Model):
|
|||
father_dead_date = fields.Date(string="Father Dead Date")
|
||||
father_dead_country_id = fields.Many2one('res.country', string='Father Dead Country', tracking=True)
|
||||
father_dead_city_id = fields.Many2one('res.country.city', string='Father Dead City',domain="[('country_id', '=', father_dead_country_id)]")
|
||||
# father_dead_res_city_id = fields.Many2one('res.city', string='Father Dead City',domain="[('country_id', '=', father_dead_country_id)]")
|
||||
father_dead_res_city_id = fields.Many2one('res.city', string='Father Dead City',domain="[('country_id', '=', father_dead_country_id)]")
|
||||
father_dead_city = fields.Char(string='Father Dead City')
|
||||
father_dead_certificate = fields.Many2many('ir.attachment', 'rel_father_dead_attachment','benefit_id','attachment_id',string='Father Dead Certificate')
|
||||
# Mother's case and her data # Birth Date # Address # dead data
|
||||
|
|
|
|||
Loading…
Reference in New Issue