Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
3 Odpovědi
5441 Zobrazení

Image Preview

i want to adjust div how i can ? 

Avatar
Zrušit
Nejlepší odpověď

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
Zrušit

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

Nejlepší odpověď

Please post the qweb xml code for clear and accurate answer 

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
srp 23
1503
3
čvn 20
5397
1
led 20
5788
5
zář 19
4773
0
říj 24
1313