Skip to content

Commit

Permalink
[IMP] change arch_fs's type to field.char
Browse files Browse the repository at this point in the history
  • Loading branch information
amigrave committed Aug 6, 2014
1 parent ac5c2c8 commit 053ca7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openerp/addons/base/ir/ir_ui_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def _arch_set(self, cr, uid, ids, field_name, field_value, args, context=None):
('qweb', 'QWeb')], string='View Type'),
'arch': fields.function(_arch_get, fnct_inv=_arch_set, string='View Architecture', type="text", nodrop=True),
'arch_db': fields.text('Arch Blob'),
'arch_fs': fields.text('Arch Filename'),
'arch_fs': fields.char('Arch Filename'),
'inherit_id': fields.many2one('ir.ui.view', 'Inherited View', ondelete='cascade', select=True),
'inherit_children_ids': fields.one2many('ir.ui.view','inherit_id', 'Inherit Views'),
'field_parent': fields.char('Child Field'),
Expand Down

0 comments on commit 053ca7c

Please sign in to comment.