コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
10306 ビュー

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
2326
2
3月 22
3117
1
1月 18
5827
0
12月 17
9129
0
11月 24
1240