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:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
2
Cevaplar
1860
Görünümler
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 }
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Olİlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
|
0
Mar 15
|
4562 | ||
|
2
Şub 23
|
1973 | ||
|
4
Ağu 17
|
8730 | ||
|
2
Eyl 15
|
5599 | ||
|
5
Tem 15
|
7579 |