12
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
@@ -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"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user