add graphs to calibration

This commit is contained in:
sinergia 2022-10-28 16:24:50 -05:00
parent b31e9f39f7
commit bca233fa37

View File

@ -0,0 +1,13 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level
this repository contains the full copyright notices and license terms. -->
<form>
<label name="equipment"/>
<field name="equipment" colspan="3"/>
<label name="new_propietary"/>
<field name="new_propietary" colspan="3"/>
<label name="new_address"/>
<field name="new_address" colspan="3"/>
<label name="change_date"/>
<field name="change_date" colspan="3"/>
</form>