[FIX] fix invalid t-att

This commit is contained in:
Xavier-Do 2023-06-21 15:47:54 +02:00
parent 614040720b
commit 70c468f821

View File

@ -35,7 +35,7 @@
<field name="arch" type="xml">
<form string="Build config step">
<sheet>
<div t-att-class="label label-warning" attrs="{'invisible': [('protected', '=', False)]}">
<div class="label label-warning" attrs="{'invisible': [('protected', '=', False)]}">
This record is protected and can only be edited by config administrator.
</div>
<group string="General settings">