Skip to content

Commit

Permalink
[FIX] animal_owner: Fix tracking parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelsavegnago committed Dec 26, 2021
1 parent e433f88 commit 8b862e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion animal_owner/models/animal.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ class Animal(models.Model):
_inherit = "animal"

partner_id = fields.Many2one(
"res.partner", string="Owner", index=True, track_visibility="onchange"
"res.partner", string="Owner", index=True, tracking=True
)

0 comments on commit 8b862e8

Please sign in to comment.