<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
    <module name="Autogedal_Labels" setup_version="1.0.0">
        <sequence>
            <!-- Depends on Catalog for products, CatalogInventory for stock conditions, Codazon for discount -->
            <module name="Magento_Catalog"/>
            <module name="Magento_CatalogInventory"/>
            <module name="Codazon_ProductLabel"/>
        </sequence>
    </module>
</config>

