Skip to content

Commit

Permalink
[FIX] Adapt Tracking to V14 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
majouda authored Apr 17, 2024
1 parent 1783ff0 commit f8717f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partner_validation_purchase/models/res_partner.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ResPartner(models.Model):
string="Supplier State",
readonly=True,
default="new",
track_visibility="onchange",
tracking=True,
)

supplier = fields.Boolean(
Expand Down

0 comments on commit f8717f2

Please sign in to comment.