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

Image Preview

i want to adjust div how i can ? 

アバター
破棄
最善の回答

Odoo views and reports are built on top of the bootstrap framework and use its grid system. Please learn about the bootstrap grid system and then use the appropriate classes by inheriting the corresponding QWeb view.

Idea (without knowing your xml-Code to identify and manipulate the proper div element):

<xpath expr="//address[@t-field='o.partner_id']/.." position="attributes">
<attribute name="class">col-xs-5 col-xs-offset-7</attribute>
</xpath>

This should give you the direction.

アバター
破棄

For a proper answer you have to provide the QWeb code for the div you want to manipulate.

最善の回答

Please post the qweb xml code for clear and accurate answer 

アバター
破棄
関連投稿 返信 ビュー 活動
1
8月 23
1688
3
6月 20
5595
1
1月 20
5998
5
9月 19
4997
0
10月 24
1627