mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]pms: property checks
This commit is contained in:
@@ -52,9 +52,6 @@ class ResPartner(models.Model):
|
||||
ondelete="restrict",
|
||||
check_pms_properties=True,
|
||||
)
|
||||
company_id = fields.Many2one(
|
||||
check_pms_properties=True,
|
||||
)
|
||||
pms_checkin_partner_ids = fields.One2many(
|
||||
string="Checkin Partners",
|
||||
help="Associated checkin partners",
|
||||
|
||||
Reference in New Issue
Block a user