İçereği Atla
Menü
Bu soru işaretlendi
3 Cevaplar
6415 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
2139
3
Haz 20
6226
1
Oca 20
6396
5
Eyl 19
5489
0
Eki 24
2277