Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
2 Vastaukset
17070 Näkymät

In a form view, what way would you have a field only be editable when the object is crated and not editable afterwards.
 

Avatar
Hylkää
Tekijä Paras vastaus

An object on create will not have an id. Afterwards, it will always have one.

Taking advantage of this behaviour, the id can be used to set the readonly attribute.

<field name="id" invisible="1"/>

<field name="uneditable_field" attrs="{'readonly': [('id', '!=', False)]}"/>

Avatar
Hylkää

Well done. I was stuggled with this. I didn't think to add the "id" field as invisible to make it available in the domain. Thanks for sharing! J

Paras vastaus

nice post.


Avatar
Hylkää
Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
0
jouluk. 19
6295
1
elok. 23
2033
0
huhtik. 21
3259
1
heinäk. 19
7016
6
heinäk. 24
45700