Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
3 Antworten
5690 Ansichten

Image Preview

i want to adjust div how i can ? 

Avatar
Verwerfen
Beste Antwort

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
Verwerfen

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

Beste Antwort

Please post the qweb xml code for clear and accurate answer 

Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
1
Aug. 23
1690
3
Juni 20
5608
1
Jan. 20
5998
5
Sept. 19
5003
0
Okt. 24
1630