3
0
Fork 0

[DOC] specify in the doc that field type should be boolean

8.0
Cesar Lage 2016-06-06 09:30:11 -04:00
parent 46bd506729
commit b645038211
1 changed files with 1 additions and 1 deletions

View File

@ -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">