changes finished
This commit is contained in:
parent
e47594fb10
commit
4767cc94c7
15
view/calibration_total_form.xml
Normal file
15
view/calibration_total_form.xml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||||
|
this repository contains the full copyright notices and license terms. -->
|
||||||
|
<form>
|
||||||
|
<label name="dev_std"/>
|
||||||
|
<field name="dev_std"/>
|
||||||
|
<label name="uncertain_type_A"/>
|
||||||
|
<field name="uncertain_type_A"/>
|
||||||
|
<label name="uncertain_pattern"/>
|
||||||
|
<field name="uncertain_pattern"/>
|
||||||
|
<label name="k_c_calibration"/>
|
||||||
|
<field name="k_c_calibration"/>
|
||||||
|
<label name="uncertain_U_b1"/>
|
||||||
|
<field name="uncertain_U_b1"/>
|
||||||
|
</form>
|
17
view/calibration_total_tree.xml
Normal file
17
view/calibration_total_tree.xml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||||
|
this repository contains the full copyright notices and license terms. -->
|
||||||
|
<tree>
|
||||||
|
<field name="dev_std" expand="1"/>
|
||||||
|
<field name="uncertain_type_A" expand="1"/>
|
||||||
|
<field name="uncertain_pattern" expand="1"/>
|
||||||
|
<field name="k_c_calibration" expand="1"/>
|
||||||
|
<field name="uncertain_U_b1" expand="1"/>
|
||||||
|
<field name="d_resolution" expand="1"/>
|
||||||
|
<field name="uncertain_U_b2_dig" expand="1"/>
|
||||||
|
<field name="uncertain_U_b2_ana" expand="1"/>
|
||||||
|
<field name="uncertain_combinated" expand="1"/>
|
||||||
|
<field name="uncertain_eff" expand="1"/>
|
||||||
|
<field name="t_student" expand="1"/>
|
||||||
|
<field name="uncertain_expanded" expand="1"/>
|
||||||
|
</tree>
|
Loading…
Reference in New Issue
Block a user