Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
4447 Переглядів

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.

Аватар
Відмінити