mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[UPD] Update stock_reserve.pot [UPD] README.rst [UPD] Update stock_reserve.pot Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: stock-logistics-warehouse-13.0/stock-logistics-warehouse-13.0-stock_reserve Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-13-0/stock-logistics-warehouse-13-0-stock_reserve/
8 lines
277 B
XML
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>
|