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:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
2
回复
1843
查看
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
|
4560 | ||
|
2
2月 23
|
1972 | ||
|
4
8月 17
|
8724 | ||
|
2
9月 15
|
5597 | ||
|
5
7月 15
|
7565 |