mirror of
https://github.com/bringout/oca-ocb-hw.git
synced 2026-04-24 11:22:05 +02:00
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>
This commit is contained in:
parent
e4803a70af
commit
b1d16a46bf
292 changed files with 19657 additions and 0 deletions
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<odoo>
|
||||
<record id="demo_template" model="iot.template">
|
||||
<field name="name">demo_template</field>
|
||||
</record>
|
||||
<record id="demo_template_serial" model="iot.template.key">
|
||||
<field name="template_id" ref="demo_template" />
|
||||
<field name="key">serial</field>
|
||||
</record>
|
||||
<record id="demo_template_input" model="iot.template.input">
|
||||
<field name="template_id" ref="demo_template" />
|
||||
<field name="name">demo_input</field>
|
||||
<field name="call_model_id" eval="False" />
|
||||
<field name="call_function">test_input_device</field>
|
||||
<field name="params">{}</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue