Merge lp:~akretion-team/openerp-connector-magento/connector-magento-fix-product-view-dbl into lp:~openerp-connector-core-editors/openerp-connector-magento/7.0

Proposed by David BEAL (ak)
Status: Merged
Approved by: Guewen Baconnier @ Camptocamp
Approved revision: 956
Merge reported by: Guewen Baconnier @ Camptocamp
Merged at revision: not available
Proposed branch: lp:~akretion-team/openerp-connector-magento/connector-magento-fix-product-view-dbl
Merge into: lp:~openerp-connector-core-editors/openerp-connector-magento/7.0
Diff against target: 12 lines (+1/-1)
1 file modified
magentoerpconnect/product_view.xml (+1/-1)
To merge this branch: bzr merge lp:~akretion-team/openerp-connector-magento/connector-magento-fix-product-view-dbl
Reviewer Review Type Date Requested Status
Benoit Guillot - http://www.akretion.com (community) Approve
Guewen Baconnier @ Camptocamp code review Approve
Review via email: mp+204709@code.launchpad.net

Description of the change

change 'inherit_id' connector product view

To post a comment you must log in.
Revision history for this message
Guewen Baconnier @ Camptocamp (gbaconnier-c2c) wrote :
Revision history for this message
Guewen Baconnier @ Camptocamp (gbaconnier-c2c) :
review: Approve (code review)
Revision history for this message
Benoit Guillot - http://www.akretion.com (benoit-guillot-z) wrote :

It's good with the related MP. Thanks David

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'magentoerpconnect/product_view.xml'
2--- magentoerpconnect/product_view.xml 2013-10-14 09:29:39 +0000
3+++ magentoerpconnect/product_view.xml 2014-02-04 15:20:44 +0000
4@@ -49,7 +49,7 @@
5 <record id="product_normal_form_view" model="ir.ui.view">
6 <field name="name">product.product.form</field>
7 <field name="model">product.product</field>
8- <field name="inherit_id" ref="connector_ecommerce.product_normal_form_view"/>
9+ <field name="inherit_id" ref="connector_base_product.product_normal_form_view"/>
10 <field name="arch" type="xml">
11 <page name="connector" position="attributes">
12 <attribute name="invisible">0</attribute>