İçereği Atla
Menü
Bu soru işaretlendi
3 Cevaplar
5671 Görünümler

Image Preview

i want to adjust div how i can ? 

Avatar
Vazgeç
En İyi Yanıt

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.

Avatar
Vazgeç

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

En İyi Yanıt

Please post the qweb xml code for clear and accurate answer 

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Ağu 23
1670
3
Haz 20
5576
1
Oca 20
5997
5
Eyl 19
4978
0
Eki 24
1613