[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

@@ -142,6 +142,7 @@ class HotelFolio(models.Model):
channel_type = fields.Selection([('door', 'Door'),
('mail', 'Mail'),
('phone', 'Phone'),
('call', 'Call Center'),
('web', 'Web')], 'Sales Channel', default='door')
user_id = fields.Many2one('res.users', string='Salesperson', index=True,
track_visibility='onchange', default=lambda self: self.env.user)