[IMP] web_widget_open_tab: black, isort

This commit is contained in:
Raf Ven
2020-09-29 13:42:50 +02:00
parent 2c54f1daf3
commit c2d559d017
4 changed files with 56 additions and 49 deletions

View File

@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<record id="view_users_tree" model="ir.ui.view">
<field name="model">res.users</field>
<field name="inherit_id" ref="base.view_users_tree" />
<field name="arch" type="xml">
<field name="name" position="before">
<field name="id" widget="open_tab"/>
<field name="id" widget="open_tab" />
</field>
</field>
</record>