Skip to content

Commit

Permalink
fixup! pos_receipt_replace_user_by_trigram: Drop compute function
Browse files Browse the repository at this point in the history
  • Loading branch information
grindtildeath committed Dec 10, 2024
1 parent a1740b2 commit 528bda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pos_receipt_replace_user_by_trigram/models/res_partner.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
class ResPartner(models.Model):
_inherit = "res.partner"

pos_trigram = fields.Char()
pos_trigram = fields.Char(tracking=True)

0 comments on commit 528bda1

Please sign in to comment.