Merge lp:~openerp-dev/openobject-server/trunk-bug-805374-nco into lp:openobject-server

Proposed by Nimesh Contractor(Open ERP)
Status: Rejected
Rejected by: Vo Minh Thu
Proposed branch: lp:~openerp-dev/openobject-server/trunk-bug-805374-nco
Merge into: lp:openobject-server
Diff against target: 12 lines (+1/-1)
1 file modified
openerp/addons/base/base_update.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-server/trunk-bug-805374-nco
Reviewer Review Type Date Requested Status
Naresh(OpenERP) (community) Approve
Review via email: mp+66889@code.launchpad.net

Description of the change

Hello sir,

         The home action m2o widget proposes unclear selection items, is solve by passing the domain value.

Thank You.

To post a comment you must log in.
Revision history for this message
Naresh(OpenERP) (nch-openerp) :
review: Approve
Revision history for this message
Vo Minh Thu (thu) wrote :

We will reject it, please see the bug report for the reason.

Unmerged revisions

3497. By Nimesh Contractor(Open ERP)

the home action m2o widget proposes unclear selection items

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'openerp/addons/base/base_update.xml'
2--- openerp/addons/base/base_update.xml 2011-01-06 17:38:28 +0000
3+++ openerp/addons/base/base_update.xml 2011-07-05 11:59:23 +0000
4@@ -124,7 +124,7 @@
5 </group>
6 <group colspan="1" col="2" groups="base.group_extended">
7 <separator string="Action" colspan="2"/>
8- <field name="action_id"/>
9+ <field name="action_id" domain="[('type','=','ir.actions.act_window')]"/>
10 <field domain="[('usage','=','menu')]" name="menu_id" required="True"/>
11 </group>
12 <group colspan="1" col="2">