changeset a7156e7d4f86 in trytond:default
details: https://hg.tryton.org/trytond?cmd=changeset&node=a7156e7d4f86
description:
Do not rely on depends to select the fields to read in form view
issue11134
review389681019
diffstat:
trytond/model/fields/field.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r 1fe05701cda8 -r a7156e7d4f86 trytond/model/fields/field.py
--- a/trytond/model/fields/field.py Sun Jan 30 13:10:57 2022 +0100
+++ b/trytond/model/fields/field.py Mon Jan 31 22:25:59 2022 +0100
@@ -445,7 +445,6 @@
'context': encoder.encode(self.context),
'loading': self.loading,
'name': self.name,
- 'depends': self.depends,
'on_change': list(self.on_change),
'on_change_with': list(self.on_change_with),
'readonly': self.readonly,