Major changes: - Renamed module from OrderItemsCustom to AdminOrderColumns for clarity - Added CSS to hide product thumbnails in order items view - Updated all namespaces from Shopkeeper\OrderItemsCustom to Shopkeeper\AdminOrderColumns - Updated composer package name to shopkeeper/module-admin-order-columns - Bumped version to 1.1.0 - Added layout XML and CSS files for thumbnail removal - Updated all documentation and installation instructions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
10 lines
347 B
XML
10 lines
347 B
XML
<?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="Shopkeeper_AdminOrderColumns" setup_version="1.0.0">
|
|
<sequence>
|
|
<module name="Magento_Sales"/>
|
|
</sequence>
|
|
</module>
|
|
</config>
|