Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
3 Vastaukset
5664 Näkymät

Image Preview

i want to adjust div how i can ? 

Avatar
Hylkää
Paras vastaus

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
Hylkää

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

Paras vastaus

Please post the qweb xml code for clear and accurate answer 

Avatar
Hylkää
Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
1
elok. 23
1667
3
kesäk. 20
5573
1
tammik. 20
5996
5
syysk. 19
4973
0
lokak. 24
1611