mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]pms: Add property team members features
This commit is contained in:
@@ -214,6 +214,7 @@ class PmsProperty(models.Model):
|
||||
copy=False,
|
||||
comodel_name="res.users",
|
||||
ondelete="restrict",
|
||||
tracking=True,
|
||||
)
|
||||
member_ids = fields.One2many(
|
||||
string="Team Members",
|
||||
|
||||
Reference in New Issue
Block a user