[IMP] Improved code for Settings => Technical => Security => Access Controls List:

clicking on create should open an editable line in the top of the list, not at the bottom.

bzr revid: psa@tinyerp.com-20121210062545-7g6d2a3padvgkjt7
This commit is contained in:
Paramjit Singh Sahota 2012-12-10 11:55:45 +05:30
parent 798e44b1e4
commit 0c18a21f71
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@
<record id="ir_access_view_tree" model="ir.ui.view">
<field name="model">ir.model.access</field>
<field name="arch" type="xml">
<tree string="Access Controls" editable="bottom">
<tree string="Access Controls" editable="top">
<field name="name"/>
<field name="model_id"/>
<field name="group_id"/>