Merge PR #102 into 14.0

Signed-off-by DarioLodeiros
This commit is contained in:
OCA-git-bot
2021-12-18 14:48:08 +00:00
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

@@ -494,8 +494,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",