i want to make a separator between the fields in the form view because i have many fields in the form view and i need to separate between them to make it easy to check fields.
i am using OpenERP v7
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
i want to make a separator between the fields in the form view because i have many fields in the form view and i need to separate between them to make it easy to check fields.
i am using OpenERP v7
Old question, but I stumbled over the same problem and want to share my response:
-> solved it by adding style="margin-right:10px;" on the field.
Hello,
I also stumbled into a similar problem. Manually inserting a non-breaking space ( ) between the fields did not work - even when using its Unicode value.
I ended up using an 'invisible comma' (⁣).
eg. <field name="some field"/>⁣<field name="some other field"/>
Really i was asking for a line seperator between two fields because i have two sets of field and i want to make a line space betwwen the two fields : i do that by adding new field called space :
in .py file :
'space': fields.char(' ', readonly=True)
in .xml file :
<field name="space"/>
the result is empty line space.
add empty div with heigth tag between gruops.it will give space between to groups.
<div style="height:50px">
</div>
that code has been translated directly to html
hr tag, will not give such a nice line
Create an account today to enjoy exclusive features and engage with our awesome community!
РеєстраціяRelated Posts | Відповіді | Переглядів | Дія | |
---|---|---|---|---|
|
1
квіт. 15
|
6761 | ||
|
4
бер. 15
|
5377 | ||
|
1
лист. 22
|
2595 | ||
|
0
груд. 19
|
5779 | ||
|
2
лист. 19
|
3619 |