[IMP] base: field used in view python expressions is automatically loaded

This commit is contained in:
Gorash
2023-08-28 14:23:21 +02:00
parent 727d749f0c
commit b2dbe00a9f

View File

@@ -239,7 +239,7 @@ can have the following attributes:
.. code-block:: xml
<field name="fname_a" invisible="True"/> <!-- necessary to evaluate invisible attribute of 'fname_b' field -->
<!-- 'fname_a' is loaded automatically (as invisible and readonly) to evaluate invisible attribute of 'fname_b' field -->
<field name="fname_b" invisible="fname_c != 3 and fname_a == parent.fname_d"/>
<field name="fname_c"/>