Skip to content

Commit

Permalink
[MIG] connector_base_product: Migrated to 10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lmignon committed May 15, 2017
1 parent af0639d commit 524f176
Show file tree
Hide file tree
Showing 2 changed files with 4 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>

0 comments on commit 524f176

Please sign in to comment.