Skip to content

Commit 0e9783d

Browse files
committed
[FIX] estate: remove double specification of properties
1 parent 06d9f41 commit 0e9783d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

estate/models/res_users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
class ResUsers(models.Model):
55
_inherit = 'res.users'
66

7-
property_ids = fields.One2many('estate.property', 'user_id', string="Properties", domain="[('active', '=', 'True')]")
7+
property_ids = fields.One2many('estate.property', 'user_id', domain="[('active', '=', 'True')]")

0 commit comments

Comments
 (0)