oca-ocb-hw/odoo-bringout-oca-iot-iot_amqp_oca/iot_amqp_oca/data/system_data.xml
Ernad Husremovic b1d16a46bf Move 7 IoT modules to oca-ocb-hw and 9 product modules to oca-product
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-30 17:53:33 +02:00

11 lines
411 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<record id="amqp_system" model="iot.communication.system">
<field name="name">AMQP</field>
<field name="applies_to">output</field>
</record>
<record id="amqp_action" model="iot.communication.system.action">
<field name="communication_system_id" ref="amqp_system" />
<field name="name">amqp</field>
</record>
</odoo>