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