Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
3 Odpowiedzi
5656 Widoki

Image Preview

i want to adjust div how i can ? 

Awatar
Odrzuć
Najlepsza odpowiedź

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.

Awatar
Odrzuć

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

Najlepsza odpowiedź

Please post the qweb xml code for clear and accurate answer 

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
sie 23
1662
3
cze 20
5571
1
sty 20
5996
5
wrz 19
4973
0
paź 24
1608