修改工作中心与设备关联关系

This commit is contained in:
qihao.gong@jikimo.com
2023-07-10 10:03:02 +08:00
parent 621b75d437
commit 78fd5a7ac3
90 changed files with 6 additions and 16988 deletions

View File

@@ -7,7 +7,7 @@
'category': '工厂设备',
'description': """
Track equipments and maintenance requests""",
'depends': ['mrp_maintenance', 'sf_base'],
'depends': ['maintenance', 'sf_base'],
'summary': 'Track equipment and manage maintenance requests',
'data': [
'security/group_security.xml',

View File

@@ -145,9 +145,7 @@
<field name="model">maintenance.equipment</field>
<field name="inherit_id" ref="maintenance.hr_equipment_view_tree"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='activity_exception_decoration']" position="before">
<field name="workcenter_id"/>
</xpath>
<xpath expr="//field[@name='activity_exception_decoration']" position="after">
<field name="created_user"/>
<field name="create_date"/>