Skip to content

Commit a6e8cf1

Browse files
committed
[IMP] estate: fixing styling issues
1 parent bad6fa4 commit a6e8cf1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

estate/models/estate_property.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ class EstateProperty(models.Model):
4747
('sold', 'Sold'),
4848
('cancelled', 'Cancelled'),
4949
],
50-
string='State',default='new',required=True,copy=False
50+
string='State',
51+
default='new',
52+
required=True,
53+
copy=False,
5154
)
5255

5356
active = fields.Boolean('Active', default=True)

0 commit comments

Comments
 (0)