Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
10294 Vues

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
Ignorer
Auteur

Thanks for the solutions by Prakash.

Meilleure réponse

    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
Ignorer
Publications associées Réponses Vues Activité
0
juin 22
2321
2
mars 22
3110
1
janv. 18
5821
0
déc. 17
9113
0
nov. 24
1233