mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[REF]: deleted readonly and store of possible_existing_customer_ids field
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user