[IMP] Add good version of cmis

This commit is contained in:
EL HADJI DEM 2014-04-30 10:26:19 -04:00 committed by Sandy Carter
parent 856406bcd7
commit a395e63454
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ import openerp.addons.connector.backend as backend
cmis = backend.Backend('cmis')
""" Generic CMIS Backend """
cmis1000 = backend.Backend(parent=cmis, version='1.0')
""" CMIS Backend for version 1.0 """
cmis1000 = backend.Backend(parent=cmis, version='1.1')
""" CMIS Backend for version 1.1 """
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

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