Skip to content

Commit 880e6fe

Browse files
committed
[IMP] release 10.0.4.0.0
1 parent 2925d48 commit 880e6fe

File tree

7 files changed

+26
-6
lines changed

7 files changed

+26
-6
lines changed

CHANGES.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
10.0.4.0.0 (Sep, 11, 2018)
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
4+
* Fix: cmis_web: clear rows before reloading the table to avoid error if an
5+
expanded row is no more into the reloaded info.
6+
* Fix: prevent error on first preview if the document name contains invalid
7+
characters.
8+
* Fix: refresh the table when the data on the current view are refreshed.
9+
* Improvement: cmis_proxy : Improve modularity of _check_access_operation.
10+
It's now possible to define a method '_check_cmis_access_operation' on the
11+
model to adapt the _check_access_operation behaviour.
12+
* Improvement: New dialog to resolve conflict when we try to create a new
13+
document with the same name as an existing one.
14+
* Improvement: New dialog to rename cmis content.
15+
* Ensure compatibility with the next version of cmislib (py3 compat)
16+
available into github `<https://github.com/apache/chemistry-cmislib/tree/
17+
py3_compat>`_ or svn `<https://svn.apache.org/repos/asf/chemistry/cmislib/
18+
branches/py3_compat/>`_
19+
* Fix: cmis_field: Add support for cmis_folder defined as related
20+
121
10.0.3.0.1 (Jan, 30, 2018)
222
~~~~~~~~~~~~~~~~~~~~~~~~~~
323

cmis_alf/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{
66
'name': 'CMIS for Alfresco',
7-
'version': '10.0.3.0.0',
7+
'version': '10.0.4.0.0',
88
'summary': 'Alfresco extension for the CMIS Connector',
99
'category': 'Document Management',
1010
'author': "ACSONE SA/NV",

cmis_field/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{
66
'name': 'Alfodoo CMIS Field',
7-
'version': '10.0.3.0.1',
7+
'version': '10.0.4.0.0',
88
'summary': 'Specialized field to work with a CMIS server',
99
'category': 'Document Management',
1010
'author': "ACSONE SA/NV ",

cmis_web/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'category': 'Document Management',
99
'author': 'ACSONE SA/NV',
1010
'website': "http://alfodoo.org",
11-
'version': '10.0.3.0.0',
11+
'version': '10.0.4.0.0',
1212
'license': 'AGPL-3',
1313
'price': 400,
1414
'currency': 'EUR',

cmis_web_alf/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'category': 'Document Management',
99
'author': 'ACSONE SA/NV',
1010
'website': "http://alfodoo.org",
11-
'version': '10.0.3.0.0',
11+
'version': '10.0.4.0.0',
1212
'license': 'AGPL-3',
1313
'depends': [
1414
'cmis_alf',

cmis_web_proxy/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
'summary': """
88
Odoo as proxy server for your cmis requests.""",
99
'category': 'Document Management',
10-
'version': '10.0.3.0.0',
10+
'version': '10.0.4.0.0',
1111
'license': 'AGPL-3',
1212
'author': 'ACSONE SA/NV',
1313
'website': 'http://alfodoo.org/',

cmis_web_proxy_alf/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
'name': 'Alfodoo CMIS Web Proxy for Alfresco',
77
'category': 'Document Management',
8-
'version': '10.0.3.0.0',
8+
'version': '10.0.4.0.0',
99
'license': 'AGPL-3',
1010
'author': 'ACSONE SA/NV',
1111
'website': 'http://alfodoo.org/',

0 commit comments

Comments
 (0)