[11.0] stock_move_location: add small margin between buttons,

done inline because the same margin is defined in  style files
for account dashboard, however I don't want to apply the
account_kanban class here as it would have more effects.
This commit is contained in:
Lois Rilo
2019-11-19 17:16:25 +01:00
committed by Joan Sisquella
parent b7915c1472
commit 0d9a70990a

View File

@@ -21,7 +21,7 @@
</field>
<xpath expr="//div[hasclass('o_kanban_primary_left')]" position="inside">
<div t-if="record.show_move_onhand.raw_value">
<button name="action_move_location" type="object" class="btn btn-info">
<button name="action_move_location" type="object" class="btn btn-info" style="margin-top: 5px;">
Move On Hand
</button>
</div>