[IMP]Settings : view type and action typefield is select

bzr revid: hsa@tinyerp.com-20121127073012-f97e468x17mzzy1w
This commit is contained in:
Hardik 2012-11-27 13:00:12 +05:30
parent 94e0fad1a8
commit 3b5d70bf3b
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ class actions(osv.osv):
_order = 'name'
_columns = {
'name': fields.char('Name', size=64, required=True),
'type': fields.char('Action Type', required=True, size=32,readonly=True),
'type': fields.char('Action Type', required=True, size=32),
'usage': fields.char('Action Usage', size=32),
'help': fields.text('Action description',
help='Optional help text for the users with a description of the target view, such as its usage and purpose.',

View File

@ -10,7 +10,7 @@
<group>
<group>
<field name="name"/>
<field name="type"/>
<field name="type" readonly="0"/>
<field name="model"/>
<field name="priority"/>
</group>