Skip to content

Commit

Permalink
Merge PR #1885 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Nov 23, 2024
2 parents 37042a9 + 803a9f2 commit 35e1dbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions partner_industry_secondary/models/res_partner_industry.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class ResPartnerIndustry(models.Model):
_parent_store = True

name = fields.Char(required=True)
display_name = fields.Char(recursive=True)
parent_id = fields.Many2one(
comodel_name="res.partner.industry", ondelete="restrict"
)
Expand Down

0 comments on commit 35e1dbd

Please sign in to comment.