fix: add mandatory_depends_on and read_only_depends_on to customize form

This commit is contained in:
prssanna 2019-12-04 12:29:56 +05:30
parent b95129d34d
commit cb8ccffb37
2 changed files with 129 additions and 1178 deletions

View file

@ -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',