Skip to content

Commit 1305fc1

Browse files
committed
[ADD] estate: add res_users model with property_ids field
1 parent 783558f commit 1305fc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

estate/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
estate_property_offer,
44
estate_property_tag,
55
estate_property_type,
6-
inherited_users,
6+
res_users,
77
)

estate/models/inherited_users.py renamed to estate/models/res_users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from odoo import fields, models
22

33

4-
class InheritedUser(models.Model):
4+
class ResUsers(models.Model):
55
# ----------------------------------------
66
# Private attributes
77
# ----------------------------------------

0 commit comments

Comments
 (0)