| 1234567891011121314151617181920212223242526272829 |
- <?xml version="1.0"?>
- <!--
- /**
- * Refer to LICENSE.txt distributed with the Temando Shipping module for notice of license
- */
- -->
- <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd">
- <acl>
- <resources>
- <resource id="Magento_Backend::admin">
- <resource id="Magento_Sales::sales">
- <resource id="Magento_Sales::sales_operation">
- <resource id="Temando_Shipping::dispatches" sortOrder="35" title="Dispatches"/>
- <resource id="Temando_Shipping::pickups" sortOrder="36" title="Pickups"/>
- <resource id="Temando_Shipping::batches" sortOrder="37" title="Batches"/>
- </resource>
- </resource>
- <resource id="Magento_Backend::stores">
- <resource id="Temando_Shipping::shipping" sortOrder="10" title="Shipping">
- <resource id="Temando_Shipping::carriers" sortOrder="10" title="Carriers"/>
- <resource id="Temando_Shipping::locations" sortOrder="20" title="Locations"/>
- <resource id="Temando_Shipping::packaging" sortOrder="30" title="Packaging"/>
- <resource id="Temando_Shipping::portal" sortOrder="40" title="Shipping Portal"/>
- </resource>
- </resource>
- </resource>
- </resources>
- </acl>
- </config>
|