Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
3 Răspunsuri
5675 Vizualizări

Image Preview

i want to adjust div how i can ? 

Imagine profil
Abandonează
Cel mai bun răspuns

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.

Imagine profil
Abandonează

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

Cel mai bun răspuns

Please post the qweb xml code for clear and accurate answer 

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
aug. 23
1680
3
iun. 20
5587
1
ian. 20
5998
5
sept. 19
4991
0
oct. 24
1625