Skip to content
Snippets Groups Projects
Commit 47c32052 authored by Denis Ledoux's avatar Denis Ledoux
Browse files

[FIX] ir_ui_view: Active (boolean) should not be required

If so, impossible to uncheck the box in the webclient
parent 4dec8b54
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ class view(osv.osv):
(<xpath/>) are applied, and the result is used as if it were this view's
actual arch.
"""),
'active': fields.boolean("Active", required=True,
'active': fields.boolean("Active",
help="""If this view is inherited,
* if True, the view always extends its parent
* if False, the view currently does not extend its parent but can be enabled
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment