Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
3 Ответы
5688 Представления

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
1690
3
июн. 20
5605
1
янв. 20
5998
5
сент. 19
5003
0
окт. 24
1630