add 'visible' property to field definition
This commit is contained in:
parent
6cff2cc6df
commit
4c18a9731c
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 Helmut Merz helmutm@cy55.de
|
# Copyright (c) 2016 Helmut Merz helmutm@cy55.de
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -54,6 +54,7 @@ class Field(Component):
|
||||||
|
|
||||||
implements(IField)
|
implements(IField)
|
||||||
|
|
||||||
|
visible = True
|
||||||
required = False
|
required = False
|
||||||
readonly = False
|
readonly = False
|
||||||
nostore = False
|
nostore = False
|
||||||
|
|
Loading…
Add table
Reference in a new issue