콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
5806 화면

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 

아바타
취소
관련 게시물 답글 화면 활동
1
8월 23
1770
3
6월 20
5720
1
1월 20
6078
5
9월 19
5066
0
10월 24
1758