准备前端开发用结构
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user