Skip to content

Commit

Permalink
[settings_improvement][CHG] field desc. like in V8
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier-LAURENT committed Aug 18, 2014
1 parent d3820ae commit 81bf00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings_improvement/ir_ui_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ class view(orm.Model):

_columns = {
'view_ids': fields.one2many(
'ir.ui.view', 'inherit_id', 'Derived Views'),
'ir.ui.view', 'inherit_id', 'Inherited Views'),
}

0 comments on commit 81bf00c

Please sign in to comment.