Hello Jebtrix, Thanks for reporting! I have created branch for you , It has been fixed on lp:~openerp-dev/openobject-server/trunk-bug-1103788-jir branch with following revision no and id.
rev no : 4787 rev id : 4787 [email protected] Thanks again! ** Changed in: openobject-server Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of OpenERP Indian Team, which is subscribed to OpenERP Server. https://bugs.launchpad.net/bugs/1103788 Title: [7.0/trunk]: Unable to create new view Status in OpenERP Server: Fix Committed Bug description: v7 r8608 User Interface > Views Unable to create new view, save always fails (silently). Required [View Type] field is inaccessible/hidden due to readonly not being unset. Problem is ../addons/base/ir/ir_ui_view_view.xml <!-- View --> <record id="view_view_form" model="ir.ui.view"> <field name="model">ir.ui.view</field> <field name="arch" type="xml"> <form string="Views" version="7.0"> <sheet> <group> <group> <field name="name"/> <field name="type"/> --fix--> <field name="type" readonly="0"/> <field name="model"/> <field name="priority"/> To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-server/+bug/1103788/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~openerp-india Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-india More help : https://help.launchpad.net/ListHelp

