Skip to content

Commit

Permalink
[MIG] To Odoo 10
Browse files Browse the repository at this point in the history
  • Loading branch information
lmignon committed Oct 11, 2016
1 parent d856fbc commit a9c7613
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ addons:

env:
global:
- VERSION="9.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
- VERSION="10.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
- TRANSIFEX_USER='transbot@odoo-community.org'
- secure: GqSJ+5RSD8NzbHpWCGZ8mgIV2gCydxcfZq0pWkFEORUBcIEEwSlEvzlInwvaLTkuVKnQMQiwoM9ihg7v5Yl5NaizyNVIRvHuaXsKuBtn+i2YKmg/dp1NOsguWtHIPvWBCUC5CzG2zDkN/rU3N6lVquDUxsuz6NceNPtl2yq3PxQ=

Expand Down
4 changes: 2 additions & 2 deletions cmis/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Usage

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/104/9.0
:target: https://runbot.odoo-community.org/runbot/104/10.0

Bug Tracker
===========
Expand All @@ -41,7 +41,7 @@ help us smashing it by providing a detailed and welcomed `feedback
<https://github.com/OCA/
connector-cmis/issues/new?body=module:%20
cmis%0Aversion:%20
9.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
10.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Credits
=======
Expand Down
2 changes: 1 addition & 1 deletion cmis/__openerp__.py → cmis/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
'name': 'CMIS',
'version': '9.0.1.0.0',
'version': '10.0.1.0.0',
'category': 'Connector',
'summary': 'Connect OpenERP with a CMIS server',
'author': "Savoir-faire Linux, "
Expand Down
6 changes: 0 additions & 6 deletions setup/cmis/.eggs/README.txt

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions setup/cmis/odoo/addons/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)
1 change: 1 addition & 0 deletions setup/cmis/odoo/addons/cmis
1 change: 0 additions & 1 deletion setup/cmis/odoo_addons/cmis

This file was deleted.

0 comments on commit a9c7613

Please sign in to comment.