-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.xml
35 lines (35 loc) · 841 Bytes
/
manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version='1.0'?>
<module>
<exporttime>2015-10-22 13:04:21</exporttime>
<name>MSDuplicateCheck</name>
<label>MSDuplicateCheck</label>
<parent></parent>
<type>extension</type>
<version>2.2.1</version>
<dependencies>
<vtiger_version>6.0.0</vtiger_version>
<vtiger_max_version>6.*</vtiger_max_version>
</dependencies>
<tables>
</tables>
<events>
</events>
<customlinks>
<customlink>
<linktype>HEADERSCRIPT</linktype>
<linklabel>MSDUPLICATECHECKHEADERSCRIPT</linklabel>
<linkurl><![CDATA[modules/MSDuplicateCheck/MSDuplicateCheck.js]]></linkurl>
<linkicon><![CDATA[]]>
</linkicon>
<sequence>1</sequence>
<handler_path><![CDATA[]]>
</handler_path>
<handler_class><![CDATA[]]>
</handler_class>
<handler><![CDATA[]]>
</handler>
</customlink>
</customlinks>
<crons>
</crons>
</module>