Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
3 Відповіді
5670 Переглядів

Image Preview

i want to adjust div how i can ? 

Аватар
Відмінити
Найкраща відповідь

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.

Аватар
Відмінити

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

Найкраща відповідь

Please post the qweb xml code for clear and accurate answer 

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
серп. 23
1670
3
черв. 20
5576
1
січ. 20
5996
5
вер. 19
4976
0
жовт. 24
1613