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/account_billing/account_billing_install.xml

35 lines
763 B
XML
Raw Normal View History

<install>
<module_properties>
<name>account_billing</name>
2010-11-29 22:41:08 +00:00
<parent>account</parent>
<notes><![CDATA[This module contains the encrypted billing data.]]></notes>
</module_properties>
<sql_inserts>
<module_method>
<add>
<name>add</name>
</add>
<update>
<name>update</name>
</update>
<delete>
<name>delete</name>
</delete>
<view>
<name>view</name>
</view>
<search>
<name>search</name>
</search>
<search_form>
<name>search_form</name>
<notes><![CDATA[Allow users to view the search form]]></notes>
</search_form>
<search_show>
<name>search_show</name>
<notes><![CDATA[Allow users to view the search results]]></notes>
</search_show>
</module_method>
</sql_inserts>
2010-11-29 22:41:08 +00:00
</install>