Browse Source

Make module installable

As mentioned in migration  https://github.com/OCA/server-tools/issues/168 and pr https://github.com/OCA/server-tools/pull/41, This module should be installable.
pull/463/head
Luis Felipe Miléo 9 years ago
committed by Hendrix Costa
parent
commit
d7fa4fef35
  1. 4
      import_odbc/__openerp__.py

4
import_odbc/__openerp__.py

@ -95,8 +95,8 @@ Contributors
'import_odbc_demo.xml',
],
'test': [],
'installable': False,
'active': False,
'installable': True,
'auto_install': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
Loading…
Cancel
Save