[REF]: deleted readonly and store of possible_existing_customer_ids field

This commit is contained in:
braisab
2021-12-16 09:18:19 +01:00
parent ad22f8efab
commit ddd13f3826
3 changed files with 0 additions and 6 deletions

View File

@@ -219,8 +219,6 @@ class PmsCheckinPartner(models.Model):
possible_existing_customer_ids = fields.One2many(
string="Possible existing customer",
readonly=False,
store=True,
compute="_compute_possible_existing_customer_ids",
comodel_name="res.partner",
inverse_name="checkin_partner_possible_customer_id",

View File

@@ -492,8 +492,6 @@ class PmsFolio(models.Model):
possible_existing_customer_ids = fields.One2many(
string="Possible existing customer",
readonly=False,
store=True,
compute="_compute_possible_existing_customer_ids",
comodel_name="res.partner",
inverse_name="folio_possible_customer_id",

View File

@@ -637,8 +637,6 @@ class PmsReservation(models.Model):
possible_existing_customer_ids = fields.One2many(
string="Possible existing customer",
readonly=False,
store=True,
compute="_compute_possible_existing_customer_ids",
comodel_name="res.partner",
inverse_name="reservation_possible_customer_id",