Skip to content

Commit 8509a15

Browse files
committed
[IMP] purchase_allowed_product: pre-commit auto fixes
1 parent 96ea1f9 commit 8509a15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

purchase_allowed_product/models/supplied_product_mixin.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ class SuppliedProductMixin(models.AbstractModel):
1414
compute="_compute_partner_id_supplied_product",
1515
store=True,
1616
readonly=False,
17-
help="If checked, only the products provided by this supplier "
18-
"will be shown.",
17+
help="If checked, only the products provided by this supplier will be shown.",
1918
)
2019

2120
@api.depends("partner_id")

0 commit comments

Comments
 (0)