This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/modules/product_attr/product_attr_install.xml
2008-11-26 14:50:40 -08:00

30 lines
587 B
XML

<install>
<module_properties>
<name>product_attr</name>
<parent>product</parent>
<notes><![CDATA[This module controls the product attributs]]></notes>
<dependancy>product</dependancy>
</module_properties>
<sql_inserts>
<module_method>
<search_show>
<name>search_show</name>
</search_show>
<search>
<name>search</name>
</search>
<view>
<name>view</name>
</view>
<delete>
<name>delete</name>
</delete>
<add>
<name>add</name>
</add>
<update>
<name>update</name>
</update>
</module_method>
</sql_inserts>
</install>