Correction to field date in ssing agended

This commit is contained in:
sinergia 2022-10-18 09:49:11 -05:00
parent 6a9711a919
commit bcfb207a30
2 changed files with 15 additions and 5 deletions

View File

@ -3,9 +3,14 @@
this repository contains the full copyright notices and license terms. --> this repository contains the full copyright notices and license terms. -->
<form> <form>
<label name="maintenance_service"/> <label name="maintenance_service"/>
<field name="maintenance_service"/> <field name="maintenance_service" colspan="3"/>
<label name="technical"/> <newline/>
<field name="technical"/>
<label name="estimated_agended"/> <label name="estimated_agended"/>
<field name="estimated_agended"/> <field name="estimated_agended" colspan="3" widget="date"/>
<newline/>
<label name="estimated_agended" string="Hora:"/>
<field name="estimated_agended" colspan="3" widget="time"/>
<newline/>
<label name="technical"/>
<field name="technical" colspan="3"/>
</form> </form>

View File

@ -4,8 +4,13 @@ this repository contains the full copyright notices and license terms. -->
<form> <form>
<label name="maintenance_service"/> <label name="maintenance_service"/>
<field name="maintenance_service"/> <field name="maintenance_service"/>
<newline/>
<label name="estimated_agended"/> <label name="estimated_agended"/>
<field name="estimated_agended"/> <field name="estimated_agended" colspan="3" widget="date"/>
<newline/>
<label name="estimated_agended" string="Hora:"/>
<field name="estimated_agended" colspan="3" widget="time"/>
<newline/>
<label name="technical"/> <label name="technical"/>
<field name="technical"/> <field name="technical"/>
</form> </form>