From e751635e47cd1c93e3bb215d0c26512135edf2e0 Mon Sep 17 00:00:00 2001 From: Pierre Verkest Date: Wed, 13 Jan 2016 15:50:05 +0100 Subject: [PATCH] discourage indeterminate param as odoo do not manage Null value on boolean --- web_widget_boolean_switch/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_widget_boolean_switch/README.rst b/web_widget_boolean_switch/README.rst index aee88be0..b9ddb18b 100644 --- a/web_widget_boolean_switch/README.rst +++ b/web_widget_boolean_switch/README.rst @@ -44,7 +44,6 @@ extra * **size**: The checkbox size - default: `null` - values: null, 'mini', 'small', 'normal', 'large' * **animate**: Animate the switch - default: `true` - * **indeterminate**: Indeterminate state - default: `false` * **inverse**: Inverse switch direction - default: `false` * **onColor**: Color of the left side of the switch - default: `"primary"` - values: 'primary', 'info', 'success', 'warning', 'danger', 'default' @@ -74,6 +73,7 @@ extra `function() {}`, * **onSwitchChange**: Callback function to execute on switch state change - default: `function() {}` + * **indeterminate**: Indeterminate state - default: `false` attrs -----