mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-23 04:22:04 -06:00
[IMP] add the good version for cmislib and add the external_dependencies
This commit is contained in:
parent
b347e6c510
commit
43af0f0f66
@ -47,6 +47,9 @@ Contributors
|
||||
'depends': [
|
||||
'connector',
|
||||
],
|
||||
'external_dependencies': {
|
||||
'python': ['cmislib'],
|
||||
},
|
||||
'data': [
|
||||
'cmis_model_view.xml',
|
||||
'cmis_menu.xml',
|
||||
|
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user