Files
stock-logistics-warehouse/stock_move_location/data/stock_quant_view.xml
2020-03-14 12:28:39 +01:00

15 lines
432 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<!-- To move quants directly from qants views -->
<act_window
id="wiz_stock_quant_location_action"
name="Move to location..."
res_model="wiz.stock.move.location"
binding_model="stock.quant"
view_mode="form"
context="{'origin_location_disable': True}"
target="new"
groups="stock.group_stock_user"
/>
</odoo>