Skip to Content
मेन्यू
This question has been flagged
1 Reply
10263 Views

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
Discard
Author

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
Discard
Related Posts Replies Views Activity
0
जून 22
2296
2
मार्च 22
3097
1
जन॰ 18
5808
0
दिस॰ 17
9106
0
नव॰ 24
1204