修改设备table格式布局
This commit is contained in:
@@ -49,7 +49,8 @@
|
||||
<field name="machine_tool_picture" widget="image"/>
|
||||
<label for="enroll_machine_tool"/>
|
||||
<div class="col-12 col-lg-6 o_setting_box" style="white-space: nowrap">
|
||||
<button type="object" class="oe_highlight" name='enroll_machine_tool' string="机床注册" attrs="{'invisible': [('equipment_type', '!=', '机床'), ('brand_id','!=',False),('type_id','!=',False),('control_system_id','!=',False)]}"/>
|
||||
<button type="object" class="oe_highlight" name='enroll_machine_tool' string="机床注册"
|
||||
attrs="{'invisible': [('equipment_type', '!=', '机床'), ('brand_id','!=',False),('type_id','!=',False),('control_system_id','!=',False)]}"/>
|
||||
</div>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='category_id']" position="after">
|
||||
@@ -207,9 +208,9 @@
|
||||
</group>
|
||||
</div>
|
||||
<group string="刀具">
|
||||
<field name="number_of_knife_library"
|
||||
attrs="{'required': [('equipment_type', '=', '机床')]}"
|
||||
options="{'format': false}"/>
|
||||
<field name="number_of_knife_library"
|
||||
attrs="{'required': [('equipment_type', '=', '机床')]}"
|
||||
options="{'format': false}"/>
|
||||
<field name="knife_type" attrs="{'required': [('equipment_type', '=', '机床')]}"/>
|
||||
<field name="tool_speed" attrs="{'required': [('equipment_type', '=', '机床')]}"/>
|
||||
<field name="tool_long_max"
|
||||
@@ -293,28 +294,24 @@
|
||||
<div>
|
||||
<label for="AGV_velocity" string="标准速度"/>
|
||||
<field name="AGV_velocity" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', 'AGV小车')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>m/S&nbsp;</span>
|
||||
</div>
|
||||
<div>
|
||||
<label for="AGV_velocity_min" string="标准速度(最小)"/>
|
||||
<label for="AGV_velocity_min" string="最小速度"/>
|
||||
<field name="AGV_velocity_min" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', 'AGV小车')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>m/S&nbsp;</span>
|
||||
</div>
|
||||
<div>
|
||||
<label for="AGV_velocity_max" string="标准速度(最大)"/>
|
||||
<label for="AGV_velocity_max" string="最大速度"/>
|
||||
<field name="AGV_velocity_max" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', 'AGV小车')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>m/S&nbsp;</span>
|
||||
</div>
|
||||
<div>
|
||||
<label for="AGV_Lifting_height" string="升降高度(max)"/>
|
||||
<field name="AGV_Lifting_height" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', 'AGV小车')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>mm&nbsp;</span>
|
||||
</div>
|
||||
@@ -326,7 +323,6 @@
|
||||
<label for="AGV_ground_clearance" string="最小离地高度"/>
|
||||
|
||||
<field name="AGV_ground_clearance" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', 'AGV小车')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>mm&nbsp;</span>
|
||||
</div>
|
||||
@@ -334,21 +330,18 @@
|
||||
<div>
|
||||
<label for="AGV_turning_radius" string="最小转弯半径"/>
|
||||
<field name="AGV_turning_radius" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', 'AGV小车')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>mm&nbsp;</span>
|
||||
</div>
|
||||
<div>
|
||||
<label for="AGV_gradeability_max" string="最大爬坡度"/>
|
||||
<field name="AGV_gradeability_max" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', 'AGV小车')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>°&nbsp;</span>
|
||||
</div>
|
||||
<div>
|
||||
<label for="AGV_parking_accuracy" string="停车精度"/>
|
||||
<field name="AGV_parking_accuracy" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', 'AGV小车')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>mm&nbsp;</span>
|
||||
</div>
|
||||
@@ -371,7 +364,6 @@
|
||||
<label for="AGV_weight" string="本体总重量"/>
|
||||
|
||||
<field name="AGV_weight" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', 'AGV小车')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>kg&nbsp;</span>
|
||||
</div>
|
||||
@@ -380,7 +372,6 @@
|
||||
<label for="AGV_job_duration" string="连续作业时长"/>
|
||||
|
||||
<field name="AGV_job_duration" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', 'AGV小车')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>h&nbsp;</span>
|
||||
</div>
|
||||
@@ -389,7 +380,6 @@
|
||||
<label for="AGV_transfer_mode" string="移载方式"/>
|
||||
|
||||
<field name="AGV_transfer_mode" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', 'AGV小车')]}"
|
||||
options="{'format': false}"/>
|
||||
</div>
|
||||
|
||||
@@ -410,7 +400,7 @@
|
||||
<div>
|
||||
<label for="control_system_id" string="控制系统"/>
|
||||
|
||||
<field name="control_system_id" class="o_address_zip" required="1"
|
||||
<field name="control_system_id" class="o_address_zip"
|
||||
options="{'format': false}"/>
|
||||
<span>&nbsp;</span>
|
||||
</div>
|
||||
@@ -418,7 +408,6 @@
|
||||
<label for="AGV_drive_motor_power" string="驱动电机功率"/>
|
||||
|
||||
<field name="AGV_drive_motor_power" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', 'AGV小车')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>kw&nbsp;</span>
|
||||
</div>
|
||||
@@ -427,7 +416,6 @@
|
||||
<label for="AGV_hoist_motor_power" string="提升电机功率"/>
|
||||
|
||||
<field name="AGV_hoist_motor_power" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', 'AGV小车')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>i&nbsp;</span>
|
||||
</div>
|
||||
@@ -436,7 +424,6 @@
|
||||
<label for="AGV_drive_motor_speed_ratio" string="驱动电机速比"/>
|
||||
|
||||
<field name="AGV_drive_motor_speed_ratio" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', 'AGV小车')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>kw&nbsp;</span>
|
||||
</div>
|
||||
@@ -449,7 +436,6 @@
|
||||
<label for="AGV_veer_motor_power" string="转向电机功率"/>
|
||||
|
||||
<field name="AGV_veer_motor_power" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', 'AGV小车')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>kw&nbsp;</span>
|
||||
</div>
|
||||
@@ -457,7 +443,6 @@
|
||||
<label for="AGV_veer_motor_speed_ratio" string="转向电机速比"/>
|
||||
|
||||
<field name="AGV_veer_motor_speed_ratio" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', 'AGV小车')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>i&nbsp;</span>
|
||||
</div>
|
||||
@@ -466,7 +451,6 @@
|
||||
<label for="AGV_move_motor_power" string="前移电机功率"/>
|
||||
|
||||
<field name="AGV_move_motor_power" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', 'AGV小车')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>kw&nbsp;</span>
|
||||
</div>
|
||||
@@ -475,7 +459,6 @@
|
||||
<label for="AGV_move_motor_speed_ratio" string="前移电机速比"/>
|
||||
|
||||
<field name="AGV_move_motor_speed_ratio" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', 'AGV小车')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>i&nbsp;</span>
|
||||
</div>
|
||||
@@ -492,7 +475,6 @@
|
||||
<label for="AGV_drive_mode" string="驱动方式"/>
|
||||
|
||||
<field name="AGV_drive_mode" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', 'AGV小车')]}"
|
||||
options="{'format': false}"/>
|
||||
</div>
|
||||
<div>
|
||||
@@ -500,7 +482,6 @@
|
||||
|
||||
|
||||
<field name="AGV_navigation_mode" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', 'AGV小车')]}"
|
||||
options="{'format': false}"/>
|
||||
</div>
|
||||
<div>
|
||||
@@ -509,7 +490,6 @@
|
||||
|
||||
|
||||
<field name="AGV_communication_mode" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', 'AGV小车')]}"
|
||||
options="{'format': false}"/>
|
||||
</div>
|
||||
|
||||
@@ -517,7 +497,6 @@
|
||||
<label for="AGV_direction_travel" string="行走方向"/>
|
||||
|
||||
<field name="AGV_direction_travel" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', 'AGV小车')]}"
|
||||
options="{'format': false}"/>
|
||||
</div>
|
||||
|
||||
@@ -530,9 +509,7 @@
|
||||
|
||||
<div>
|
||||
<label for="AGV_power_requirements" string="电源要求"/>
|
||||
|
||||
<field name="AGV_power_requirements" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', 'AGV小车')]}"
|
||||
options="{'format': false}"/>
|
||||
</div>
|
||||
|
||||
@@ -541,7 +518,6 @@
|
||||
<label for="AGV_charge_mode" string="充电方式"/>
|
||||
|
||||
<field name="AGV_charge_mode" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', 'AGV小车')]}"
|
||||
options="{'format': false}"/>
|
||||
</div>
|
||||
|
||||
@@ -550,12 +526,11 @@
|
||||
<label for="AGV_security" string="安全防护"/>
|
||||
|
||||
<field name="AGV_security" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', 'AGV小车')]}"
|
||||
options="{'format': false}"/>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<label for="AGV_operating_temperature" string="工作条件"/>
|
||||
<label for="AGV_operating_temperature" string=""/>
|
||||
<div class="test_model">
|
||||
|
||||
|
||||
@@ -563,24 +538,17 @@
|
||||
<label for="AGV_operating_temperature" string="环境温度"/>
|
||||
|
||||
<field name="AGV_operating_temperature" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', 'AGV小车')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>°&nbsp;</span>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<label for="AGV_operating_humidity" string="环境湿度"/>
|
||||
|
||||
<field name="AGV_operating_humidity" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', 'AGV小车')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>°&nbsp;</span>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</group>
|
||||
@@ -611,7 +579,7 @@
|
||||
<field name="robot_gripping_of_workpieces_H" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '机器人')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>mm&nbsp;</span>
|
||||
<span>mm&nbsp;</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -635,19 +603,17 @@
|
||||
<div>
|
||||
<label for="robot_gripping_of_workpieces_H" string="本体总重量"/>
|
||||
<field name="robot_gripping_of_workpieces_H" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '机器人')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>kg&nbsp;</span>
|
||||
</div>
|
||||
<div>
|
||||
<label for="robot_repeatable_positioning_accuracy" string="重复定位精度"/>
|
||||
<field name="robot_repeatable_positioning_accuracy" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '机器人')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>mm&nbsp;</span>
|
||||
</div>
|
||||
</div>
|
||||
<field name='robot_axis_num'/>
|
||||
<field name='robot_axis_num' attrs="{'required': [('equipment_type', '=', '机器人')]}"/>
|
||||
|
||||
<field name='axis_ids' widget="One2many">
|
||||
<tree editable='bottom'>
|
||||
@@ -665,25 +631,22 @@
|
||||
<div>
|
||||
<label for="robot_track_dimensions_L" string="长"/>
|
||||
<field name="robot_track_dimensions_L" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '机器人')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>mm&nbsp;</span>
|
||||
<span>m&nbsp;</span>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label for="robot_track_dimensions_W" string="宽"/>
|
||||
<field name="robot_track_dimensions_W" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '机器人')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>mm&nbsp;</span>
|
||||
<span>m&nbsp;</span>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label for="robot_track_dimensions_H" string="高"/>
|
||||
<field name="robot_track_dimensions_H" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '机器人')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>mm&nbsp;</span>
|
||||
<span>m&nbsp;</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -691,31 +654,28 @@
|
||||
<div class="test_model">
|
||||
<div>
|
||||
<label for="control_system_id" string="控制系统"/>
|
||||
<field name="control_system_id" class="o_address_zip" required="1"
|
||||
<field name="control_system_id" class="o_address_zip"
|
||||
options="{'format': false}"/>
|
||||
</div>
|
||||
<span>&nbsp;</span>
|
||||
<div>
|
||||
<label for="robot_drive_mode" string="驱动方式"/>
|
||||
<field name="robot_drive_mode" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '机器人')]}"
|
||||
options="{'format': false}"/>
|
||||
</div>
|
||||
<span>&nbsp;</span>
|
||||
<div>
|
||||
<label for="robot_installation_method" string="安装方式"/>
|
||||
<field name="robot_installation_method" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '机器人')]}"
|
||||
options="{'format': false}"/>
|
||||
</div>
|
||||
<span>&nbsp;</span>
|
||||
</div>
|
||||
<label for="robot_operating_temperature" string="工作条件"/>
|
||||
<label for="robot_operating_temperature" string=""/>
|
||||
<div class="test_model">
|
||||
<div>
|
||||
<label for="robot_operating_temperature" string="环境温度"/>
|
||||
<field name="robot_operating_temperature" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '机器人')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>°&nbsp;</span>
|
||||
</div>
|
||||
@@ -723,9 +683,8 @@
|
||||
<div>
|
||||
<label for="robot_operating_humidity" string="环境湿度"/>
|
||||
<field name="robot_operating_humidity" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '机器人')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>°&nbsp;</span>
|
||||
<span>&nbsp;</span>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -739,51 +698,51 @@
|
||||
<group string="三元检测设备基础参数">
|
||||
<label for="detect_L" string="设备尺寸(mm)"/>
|
||||
<div class="test_model">
|
||||
<div>
|
||||
<div>
|
||||
<label for="detect_L" string="长"/>
|
||||
<field name="detect_L" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '检测设备')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>mm&nbsp;</span>
|
||||
</div>
|
||||
<div>
|
||||
<field name="detect_L" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '检测设备')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>mm&nbsp;</span>
|
||||
</div>
|
||||
<div>
|
||||
<label for="detect_W" string="宽"/>
|
||||
<field name="detect_W" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '检测设备')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>mm&nbsp;</span>
|
||||
</div>
|
||||
<div>
|
||||
<field name="detect_W" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '检测设备')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>mm&nbsp;</span>
|
||||
</div>
|
||||
<div>
|
||||
<label for="detect_H" string="高"/>
|
||||
<field name="detect_H" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '检测设备')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>mm&nbsp;</span>
|
||||
</div>
|
||||
<field name="detect_H" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '检测设备')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>mm&nbsp;</span>
|
||||
</div>
|
||||
</div>
|
||||
<label for="detect_x_axis" string="测量范围(max)"/>
|
||||
<div class="test_model">
|
||||
<div>
|
||||
<div>
|
||||
<label for="detect_x_axis" string="X轴"/>
|
||||
<field name="detect_x_axis" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '检测设备')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>mm&nbsp;</span>
|
||||
</div>
|
||||
<div>
|
||||
<field name="detect_x_axis" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '检测设备')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>mm&nbsp;</span>
|
||||
</div>
|
||||
<div>
|
||||
<label for="detect_y_axis" string="Y轴"/>
|
||||
<field name="detect_y_axis" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '检测设备')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>mm&nbsp;</span>
|
||||
</div>
|
||||
<div>
|
||||
<field name="detect_y_axis" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '检测设备')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>mm&nbsp;</span>
|
||||
</div>
|
||||
<div>
|
||||
<label for="detect_z_axis" string="Z轴"/>
|
||||
<field name="detect_z_axis" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '检测设备')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>mm&nbsp;</span>
|
||||
</div>
|
||||
<field name="detect_z_axis" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '检测设备')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>mm&nbsp;</span>
|
||||
</div>
|
||||
</div>
|
||||
<label for="detect_precision" string=""/>
|
||||
<div class="test_model">
|
||||
@@ -797,14 +756,12 @@
|
||||
<div>
|
||||
<label for="detect_measurement_mode" string="测量方式"/>
|
||||
<field name="detect_measurement_mode" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '检测设备')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>&nbsp;</span>
|
||||
</div>
|
||||
<div>
|
||||
<label for="detect_resolution" string="分辨率"/>
|
||||
<field name="detect_resolution" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '检测设备')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>&nbsp;</span>
|
||||
</div>
|
||||
@@ -821,14 +778,12 @@
|
||||
<div>
|
||||
<label for="detect_weight" string="本体总重量"/>
|
||||
<field name="detect_weight" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '检测设备')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>kg&nbsp;</span>
|
||||
</div>
|
||||
<div>
|
||||
<label for="detect_measurement_length" string="深孔测量长度(max)"/>
|
||||
<field name="detect_measurement_length" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '检测设备')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>mm&nbsp;</span>
|
||||
</div>
|
||||
@@ -839,21 +794,19 @@
|
||||
<div class="test_model">
|
||||
<div>
|
||||
<label for="control_system_id" string="控制系统"/>
|
||||
<field name="control_system_id" class="o_address_zip" required="1"
|
||||
<field name="control_system_id" class="o_address_zip"
|
||||
options="{'format': false}"/>
|
||||
<span>&nbsp;</span>
|
||||
</div>
|
||||
<div>
|
||||
<label for="detect_control_mode" string="控制方式"/>
|
||||
<field name="detect_control_mode" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '检测设备')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>&nbsp;</span>
|
||||
</div>
|
||||
<div>
|
||||
<label for="detect_balance_mode_for_Z" string="Z轴平衡方式"/>
|
||||
<field name="detect_balance_mode_for_Z" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '检测设备')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>&nbsp;</span>
|
||||
</div>
|
||||
@@ -863,21 +816,18 @@
|
||||
<div>
|
||||
<label for="detect_zoom_objective_magnification" string="变焦物镜倍率"/>
|
||||
<field name="detect_zoom_objective_magnification" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '检测设备')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>倍&nbsp;</span>
|
||||
</div>
|
||||
<div>
|
||||
<label for="detect_magnification" string="放大倍率"/>
|
||||
<field name="detect_magnification" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '检测设备')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>倍&nbsp;</span>
|
||||
</div>
|
||||
<div>
|
||||
<label for="detect_working_distance" string="工作距离"/>
|
||||
<field name="detect_working_distance" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '检测设备')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>mm&nbsp;</span>
|
||||
</div>
|
||||
@@ -887,14 +837,12 @@
|
||||
<div>
|
||||
<label for="detect_locking_mode" string="锁紧方式"/>
|
||||
<field name="detect_locking_mode" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '检测设备')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>&nbsp;</span>
|
||||
</div>
|
||||
<div>
|
||||
<label for="detect_pressurized_air" string="压缩空气"/>
|
||||
<field name="detect_pressurized_air" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '检测设备')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>&nbsp;</span>
|
||||
</div>
|
||||
@@ -904,33 +852,30 @@
|
||||
<field name="detect_object_field_of_view_max" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '检测设备')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>mm~&nbsp;</span>
|
||||
<span>mm~最大&nbsp;</span>
|
||||
<field name="detect_object_field_of_view_min" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '检测设备')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>mm&nbsp;</span>
|
||||
</div>
|
||||
</div>
|
||||
<label for="detect_operating_temperature" string="工作条件"/>
|
||||
<label for="detect_operating_temperature" string=""/>
|
||||
<div class="test_model">
|
||||
<div>
|
||||
<label for="detect_operating_temperature" string="环境温度"/>
|
||||
<field name="detect_operating_temperature" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '检测设备')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>°&nbsp;</span>
|
||||
</div>
|
||||
<div>
|
||||
<label for="detect_operating_humidity" string="环境湿度"/>
|
||||
<field name="detect_operating_humidity" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '检测设备')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>°&nbsp;</span>
|
||||
<span>&nbsp;</span>
|
||||
</div>
|
||||
<div>
|
||||
<label for="detect_power_requirements" string="电源要求"/>
|
||||
<field name="detect_power_requirements" class="o_address_zip"
|
||||
attrs="{'required': [('equipment_type', '=', '检测设备')]}"
|
||||
options="{'format': false}"/>
|
||||
<span>&nbsp;</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user