[ADD] multichannels migration scripts

This commit is contained in:
Darío Lodeiros
2022-09-16 11:42:51 +02:00
parent 5aa9fbc7d3
commit 1376f74075
5 changed files with 47 additions and 5 deletions

View File

@@ -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",