mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] pms: reservation type related store True
This commit is contained in:
@@ -344,6 +344,8 @@ class PmsReservation(models.Model):
|
||||
help="Type of reservations. It can be 'normal', 'staff' or 'out of service",
|
||||
default=lambda *a: "normal",
|
||||
related="folio_id.reservation_type",
|
||||
store=True,
|
||||
readonly=False,
|
||||
)
|
||||
splitted = fields.Boolean(
|
||||
string="Splitted",
|
||||
|
||||
Reference in New Issue
Block a user