Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
10300 Visualizações

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
Cancelar
Autor

Thanks for the solutions by Prakash.

Melhor resposta

    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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
0
jun. 22
2323
2
mar. 22
3111
1
jan. 18
5822
0
dez. 17
9115
0
nov. 24
1234