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

What I'm trying to achieve is having margin on my home page. 

What I've tried to do is have a module/theme input a <div class="wrapper"> and </div> in two different places with two different xpaths within one template. The wrapper class has a style.less file with some css in it which should add the margins for me. The problem/error I'm getting is that I can't have unclosed div tags in the xml as it causes an error in odoo. Is there a way around this or a better way of adding margins. 


# Came up with a solution:

Going in before any of the content and inserting a new div which is floating left. Do the same after your content but floating right. Set the sizes and backgrounds of these div's appropriately. Then go into the attributes of your the main content (I had oe_structure eo_empty) and give it a attribute of float middle. Its not ideal but it produces the same effect providing you can get the sizing right and responsive. 



아바타
취소
베스트 답변

When you define an xpath is for select a node or a group of nodes, you don't select only the beginning or the end, it's the whole node. After a transformation is applied the new content is part of the view definition and need to be able to get parsed by lxml for others transformations on the nodes. So you need to provide the entire content of the new nodes to be a valid xml document. For add only attrs at the beginning of the tag there is a position attributes that solve this. For others situations positions inside, before, after or replace do the trick

아바타
취소
작성자 베스트 답변

ok, but the node that I would need to transform doesn't appear to exist as there is nothing wrapping or around the content. I can't even see a body tag on this page. 


아바타
취소

If the node have content when is show in the page then there is a view that extends it for add the content and you could do the transformation in your node by extending the other view

관련 게시물 답글 화면 활동
2
10월 23
5658
2
2월 23
8481
0
9월 20
3632
2
3월 15
6251
3
9월 25
2221