Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
10256 Представления

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.

Аватар
Отменить
Автор

Thanks for the solutions by Prakash.

Лучший ответ

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

 

  

Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
июн. 22
2293
2
мар. 22
3095
1
янв. 18
5800
0
дек. 17
9106
0
нояб. 24
1201