mirror of https://github.com/OCA/web.git
run pre-commit with new prettiers
parent
7bb5ee58c8
commit
4f15a85b45
|
@ -4,18 +4,18 @@
|
|||
<field name="model">res.users</field>
|
||||
<field name="inherit_id" ref="base.view_users_tree" />
|
||||
<field name="arch" type="xml">
|
||||
<field name="login_date" position="attributes">
|
||||
<attribute name="options">{
|
||||
<field name="login_date" position="attributes">
|
||||
<attribute name="options">{
|
||||
"bg_color": "#9e1635: login_date == False",
|
||||
"fg_color": "white: login_date == False"
|
||||
}</attribute>
|
||||
</field>
|
||||
<field name="name" position="attributes">
|
||||
<attribute name="options"> {
|
||||
</field>
|
||||
<field name="name" position="attributes">
|
||||
<attribute name="options"> {
|
||||
"bg_color": "blue; #653b5b: login == 'admin'",
|
||||
"fg_color": "white"
|
||||
}</attribute>
|
||||
</field>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
|
|
Loading…
Reference in New Issue