检测结果增加创建人,时间,处理人,时间

This commit is contained in:
胡尧
2025-01-10 09:57:06 +08:00
parent 937145a542
commit 22bac48a98
2 changed files with 13 additions and 0 deletions

View File

@@ -335,6 +335,10 @@
<field name="detailed_reason"/>
<field name="test_results"/>
<field name="handle_result"/>
<field name="create_date" string="创建时间"/>
<field name="create_uid" string="创建人"/>
<field name="handle_result_date"/>
<field name="handle_result_user"/>
<field name="test_report" invisible="1"/>
<button name="button_look_test_report" string="查看测试报告" type="object"
attrs="{'invisible': [('test_report', '=', False)]}"