run pre-commit with new prettiers

pull/3107/head
Guewen Baconnier 2020-03-19 11:38:41 +01:00 committed by Enric Tobella
parent 7bb5ee58c8
commit 4f15a85b45
1 changed files with 6 additions and 6 deletions

View File

@ -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>