IMP benefit
This commit is contained in:
parent
9b8796b46d
commit
24c43acd5c
|
|
@ -22,11 +22,8 @@ class BenefitAttachment(models.Model):
|
|||
# fields to management required and delete records in benefit attachment
|
||||
is_required = fields.Boolean(string='Is Required?')
|
||||
is_default = fields.Boolean(string='Is Default?')
|
||||
<<<<<<< HEAD
|
||||
mother_grant_benefit_id = fields.Many2one('grant.benefit', string='Mother Grant Benefit')
|
||||
=======
|
||||
show_in_portal = fields.Boolean(default=True)
|
||||
>>>>>>> 04481aa674a7a77bd6f957f5c0bd2802a45c2978
|
||||
|
||||
def action_preview_attachment(self):
|
||||
# Custom function to open the preview
|
||||
|
|
|
|||
Loading…
Reference in New Issue