Skip to content

Commit

Permalink
[FIX] partner_validation_sale: Correct Typo (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
majouda authored May 23, 2024
1 parent f49c7e6 commit 0da0d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partner_validation_sale/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="Customer State",
readonly=True,
default="new",
track_visibility="onchange",
tracking=True,
)
customer = fields.Boolean(
string='Customer',
Expand Down

0 comments on commit 0da0d58

Please sign in to comment.