Compatibilize test with Travis.
See https://github.com/OCA/server-tools/pull/81#issuecomment-66042648pull/81/head
parent
c0167896ff
commit
693b05a189
|
@ -28,7 +28,7 @@ This module adds a button to the cron scheduled task form in OpenERP
|
|||
that allows the administrator to run the job immediately, independently
|
||||
of the scheduler.
|
||||
""",
|
||||
'depends': ['base'],
|
||||
'depends': ['base', 'mail'],
|
||||
'data': ['view/ir_cron.xml'],
|
||||
"test": [
|
||||
"tests/correct_uid.yml",
|
||||
|
|
Loading…
Reference in New Issue