Merge lp:~jflaker/openerp-product-variant/BugFix1377782 into lp:openerp-product-variant

Proposed by Jeffrey Flaker
Status: Needs review
Proposed branch: lp:~jflaker/openerp-product-variant/BugFix1377782
Merge into: lp:openerp-product-variant
Diff against target: 12 lines (+1/-1)
1 file modified
product_variant_multi/product_view.xml (+1/-1)
To merge this branch: bzr merge lp:~jflaker/openerp-product-variant/BugFix1377782
Reviewer Review Type Date Requested Status
Product Core Editors Pending
Review via email: mp+237514@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

197. By Jeffrey Flaker

Fixing bug#1377782. In /product_variant_multi/product_view.xml, <record id="product_variant_multi_dimension_option_seach" model="ir.ui.view"> should be <record id="product_variant_multi_dimension_option_search" model="ir.ui.view">

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'product_variant_multi/product_view.xml'
--- product_variant_multi/product_view.xml 2013-04-22 21:00:07 +0000
+++ product_variant_multi/product_view.xml 2014-10-08 00:30:07 +0000
@@ -14,7 +14,7 @@
1414
1515
16 <!-- DIMENSION OPTION -->16 <!-- DIMENSION OPTION -->
17 <record id="product_variant_multi_dimension_option_seach" model="ir.ui.view">17 <record id="product_variant_multi_dimension_option_search" model="ir.ui.view">
18 <field name="name">product.variant.multi.dimension.option.search</field>18 <field name="name">product.variant.multi.dimension.option.search</field>
19 <field name="model">product.variant.dimension.option</field>19 <field name="model">product.variant.dimension.option</field>
20 <field name="arch" type="xml">20 <field name="arch" type="xml">

Subscribers

People subscribed via source and target branches