You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
377 B
10 lines
377 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data>
|
|
<!-- Define the stock location for sale stock reservations -->
|
|
<record id="sale_stock_reservation" model="stock.location">
|
|
<field name="name">Stock Reservation Location</field>
|
|
<field name="location_id" ref="stock.stock_location_locations"/>
|
|
</record>
|
|
</data>
|
|
</odoo>
|
|
|