Skip to content
Snippets Groups Projects
Commit 4ee3875a authored by clesgow's avatar clesgow
Browse files

[FIX] mrp: BoM Overview filters display

Since the pager div doesn't appear anymore in the DOM when it would be
empty, the filters buttons (warehouse and display) would be pushed back
to the end of the flex div.

Part of task-2985735

Part-of: odoo/odoo#104893
parent 73fb78e7
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@
</t>
<t t-set-slot="control-panel-bottom-right">
<div class="o_cp_bottom_right_sp">
<div class="o_search_options">
<t t-if="props.warehouses.length > 1">
<Dropdown class="'btn-group'" togglerClass="'btn btn-secondary'">
<t t-set-slot="toggler">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment