mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[ADD] multichannels migration scripts
This commit is contained in:
@@ -146,9 +146,8 @@ class PmsReservation(models.Model):
|
||||
compute="_compute_force_update_origin",
|
||||
)
|
||||
is_origin_channel_check_visible = fields.Boolean(
|
||||
string="Update Sale Channel Origin",
|
||||
help="This field is for force update in sale channel "
|
||||
"origin of folio and another reservations",
|
||||
string="Check force update origin visible",
|
||||
help="Technical field to make visible update " "origin channel check",
|
||||
store=True,
|
||||
readonly=False,
|
||||
compute="_compute_is_origin_channel_check_visible",
|
||||
|
||||
Reference in New Issue
Block a user