mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
Fix travis (#61)
* [FIX] Default Rerservation Colours * [TFIX] Set odoo_host default value * [IMP] Add deafult access rights * [FIX] Mute logger db error * [FIX] Last commit
This commit is contained in:
@@ -26,7 +26,7 @@ class HotelNode(models.Model):
|
||||
|
||||
odoo_version = fields.Char()
|
||||
odoo_host = fields.Char('Host', required=True,
|
||||
help='Full URL to the host.')
|
||||
help='Full URL to the host.', default='localhost')
|
||||
odoo_db = fields.Char('Database Name',
|
||||
help='Odoo database name.')
|
||||
odoo_user = fields.Char('Username',
|
||||
|
||||
Reference in New Issue
Block a user