Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
3 Risposte
5669 Visualizzazioni

Image Preview

i want to adjust div how i can ? 

Avatar
Abbandona
Risposta migliore

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
Abbandona

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

Risposta migliore

Please post the qweb xml code for clear and accurate answer 

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
ago 23
1669
3
giu 20
5576
1
gen 20
5996
5
set 19
4975
0
ott 24
1613