Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
10260 Prikazi

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
Opusti
Avtor

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
Opusti
Related Posts Odgovori Prikazi Aktivnost
0
jun. 22
2295
2
mar. 22
3096
1
jan. 18
5805
0
dec. 17
9106
0
nov. 24
1203