mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]pms: Change string on checkin.partner.field status and state
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user