mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-24 17:38:42 -06:00
[IMP] Add good version of cmis
This commit is contained in:
parent
856406bcd7
commit
a395e63454
@ -26,7 +26,7 @@ import openerp.addons.connector.backend as backend
|
|||||||
cmis = backend.Backend('cmis')
|
cmis = backend.Backend('cmis')
|
||||||
""" Generic CMIS Backend """
|
""" Generic CMIS Backend """
|
||||||
|
|
||||||
cmis1000 = backend.Backend(parent=cmis, version='1.0')
|
cmis1000 = backend.Backend(parent=cmis, version='1.1')
|
||||||
""" CMIS Backend for version 1.0 """
|
""" CMIS Backend for version 1.1 """
|
||||||
|
|
||||||
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
||||||
|
@ -37,7 +37,7 @@ class cmis_backend(orm.Model):
|
|||||||
_backend_type = 'cmis'
|
_backend_type = 'cmis'
|
||||||
|
|
||||||
def _select_versions(self, cr, uid, context=None):
|
def _select_versions(self, cr, uid, context=None):
|
||||||
return [('1.7', '1.7')]
|
return [('1.1', '1.1')]
|
||||||
|
|
||||||
# Test connection with GED
|
# Test connection with GED
|
||||||
def _auth(self, cr, uid, context=None):
|
def _auth(self, cr, uid, context=None):
|
||||||
|
Loading…
Reference in New Issue
Block a user