修改设备菜单默认展示页面
This commit is contained in:
@@ -636,7 +636,7 @@
|
||||
</div>
|
||||
<field name='robot_axis_num' attrs="{'required': [('equipment_type', '=', '机器人')]}"/>
|
||||
|
||||
<field name='axis_ids' widget="One2many">
|
||||
<field name='axis_ids'>
|
||||
<tree editable='bottom'>
|
||||
<field name="name"/>
|
||||
<field name="angle_min"/>
|
||||
@@ -647,6 +647,7 @@
|
||||
<field name="permissible_inertial_torque"/>
|
||||
</tree>
|
||||
</field>
|
||||
|
||||
<label for="robot_track_dimensions_L" string="轨道尺寸"/>
|
||||
<div class="test_model">
|
||||
<div>
|
||||
@@ -1178,5 +1179,13 @@
|
||||
groups="maintenance.group_equipment_manager,base.group_user"
|
||||
sequence="2"/>
|
||||
|
||||
<menuitem
|
||||
id="maintenance.menu_m_dashboard"
|
||||
name="设备清单"
|
||||
parent="maintenance.menu_maintenance_title"
|
||||
groups="maintenance.group_equipment_manager,base.group_user"
|
||||
action="hr_equipment_action1"
|
||||
sequence="0"/>
|
||||
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user