mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[ADD] Price in service lines
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user