Skip to content

Commit

Permalink
Merge pull request #244 from acsone/10.0-mig_connector_base_product-lmi
Browse files Browse the repository at this point in the history
[10.0] [MIG] connector_base_product: Migrated to 10.0
  • Loading branch information
guewen committed May 19, 2017
2 parents af0639d + 9fd3465 commit 0515d8e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

{'name': 'Connector Base Product',
'version': '9.0.1.0.0',
'version': '10.0.1.0.0',
'author': "Openerp Connector Core Editors, Odoo Community Association (OCA)",
'website': 'http://odoo-connector.com',
'license': 'AGPL-3',
Expand All @@ -21,5 +21,5 @@
'data': [
'views/product_view.xml'
],
'installable': False,
'installable': True,
}
6 changes: 2 additions & 4 deletions connector_base_product/views/product_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
The licence is in the file __openerp__.py
-->

<openerp>
<data>
<odoo>

<!--This is a product inherited form that will be dynamically populated-->
<record id="product_normal_form_view" model="ir.ui.view">
Expand Down Expand Up @@ -39,5 +38,4 @@



</data>
</openerp>
</odoo>
1 change: 1 addition & 0 deletions setup/connector_base_product/odoo/__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/connector_base_product/odoo/addons/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)
6 changes: 6 additions & 0 deletions setup/connector_base_product/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

0 comments on commit 0515d8e

Please sign in to comment.