跳至内容
菜单
此问题已终结
1 回复
10285 查看

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

 

  

形象
丢弃
相关帖文 回复 查看 活动
0
6月 22
2320
2
3月 22
3108
1
1月 18
5819
0
12月 17
9112
0
11月 24
1228