mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
16 lines
567 B
XML
16 lines
567 B
XML
<odoo>
|
|
<record id="action_stock_location_orderpoint" model="ir.actions.act_window">
|
|
<field name="name">Stock Location Orderpoint</field>
|
|
<field name="type">ir.actions.act_window</field>
|
|
<field name="res_model">stock.location.orderpoint</field>
|
|
<field name="view_mode">tree,form</field>
|
|
</record>
|
|
<menuitem
|
|
id="menu_stock_location_orderpoint"
|
|
action="action_stock_location_orderpoint"
|
|
name="Stock Location Orderpoint"
|
|
parent="stock.menu_warehouse_config"
|
|
sequence="50"
|
|
/>
|
|
</odoo>
|