Skip to content

Commit

Permalink
[REL] release 9.0.4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lmignon committed Sep 11, 2018
1 parent ed4e065 commit 2f2605b
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 8 deletions.
25 changes: 23 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
9.?.?.?.? (?)
~~~~~~~~~~~~~
9.0.4.0.0 (Sep, 11, 218) backported from 10.0.4.0.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Fix: cmis_web: clear rows before reloading the table to avoid error if an
expanded row is no more into the reloaded info.
* Fix: prevent error on first preview if the document name contains invalid
characters.
* Fix: refresh the table when the data on the current view are refreshed.
* Improvement: cmis_proxy : Improve modularity of _check_access_operation.
It's now possible to define a method '_check_cmis_access_operation' on the
model to adapt the _check_access_operation behaviour.
* Improvement: New dialog to resolve conflict when we try to create a new
document with the same name as an existing one.
* Improvement: New dialog to rename cmis content.
* Ensure compatibility with the next version of cmislib (py3 compat)
available into github `<https://github.com/apache/chemistry-cmislib/tree/
py3_compat>`_ or svn `<https://svn.apache.org/repos/asf/chemistry/cmislib/
branches/py3_compat/>`_
* Fix: cmis_field: Add support for cmis_folder defined as related


9.0.3.0.0 (not released) backported from 10.0.3.0.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Fix: copy=False is now the default on CmisFolder fields.
* Improvement: Implement Checkin Checkout.
Expand Down
2 changes: 1 addition & 1 deletion cmis_alf/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
'name': 'CMIS for Alfresco',
'version': '9.0.2.0.0',
'version': '9.0.4.0.0',
'summary': 'Alfresco extension for the CMIS Connector',
'category': 'Document Management',
'author': "ACSONE SA/NV",
Expand Down
2 changes: 1 addition & 1 deletion cmis_field/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
'name': 'Alfodoo CMIS Field',
'version': '9.0.2.0.0',
'version': '9.0.4.0.0',
'summary': 'Specialized field to work with a CMIS server',
'category': 'Document Management',
'author': "ACSONE SA/NV ",
Expand Down
2 changes: 1 addition & 1 deletion cmis_web/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'category': 'Document Management',
'author': 'ACSONE SA/NV',
'website': "http://alfodoo.org",
'version': '9.0.2.0.0',
'version': '9.0.4.0.0',
'license': 'AGPL-3',
'price': 400,
'currency': 'EUR',
Expand Down
2 changes: 1 addition & 1 deletion cmis_web_alf/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'category': 'Document Management',
'author': 'ACSONE SA/NV',
'website': "http://alfodoo.org",
'version': '9.0.2.0.0',
'version': '9.0.4.0.0',
'license': 'AGPL-3',
'depends': [
'cmis_alf',
Expand Down
2 changes: 1 addition & 1 deletion cmis_web_proxy/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'summary': """
Odoo as proxy server for your cmis requests.""",
'category': 'Document Management',
'version': '9.0.3.0.0',
'version': '9.0.4.0.0',
'license': 'AGPL-3',
'author': 'ACSONE SA/NV',
'website': 'http://alfodoo.org/',
Expand Down
2 changes: 1 addition & 1 deletion cmis_web_proxy_alf/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
'name': 'Alfodoo CMIS Web Proxy for Alfresco',
'category': 'Document Management',
'version': '9.0.3.0.0',
'version': '9.0.4.0.0',
'license': 'AGPL-3',
'author': 'ACSONE SA/NV',
'website': 'http://alfodoo.org/',
Expand Down

0 comments on commit 2f2605b

Please sign in to comment.