mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
9 lines
286 B
XML
9 lines
286 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<record id="chatgpt_robot1" model="gpt.robot">
|
|
<field name="name">ChatGPT Robot 1</field>
|
|
</record>
|
|
<record id="chatgpt_robot2" model="gpt.robot">
|
|
<field name="name">ChatGPT Robot 2</field>
|
|
</record>
|
|
</odoo> |