Commit 44a716cb authored by Arnaud Fontaine's avatar Arnaud Fontaine

erp5_property_sheets: Some projects do not use Simulation and Solvers at all.

parent 604db416
......@@ -26,7 +26,7 @@
</item>
<item>
<key> <string>expression</string> </key>
<value> <string>python: object.getCausalityState() in ("draft", "solved")</string> </value>
<value> <string>python: object.getCausalityState() in ("draft", "solved") if getattr(object, "getCausalityState", None) is not None else True</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment