StockSourceLinksData.xml 735 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd">
  10. <entity name="SourceStockLinked1" type="source-stock-links">
  11. <requiredEntity type="source-stock-link">Link1</requiredEntity>
  12. </entity>
  13. <entity name="Link1" type="source-stock-link">
  14. <data key="priority">1</data>
  15. <var key="stock_id" entityKey="return" entityType="stock"/>
  16. <var key="source_code" entityKey="source[source_code]" entityType="source"/>
  17. </entity>
  18. </entities>