This question has been flagged
4115 Views

in the res.partner the `customer` is defaulted to `True`. And this makes its checkbox to be checked whever ever it appears. 

I havea form where its needs to be `False` by default, but only on this form.

How can i do this? 

    <field name="customer" eval="0"/>
    <field name="customer" eval="False"/>

This two lines ain't working.

Avatar
Discard