Merge lp:~openerp-dev/openobject-server/trunk-bug-1103788-jir into lp:openobject-server

Proposed by Jignesh Rathod(OpenERP)
Status: Rejected
Rejected by: Vo Minh Thu
Proposed branch: lp:~openerp-dev/openobject-server/trunk-bug-1103788-jir
Merge into: lp:openobject-server
Diff against target: 12 lines (+1/-1)
1 file modified
openerp/addons/base/ir/ir_ui_view_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-server/trunk-bug-1103788-jir
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+148088@code.launchpad.net

Description of the change

Hello ,

Fixes the creating custom view problem ( Settings > Technical > User Interface > Views ) via user interface.
So view type should be selectable when you creating custom view from another view.

Thanks.

To post a comment you must log in.
Revision history for this message
Vo Minh Thu (thu) wrote :

I have just tried create/duplicate on the runbot in trunk. Seems good, and thus this patch is unnecessary. Thanks.

Unmerged revisions

4787. By Jebtrix

[FIX] Solve the problem of creating custom view

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'openerp/addons/base/ir/ir_ui_view_view.xml'
2--- openerp/addons/base/ir/ir_ui_view_view.xml 2012-12-18 23:52:13 +0000
3+++ openerp/addons/base/ir/ir_ui_view_view.xml 2013-02-13 05:26:22 +0000
4@@ -10,7 +10,7 @@
5 <group>
6 <group>
7 <field name="name"/>
8- <field name="type"/>
9+ <field name="type" readonly="0"/>
10 <field name="model"/>
11 <field name="priority"/>
12 </group>