Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
10202 Vistas

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.

Avatar
Descartar
Autor

Thanks for the solutions by Prakash.

Mejor respuesta

    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')

 

  

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
0
jun 22
2216
2
mar 22
2992
1
ene 18
5740
0
dic 17
9012
0
nov 24
1121