mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] fix invalid t-att
This commit is contained in:
parent
614040720b
commit
70c468f821
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user