[TYPO]readonly

This commit is contained in:
michel 2018-02-01 17:05:10 +01:00 committed by Gitea
parent d2f379aeef
commit 797461ab9e
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<field name="hour_stop" widget="float_time"
attrs="{'invisible': [('is_recurrent', '=', False)]}" />
<field name="is_fullseason" readeonly="False"
<field name="is_fullseason" readonly="False"
attrs="{'invisible':[('is_recurrent', '=', False)]}" />
<field name="date_start"
attrs="{'invisible':[('is_recurrent', '=', True),