[IMP] add the good version for cmislib and add the external_dependencies

This commit is contained in:
EL HADJI DEM 2014-04-01 10:24:56 -04:00 committed by Sandy Carter
parent b347e6c510
commit 43af0f0f66
2 changed files with 4 additions and 1 deletions

View File

@ -47,6 +47,9 @@ Contributors
'depends': [
'connector',
],
'external_dependencies': {
'python': ['cmislib'],
},
'data': [
'cmis_model_view.xml',
'cmis_menu.xml',

View File

@ -36,7 +36,7 @@ class cmis_backend(orm.Model):
_backend_type = 'cmis'
def _select_versions(self, cr, uid, context=None):
return [('1.7', '1.7')]
return [('1.0', '1.0')]
# Test connection with GED
def _auth(self, cr, uid, context=None):