Merge pull request #1897 from expsa/tasks_2_12

Benefit customiaztion
This commit is contained in:
enagahh 2024-12-07 23:43:27 +02:00 committed by GitHub
commit 2d45880020
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class FamilyMemberProfile(models.Model):
return self._context.get('active_id')
member_first_name = fields.Char(string="Member First Name")
member_second_name = fields.Char(string="Member Second Name",related="benefit_id.father_first_name")
member_second_name = fields.Char(string="Member Second Name",related="benefit_id.father_name")
member_third_name = fields.Char(string="Member Third Name",related="benefit_id.father_second_name")
member_family_name = fields.Char(string="Member Family Name",related="benefit_id.father_family_name")
mother_first_name = fields.Char(string="Mother First Name")