acl.xml 1.5 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Refer to LICENSE.txt distributed with the Temando Shipping module for notice of license
  5. */
  6. -->
  7. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd">
  8. <acl>
  9. <resources>
  10. <resource id="Magento_Backend::admin">
  11. <resource id="Magento_Sales::sales">
  12. <resource id="Magento_Sales::sales_operation">
  13. <resource id="Temando_Shipping::dispatches" sortOrder="35" title="Dispatches"/>
  14. <resource id="Temando_Shipping::pickups" sortOrder="36" title="Pickups"/>
  15. <resource id="Temando_Shipping::batches" sortOrder="37" title="Batches"/>
  16. </resource>
  17. </resource>
  18. <resource id="Magento_Backend::stores">
  19. <resource id="Temando_Shipping::shipping" sortOrder="10" title="Shipping">
  20. <resource id="Temando_Shipping::carriers" sortOrder="10" title="Carriers"/>
  21. <resource id="Temando_Shipping::locations" sortOrder="20" title="Locations"/>
  22. <resource id="Temando_Shipping::packaging" sortOrder="30" title="Packaging"/>
  23. <resource id="Temando_Shipping::portal" sortOrder="40" title="Shipping Portal"/>
  24. </resource>
  25. </resource>
  26. </resource>
  27. </resources>
  28. </acl>
  29. </config>