Skip to Content
Menú
This question has been flagged
1 Respondre
10277 Vistes

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.

Best Answer

    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
Related Posts Respostes Vistes Activitat
0
de juny 22
2316
2
de març 22
3101
1
de gen. 18
5818
0
de des. 17
9112
0
de nov. 24
1220