Merge lp:~openerp-dev/openobject-addons/trunk-bug-1183797-Chandni into lp:openobject-addons

Proposed by Chandni Machchhar(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1183797-Chandni
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
mrp/mrp_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1183797-Chandni
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+165826@code.launchpad.net

Description of the change

Hello,

 I have put the domain of view location type on production location.

Thanks,
Chandni.

To post a comment you must log in.

Unmerged revisions

8726. By Chandni Machchhar(OpenERP)

[FIX] set domain that will not show view type locations .

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'mrp/mrp_view.xml'
2--- mrp/mrp_view.xml 2013-03-21 09:37:16 +0000
3+++ mrp/mrp_view.xml 2013-05-27 07:10:36 +0000
4@@ -273,7 +273,7 @@
5 <field name="code"/>
6 </group>
7 <group>
8- <field name="location_id"/>
9+ <field name="location_id" domain="[('usage','!=','view')]"/>
10 <field name="company_id" widget="selection" groups="base.group_multi_company"/>
11 <field name="active"/>
12 </group>

Subscribers

People subscribed via source and target branches

to all changes: