Hello,

I have a little noob question. In a form view, is it possible to hide a group 
with a condition for instance in:

        <label name="is_insured"/>
        <field name="is_insured"/>
    <newline/>
    <group string="Insurance Infos" id="statement_insurance_info">
        <label name="insurance_part"/>
        <field name="insurance_part"/>
        <label name="insurance_number"/>
        <field name="insurance_number"/>  
        <label name="party_insurance"/>
        <field name="party_insurance"/>   
    </group>

group "Insurance infos" will be hide if is_insured (a bool field) is false and 
will appear if the field is set true.
If is it possible, how can I do it?
Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/3f3d8ac2-2ac4-4215-8d24-320e84b725e1%40googlegroups.com.

Reply via email to