Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
4440 Widoki

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.

Awatar
Odrzuć