Skip to content

Commit 73d9430

Browse files
committed
estate: indentation issue fix
1 parent af238d7 commit 73d9430

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

estate/models/estate_property_offer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ def action_refuse(self):
4141
record.property_id.selling_price = 0.00
4242
record.property_id.customer = None
4343
return True
44+

estate/models/estate_property_tag.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ class EstatePropertyTags(models.Model):
88
"UNIQUE(name)", "Property tag should be unique."
99
)
1010
name = fields.Char(required=True)
11+

estate/models/estate_property_type.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ class EstatePropertyType(models.Model):
88
"UNIQUE(name)", "Property type should be unique."
99
)
1010
name = fields.Char(required=True)
11+

estate/security/ir.model.access.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ estate.access_estate_property,"access_estate_property",estate.model_estate_prope
33
estate.access_estate_property_type,"access_estate_property_type",estate.model_estate_property_type,base.group_user,1,1,1,1
44
estate.access_estate_property_tag,"access_estate_property_tag",estate.model_estate_property_tag,base.group_user,1,1,1,1
55
estate.access_estate_property_offer,"access_estate_property_offer",estate.model_estate_property_offer,base.group_user,1,1,1,1
6+

estate/views/estate_property_offer_views.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@
4040
</field>
4141
</record>
4242
</odoo>
43+

0 commit comments

Comments
 (0)