Skip to content

Commit

Permalink
shopinvader_product_brand: fix compute url
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbeau committed Jul 4, 2024
1 parent 9a013b0 commit 8d75a05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shopinvader_product_brand/models/shopinvader_brand.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ class ShopinvaderBrand(models.Model):
)
]

@api.depends("record_id.name", "lang_id")
def _compute_automatic_url_key(self):
self._generic_compute_automatic_url_key()

0 comments on commit 8d75a05

Please sign in to comment.