Merge lp:~credativ/openerp-product-variant/product-variant-7.0-view-priority into lp:openerp-product-variant/trunk

Proposed by Tom Pickering
Status: Needs review
Proposed branch: lp:~credativ/openerp-product-variant/product-variant-7.0-view-priority
Merge into: lp:openerp-product-variant/trunk
Diff against target: 11 lines (+1/-0)
1 file modified
product_variant_multi/product_view.xml (+1/-0)
To merge this branch: bzr merge lp:~credativ/openerp-product-variant/product-variant-7.0-view-priority
Reviewer Review Type Date Requested Status
Alexandre Fayolle - camptocamp Needs Resubmitting
Review via email: mp+228704@code.launchpad.net

Description of the change

Adjustment of priority of product form view inherit so as to avoid conflicts with other modules.

To post a comment you must log in.
Revision history for this message
Alexandre Fayolle - camptocamp (alexandre-fayolle-c2c) wrote :

Hello,

The management of the project has moved to Github: https://github.com/OCA/product-variant

Please migrate your merge proposal to Github. You may want to check https://github.com/OCA/maintainers-tools/wiki/How-to-move-a-Merge-Proposal-to-GitHub for an explanation on how to proceed.

Thanks for contributing to the project

review: Needs Resubmitting

Unmerged revisions

195. By Tom Pickering

[FIX] Updated view priority so as to avoid conflicts with other modules.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'product_variant_multi/product_view.xml'
2--- product_variant_multi/product_view.xml 2013-04-22 21:00:07 +0000
3+++ product_variant_multi/product_view.xml 2014-07-29 15:10:09 +0000
4@@ -341,6 +341,7 @@
5 <field name="name">product.normal.variant.form</field>
6 <field name="model">product.product</field>
7 <field name="inherit_id" ref="product.product_normal_form_view" />
8+ <field name="priority">32</field>
9 <field name="arch" type="xml">
10 <field name="name" position="attributes">
11 <attribute name="required">1</attribute>

Subscribers

People subscribed via source and target branches