Merge lp:~openerp-dev/openobject-addons/trunk-bug-1112748-cga into lp:openobject-addons

Proposed by Chandni Gandhi(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1112748-cga
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
warning/warning_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1112748-cga
Reviewer Review Type Date Requested Status
Ajay Patel (OpenERP) (community) Approve
OpenERP Core Team Pending
Review via email: mp+147304@code.launchpad.net

Description of the change

Hello,

Change the inherited view for product.product in the warning module.

Thanks.

To post a comment you must log in.
Revision history for this message
Ajay Patel (OpenERP) (ajay-openerp) wrote :

seems ok

Thanks,
Amit

review: Approve

Unmerged revisions

8537. By Chandni Gandhi(OpenERP)

[FIX]:Change the inherited view for product.product in warning module

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'warning/warning_view.xml'
2--- warning/warning_view.xml 2012-12-21 16:48:08 +0000
3+++ warning/warning_view.xml 2013-02-08 06:56:25 +0000
4@@ -41,7 +41,7 @@
5 <record id="product_warning_form_view" model="ir.ui.view">
6 <field name="name">product.warning.form.inherit</field>
7 <field name="model">product.product</field>
8- <field name="inherit_id" ref="procurement.product_template_form_view_procurement"/>
9+ <field name="inherit_id" ref="product.product_normal_form_view"/>
10 <field name="arch" type="xml">
11 <notebook position="inside">
12 <page string="Warnings">

Subscribers

People subscribed via source and target branches

to all changes: