Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
3 Replies
5653 Tampilan

Image Preview

i want to adjust div how i can ? 

Avatar
Buang
Jawaban Terbai

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
Buang

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

Jawaban Terbai

Please post the qweb xml code for clear and accurate answer 

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
1
Agu 23
1659
3
Jun 20
5568
1
Jan 20
5994
5
Sep 19
4968
0
Okt 24
1606