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:
QS5ELkMu
2018-11-10 23:30:23 +01:00
committed by GitHub
parent b638413b7c
commit 8c68d00c0e
10 changed files with 93 additions and 144 deletions

View File

@@ -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',