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

Hello, I am modifying the existing module.

I want to increse the height of the text box. My code is

        <field name="street" position="replace">
        <field name="street"
            height = "50" />
        </field>

But it does not work.

Can anyone please help?

Thank you very much.

Imagine profil
Abandonează
Autor

Thanks for the solutions by Prakash.

Cel mai bun răspuns

    In Existing Module "street" fields is char change into text (Based on your requirments)

      Example,

     'street': fields.char('Street', size=128)

     change into

     'street': fields.text('Street')

 

  

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
0
iun. 22
2310
2
mar. 22
3101
1
ian. 18
5816
0
dec. 17
9110
0
nov. 24
1217