mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
@@ -65,15 +65,6 @@
|
||||
</div>
|
||||
<div class="o_shuttle_content o_shuttle_content_right">
|
||||
<div>
|
||||
<button
|
||||
name="button_skip"
|
||||
type="object"
|
||||
string="Skip"
|
||||
icon="fa-forward"
|
||||
class="btn-danger"
|
||||
barcode_trigger="skip"
|
||||
attrs="{'invisible': [('state', '=', 'noop')]}"
|
||||
/>
|
||||
<!-- will react on barcode 'O-BTN.save' -->
|
||||
<button
|
||||
name="button_save"
|
||||
|
||||
@@ -21,6 +21,17 @@
|
||||
<form position="attributes">
|
||||
<attribute name="string">Pick Screen</attribute>
|
||||
</form>
|
||||
<button name="button_save" position="before">
|
||||
<button
|
||||
name="button_skip"
|
||||
type="object"
|
||||
string="Skip"
|
||||
icon="fa-forward"
|
||||
class="btn-danger"
|
||||
barcode_trigger="skip"
|
||||
attrs="{'invisible': [('state', '=', 'noop')]}"
|
||||
/>
|
||||
</button>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user