Files
stock-logistics-warehouse/stock_removal_location_by_priority/security/stock_security.xml

13 lines
396 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2017-18 Eficent Business and IT Consulting Services S.L.
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo>
<record id="group_removal_priority" model="res.groups">
<field name="name">Removal Priority</field>
<field name="category_id" ref="base.module_category_hidden"/>
</record>
</odoo>