[IMP] web_group_expand: black, isort

This commit is contained in:
Manuel Calero
2021-03-17 13:04:56 +01:00
committed by BT-aestebanez
parent ce88ab6418
commit c7225dbe71
4 changed files with 71 additions and 47 deletions

View File

@@ -1,15 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8" ?>
<templates>
<t t-name="web_group_expand.Buttons">
<nav class="btn-group oe_group_by_expand_buttons o_hidden">
<button class="btn btn-secondary fa fa-expand"
id="oe_group_by_expand"
title="Expand groups"
type="button" />
<button class="btn btn-secondary fa fa-compress"
id="oe_group_by_collapse"
title="Collapse groups"
type="button" />
<button
class="btn btn-secondary fa fa-expand"
id="oe_group_by_expand"
title="Expand groups"
type="button"
/>
<button
class="btn btn-secondary fa fa-compress"
id="oe_group_by_collapse"
title="Collapse groups"
type="button"
/>
</nav>
</t>
</templates>