Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
10267 Weergaven

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

Thanks for the solutions by Prakash.

Beste antwoord

    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
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
0
jun. 22
2296
2
mrt. 22
3098
1
jan. 18
5808
0
dec. 17
9107
0
nov. 24
1205