Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
10332 Visninger

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
Kassér
Forfatter

Thanks for the solutions by Prakash.

Bedste svar

    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
Kassér
Related Posts Besvarelser Visninger Aktivitet
0
jun. 22
2364
2
mar. 22
3173
1
jan. 18
5857
0
dec. 17
9182
0
nov. 24
1280