DemacMedia/Magento-Multi-Location-Inventory

View on GitHub
app/etc/modules/Demac_MultiLocationInventory.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<config>
    <modules>
        <Demac_MultiLocationInventory>
            <active>true</active>
            <codePool>community</codePool>
            <depends>
                <Mage_Core/>
                <Mage_Adminhtml/>
                <Mage_Api/>
                <Mage_Catalog/>
                <Mage_CatalogInventory/>
                <Mage_Index/>
                <Mage_CatalogSearch/>
                <Mage_Sales/>
                <Mage_Directory/>
            </depends>
        </Demac_MultiLocationInventory>
    </modules>
</config>