forked from Techsystech/web
[DOC] specify in the doc that field type should be boolean
parent
46bd506729
commit
b645038211
|
@ -13,7 +13,7 @@ Example: You have a partner company form with many contacts. The contacts are sh
|
||||||
Usage
|
Usage
|
||||||
=====
|
=====
|
||||||
|
|
||||||
In the view declaration, put widget='radio_tree' attribute in the field tag::
|
In the view declaration, put widget='radio_tree' attribute in the field tag. The field type should be boolean::
|
||||||
|
|
||||||
...
|
...
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
|
|
Loading…
Reference in New Issue