Skip to content

Commit 5b01c29

Browse files
committed
Fix typo
1 parent d755575 commit 5b01c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: product_contract/models/sale_order.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class SaleOrder(models.Model):
1414
need_contract_creation = fields.Boolean(compute="_compute_need_contract_creation")
1515

1616
@api.constrains("state")
17-
def _check_contact_is_not_terminated(self):
17+
def _check_contract_is_not_terminated(self):
1818
for rec in self:
1919
if rec.state not in (
2020
"sale",

0 commit comments

Comments
 (0)