[ADD] Price in service lines

This commit is contained in:
Dario Lodeiros
2019-03-17 18:53:41 +01:00
parent 0cb4ed1f32
commit abf2bae3af
6 changed files with 53 additions and 7 deletions

View File

@@ -85,7 +85,8 @@ class FolioWizard(models.TransientModel):
channel_type = fields.Selection([
('door', 'Door'),
('mail', 'Mail'),
('phone', 'Phone')
('phone', 'Phone'),
('call', 'Call')
], string='Sales Channel', default=_get_default_channel_type)
room_type_wizard_ids = fields.One2many('hotel.room.type.wizard',
'folio_wizard_id',