This commit is contained in:
oscar alvarez 2023-11-12 17:09:24 -05:00
parent 05d36002c4
commit d1c3dd61cb
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ class Booking(Workflow, ModelSQL, ModelView):
help="Plans offered by hotel and selected by guest for booking.")
plan_string = plan.translated('plan')
notes = fields.Text('Notes', states=STATES_BLOCKED)
comments = fields.Text('Comments', states=STATES_BLOCKED)
reason = fields.Selection(REASON, 'Tourism Segment', states=STATES_BLOCKED)
reason_string = reason.translated('segment')
guarantee = fields.Selection(GUARANTEE, 'Guarantee', states=STATES_BLOCKED)