stock_usability: add confirm pop-up on inventory validation

This commit is contained in:
Alexis de Lattre
2025-01-07 17:35:59 +01:00
parent 82b910491a
commit 3e7298f465

View File

@@ -18,6 +18,16 @@
<field name="prefill_counted_quantity" position="attributes">
<attribute name="attrs">{}</attribute>
</field>
<button name="action_validate" type="object" position="attributes">
<attribute name="confirm">Do you confirm the validation of the inventory?</attribute>
</button>
<button name="action_validate" class="oe_highlight" position="attributes">
<attribute name="confirm">Do you confirm the validation of the inventory?</attribute>
</button>
<!-- I would like to have the same confirm pop-up for the button
"Validate Inventory" on the tree view of the inventory lines,
but it's a special JS widget, so it's more complex to implement
-->
</field>
</record>