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
返信
1847
ビュー
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
|
4561 | ||
|
2
2月 23
|
1972 | ||
|
4
8月 17
|
8724 | ||
|
2
9月 15
|
5598 | ||
|
5
7月 15
|
7575 |