value for default 0 in fields of equipment

This commit is contained in:
2022-08-10 09:38:54 -05:00
parent b7976c2b04
commit 054b78fd01
10 changed files with 155 additions and 13 deletions

View File

@@ -58,8 +58,10 @@
<page string="Maintenances" id="maintenances_equipment">
<field name="maintenance_history"/>
</page>
<page string="Origins" id="origins_equipment">
<field name="purchase_origin"/>
</page>
</notebook>
<group col="2" colspan="2" id="button">
<!--<button name="draft"/> -->
<button name="registred"/>

View File

@@ -7,4 +7,8 @@
<field name="equipments" colspan="4"/>
</page>
</xpath>
<group col="2" colspan="2" id="button">
<button name="registred"/>
</group>
</data>

View File

@@ -62,6 +62,9 @@ this repository contains the full copyright notices and license terms. -->
<label name="d_resolution"/>
<field name="d_resolution"/>
<newline/>
<label name="a_factor_resolution"/>
<field name="a_factor_resolution"/>
<newline/>
<label name="analog_resolution"/>
<field name="analog_resolution"/>
<newline/>