We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd1002 commit 450100aCopy full SHA for 450100a
estate/models/estate_property.py
@@ -10,7 +10,7 @@ class EstateProperty(models.Model):
10
description = fields.Text('description')
11
postcode = fields.Char('postcode')
12
date_availability = fields.Date(
13
- 'availabilty date', copy=False, default=fields.Date.today()+relativedelta(months=3))
+ 'availabilty date', copy=False, default=fields.Date.today() + relativedelta(months=3))
14
expected_price = fields.Float('expected price', required=True)
15
selling_price = fields.Float('selling price', readonly=True, copy=False)
16
bedrooms = fields.Integer('bedrooms', default=2)
0 commit comments