Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
4545 Vizualizări

hello everyone , i just created a module on openerp7 , it has a registration form and wanted to add a field where i can load the user picture .. can anyone give me any hints??

Imagine profil
Abandonează
Cel mai bun răspuns

in python :

 _columns = { 'image': fields.binary("Image",), }

in xml :

<field name="image" widget='image' class="oe_avatar oe_left"  />
Imagine profil
Abandonează
Autor

Thank you very much :)

Related Posts Răspunsuri Vizualizări Activitate
5
apr. 19
6111
1
apr. 16
4300
1
mar. 15
8870
5
ian. 24
16400
4
mar. 15
6138