mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
13 lines
396 B
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>
|