diff --git a/web_widget_radio_tree/README.rst b/web_widget_radio_tree/README.rst index 4586a7fd8..46923bbc6 100644 --- a/web_widget_radio_tree/README.rst +++ b/web_widget_radio_tree/README.rst @@ -13,7 +13,7 @@ Example: You have a partner company form with many contacts. The contacts are sh 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:: ...