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

I need make this: 

I want to place two fields in the same row after a field within an ,
let's say for example, cost of transportation and to the right of it
the currency in which that cost was paid



아바타
취소
베스트 답변

Hi,

You can achieve it by using the oe_inline class in odoo.

Example:

<label for="field_1" string="Label"/>
<div name="test_div" class="o_row">
<field name="field_1"/>
<field name="field_2" class="oe_inline"/>
div>


Thanks

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

Thanks

good help


아바타
취소
관련 게시물 답글 화면 활동
5
8월 24
46665
2
4월 24
2563
3
6월 23
5811
3
3월 23
10335
1
3월 23
2884