| Current Path : /home/rtorresani/www/vendor/magento/module-sales/Test/Mftf/Data/ |
| Current File : //home/rtorresani/www/vendor/magento/module-sales/Test/Mftf/Data/OrderActionsData.xml |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd">
<entity name="OrderActions" type="orderActions">
<data key="cancel">Cancel</data>
<data key="hold">Hold</data>
<data key="unhold">Unhold</data>
<data key="printInvoices">Print Invoices</data>
<data key="printPackingSlips">Print Packing Slips</data>
<data key="printCreditMemos">Print Credit Memos</data>
<data key="printAll">Print All</data>
<data key="printShippingLabels">Print Shipping Labels</data>
</entity>
</entities>