新增消息通知模块

This commit is contained in:
胡尧
2024-09-19 17:56:00 +08:00
parent 7576200fc4
commit 4f8f29e41a
147 changed files with 483 additions and 12766 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" ?>
<odoo>
<data>
<record id="bussiness_1" model="jikimo.message.bussiness.node">
<field name="name">订单确认</field>
<field name="model">sale.order</field>
</record>
</data>
</odoo>