Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
4428 Visualizzazioni

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
Abbandona