fix: add mandatory_depends_on and read_only_depends_on to customize form
This commit is contained in:
parent
b95129d34d
commit
cb8ccffb37
2 changed files with 129 additions and 1178 deletions
|
|
@ -59,6 +59,8 @@ docfield_properties = {
|
|||
'report_hide': 'Check',
|
||||
'allow_on_submit': 'Check',
|
||||
'translatable': 'Check',
|
||||
'mandatory_depends_on': 'Data',
|
||||
'read_only_depends_on': 'Data',
|
||||
'depends_on': 'Data',
|
||||
'description': 'Text',
|
||||
'default': 'Text',
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue