准备前端开发用结构

This commit is contained in:
mgw
2025-03-12 09:08:41 +08:00
parent 78738ed8aa
commit de1bdbe18b
3 changed files with 21 additions and 14 deletions

View File

@@ -14,7 +14,7 @@
<field name="measure_value5"/>
<field name="measure_result"/>
<field name="remark"/>
<button name="del_measure_value" type="object" string="删除测量值" class="btn-danger"/>
<!-- <button name="del_measure_value" type="object" string="删除测量值" class="btn-danger"/> -->
</tree>
</field>
</record>

View File

@@ -328,6 +328,7 @@
<page string="测量" name="measure" attrs="{'invisible': [('is_out_check', '=', False)]}">
<div class="o_row">
<button name="add_measure_line" type="object" class="btn-primary" string="添加测量值"/>
<button name="remove_measure_line" type="object" class="btn-primary" string="删除测量值"/>
<button name="%(quality_control.import_complex_model_wizard)d" string="上传"
type="action"
class="btn-primary"