diff --git a/__openerp__.py b/__openerp__.py index 0f0443e..5bf111d 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -17,4 +17,7 @@ ], 'installable': True, 'application': True, + 'external_dependencies': { + 'python': ['inema'] + }, }