A way to get it working :
Export the BSV as a XML, change the XML
1) Set the operand to "false"
[i]<operation name="Del" type="delete_object" [color=#FF0000]operand="false" [/color]css_class="" display_text="false">[/i]
2) Add in the business-rule: use_in_on_change="true"
[i]<rule name="Rule1"[color=#FF0000] use_in_on_change="true"[/color]>
<rule_text>
Parent.Amount=SUM Child.Amount WHERE (Child IN Parent.oo_Child)
</rule_text>
</rule>[/i]
and import the XML again
@ Support
Can this be set somewhere so we don't have to change the XML ?