FIX tests

This commit is contained in:
resteve 2015-12-02 10:32:36 +01:00
parent e306ad019f
commit 95fb51df2a
2 changed files with 1 additions and 2 deletions

View file

@ -17,7 +17,6 @@ def register():
ShipmentOut,
ShipmentOutSystemlogicsModulaExportStart,
ShipmentInternal,
SystemlogicsModulaArticoli,
SystemlogicsModulaArticoliResult,
module='systemlogics_modula', type_='model')
Pool.register(

View file

@ -42,7 +42,7 @@ class SystemLogicsModula(ModelSQL, ModelView):
'invisible': ~Eval('dbhost').in_(['xml']),
'required': Eval('dbhost').in_(['xml']),
},
depends=['state'])
depends=['dbhost'])
active = fields.Boolean('Active', select=True)
not_completed = fields.Char('Not completed',
help='Not completed message')