mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
15 lines
432 B
XML
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>
|