Files
stock-logistics-warehouse/stock_reserve/data/stock_data.xml
2021-07-28 11:21:38 +02:00

8 lines
277 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">
<record id="stock_location_reservation" model="stock.location">
<field name="name">Reservation Stock</field>
<field name="location_id" ref="stock.stock_location_locations" />
</record>
</odoo>