This commit is contained in:
jinling.yang
2024-09-18 15:39:42 +08:00
parent 92037f3f04
commit ce6b36a77e
2 changed files with 1 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
'category': '工厂设备', 'category': '工厂设备',
'description': """ 'description': """
""", """,
'depends': ['hr_maintenance', 'sf_base'], 'depends': ['hr_maintenance', 'sf_base', 'sf_message'],
'data': [ 'data': [
'security/group_security.xml', 'security/group_security.xml',
'security/ir.model.access.csv', 'security/ir.model.access.csv',

View File

@@ -23,7 +23,6 @@
options="{'style-inline': true, 'codeview': true, 'dynamic_placeholder': true}"/> options="{'style-inline': true, 'codeview': true, 'dynamic_placeholder': true}"/>
<field name="description"/> <field name="description"/>
<field name="msgtype"/> <field name="msgtype"/>
<field name="type"/>
<field name="notification_department_id"/> <field name="notification_department_id"/>
<field name="notification_employee_ids" widget="many2many_tags"/> <field name="notification_employee_ids" widget="many2many_tags"/>
</group> </group>
@@ -41,7 +40,6 @@
<!-- <field name="type"/>--> <!-- <field name="type"/>-->
<field name="content"/> <field name="content"/>
<field name="msgtype"/> <field name="msgtype"/>
<field name="type"/>
<field name="notification_department_id"/> <field name="notification_department_id"/>
<field name="notification_employee_ids" widget="many2many_tags"/> <field name="notification_employee_ids" widget="many2many_tags"/>
<field name="description"/> <field name="description"/>