Merge lp:~renatonlima/product-extra-addons/product-extra-addons into lp:product-extra-addons

Proposed by Renato Lima - http://www.akretion.com
Status: Merged
Merged at revision: 67
Proposed branch: lp:~renatonlima/product-extra-addons/product-extra-addons
Merge into: lp:product-extra-addons
Diff against target: 35 lines (+4/-4)
2 files modified
product_images/views/product_images_view.xml (+1/-1)
product_m2mcategories/product_view.xml (+3/-3)
To merge this branch: bzr merge lp:~renatonlima/product-extra-addons/product-extra-addons
Reviewer Review Type Date Requested Status
extra-addons-commiter Pending
Review via email: mp+141173@code.launchpad.net

Description of the change

fixed products views in product_m2mcategories and product_images.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'product_images/views/product_images_view.xml'
2--- product_images/views/product_images_view.xml 2012-09-05 08:40:30 +0000
3+++ product_images/views/product_images_view.xml 2012-12-23 02:21:21 +0000
4@@ -44,7 +44,7 @@
5 <field name="inherit_id" ref="product.product_normal_form_view" />
6 <field name="type">form</field>
7 <field name="arch" type="xml">
8- <xpath expr="/form/notebook" position="inside">
9+ <xpath expr="/form/sheet/notebook" position="inside">
10 <page string="Images">
11 <field name="image_ids" nolabel="1" />
12 </page>
13
14=== modified file 'product_m2mcategories/product_view.xml'
15--- product_m2mcategories/product_view.xml 2009-09-20 23:10:21 +0000
16+++ product_m2mcategories/product_view.xml 2012-12-23 02:21:21 +0000
17@@ -8,14 +8,14 @@
18 <field name="type">form</field>
19 <field eval="7" name="priority"/>
20 <field name="arch" type="xml">
21- <xpath expr="/form/notebook/page[@string='Information']" position="after">
22+ <page string="Information" position="after" version="7.0">
23 <page string="Extra Categories">
24 <separator string="Classification Categories" colspan="2"/>
25 <newline/>
26 <field name="categ_ids" nolabel="1" colspan="2"/>
27 </page>
28- </xpath>
29+ </page>
30 </field>
31 </record>
32 </data>
33-</openerp>
34\ No newline at end of file
35+</openerp>

Subscribers

People subscribed via source and target branches