Hi All,
I created a form view with three checkboxes and I want to align them in one line.
form View
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
2
답글
1946
화면
Hi Vikas Maharana,
Can you try this way,
Thanks
Thanks Nikhil
Hello Vikas
According to what you need to achieve (label above or next to checkbox you could use one of these.
{ div class="row" colspan="2" }
{ div class="col" }{ label for="f2f" / }{ field name="f2f" / }{ /div }
{ div class="col" }{ label for="branch" / }{ field name="branch" / }{ /div }
{ div class="col" }{ label for="digital" / }{ field name="digital" / }{ /div }
{ /div }
Or
{ div colspan="2" }
{ div class="row" }
{ div class="col" }{ label for="f2f" / }{ /div }
{ div class="col" }{ label for="branch" / }{ /div }
{ div class="col" }{ label for="digital" / }{ /div }
{ /div }
{ div class="row" }
{ div class="col" }{ field name="f2f" / }{ /div }
{ div class="col" }{ field name="branch" / }{ /div }
{ div class="col" }{ field name="digital" / }{ /div }
{ /div }
{ /div }
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
0
3월 15
|
4647 | ||
|
2
2월 23
|
2017 | ||
|
4
8월 17
|
8826 | ||
|
2
9월 15
|
5641 | ||
|
5
7월 15
|
7635 |