[IMP]pms: Change string on checkin.partner.field status and state

This commit is contained in:
Dario Lodeiros
2021-07-13 13:28:54 +02:00
parent 60e82d576b
commit bcfc63b982

View File

@@ -102,7 +102,7 @@ class PmsCheckinPartner(models.Model):
string="Exit", help="Checkin partner departure date and time" string="Exit", help="Checkin partner departure date and time"
) )
state = fields.Selection( state = fields.Selection(
string="State", string="Status",
help="Status of the checkin partner regarding the reservation", help="Status of the checkin partner regarding the reservation",
readonly=True, readonly=True,
store=True, store=True,
@@ -137,7 +137,7 @@ class PmsCheckinPartner(models.Model):
# to avoid user country_id on companies contacts. # to avoid user country_id on companies contacts.
# View to res.partner state_id inherit # View to res.partner state_id inherit
state_id = fields.Many2one( state_id = fields.Many2one(
string="State", string="Country State",
help="host state", help="host state",
readonly=False, readonly=False,
store=True, store=True,