Files
stock-logistics-warehouse/stock_reserve/data/stock_data.xml
2023-04-17 20:41:20 +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>