1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-29 21:57:16 +02:00
This commit is contained in:
Anton Titovets 2025-01-21 14:25:08 +03:00
parent c6408b7199
commit 7c8a238546
2 changed files with 5 additions and 4 deletions
src/ru/OPI/src
CommonTemplates/OPI_TCPServer
Configuration

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<mdclass:CommonTemplate xmlns:mdclass="http://g5.1c.ru/v8/dt/metadata/mdclass" uuid="4c9ebab6-8e20-4690-b509-2e32b293ad75">
<name>OPI_TCPClient</name>
<mdclass:CommonTemplate xmlns:mdclass="http://g5.1c.ru/v8/dt/metadata/mdclass" uuid="4c9ebab6-8e20-4690-b509-2e32b293ad76">
<name>OPI_TCPServer</name>
<synonym>
<key>ru</key>
<value>TCPClient</value>
<value>TCPServer</value>
</synonym>
<synonym>
<key></key>
<value>OPI TCPClient</value>
<value>OPI TCPServer</value>
</synonym>
<templateType>AddIn</templateType>
</mdclass:CommonTemplate>

@ -41,6 +41,7 @@
<subsystems>Subsystem.OPI_Интеграция</subsystems>
<commonTemplates>CommonTemplate.OPI_TCPClient</commonTemplates>
<commonTemplates>CommonTemplate.OPI_SQLite</commonTemplates>
<commonTemplates>CommonTemplate.OPI_TCPServer</commonTemplates>
<commonModules>CommonModule.OPI_Airtable</commonModules>
<commonModules>CommonModule.OPI_Bitrix24</commonModules>
<commonModules>CommonModule.OPI_CDEK</commonModules>