Skip to Content
Menu
This question has been flagged
1 Atsakyti
10333 Rodiniai

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.

Portretas
Atmesti
Autorius

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')

 

  

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
0
birž. 22
2364
2
kov. 22
3176
1
saus. 18
5857
0
gruod. 17
9183
0
lapkr. 24
1281