Se rendre au contenu
Menu
Cette question a été signalée
3 Réponses
5706 Vues

Image Preview

i want to adjust div how i can ? 

Avatar
Ignorer
Meilleure réponse

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
Ignorer

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

Meilleure réponse

Please post the qweb xml code for clear and accurate answer 

Avatar
Ignorer
Publications associées Réponses Vues Activité
1
août 23
1719
3
juin 20
5643
1
janv. 20
6015
5
sept. 19
5022
0
oct. 24
1660