Skip to content

Commit 639e92e

Browse files
committed
[FIX] estate_property: fixed new estate_account and estate_property
Fixed Check style errors Added trailing spaces and removed whitespaces
1 parent 0f922b6 commit 639e92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

estate/models/estate_property_offer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class EstatePropertyOffer(models.Model):
1515
string="Deadline", compute="_compute_date_deadline", inverse="_inverse_date_deadline",
1616
)
1717
status = fields.Selection(
18-
selection=[("accepted", "Accepted"), ("refused", "Refused")],string="Status",copy=False,
18+
selection=[("accepted", "Accepted"), ("refused", "Refused")], string="Status", copy=False,
1919
)
2020
property_type_id = fields.Many2one(
2121
'estate.property.type', related='property_id.property_type_id', string="Property Type", store=True

0 commit comments

Comments
 (0)