mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[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:
committed by
Joan Sisquella
parent
b7915c1472
commit
0d9a70990a
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user