mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
14 lines
541 B
XML
14 lines
541 B
XML
<odoo>
|
|
<!-- Copyright (c) 2019 Open Source Integrators
|
|
License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). -->
|
|
<record model="res.config.settings" id="res_config_settings_direction">
|
|
<field name="stock_request_allow_virtual_loc" eval="1" />
|
|
</record>
|
|
<function model="res.config.settings" name="execute">
|
|
<value
|
|
model="res.config.settings"
|
|
search="[('id', '=', ref('stock_request_direction.res_config_settings_direction'))]"
|
|
/>
|
|
</function>
|
|
</odoo>
|