Correction to field date in ssing agended
This commit is contained in:
parent
6a9711a919
commit
bcfb207a30
@ -3,9 +3,14 @@
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<form>
|
||||
<label name="maintenance_service"/>
|
||||
<field name="maintenance_service"/>
|
||||
<label name="technical"/>
|
||||
<field name="technical"/>
|
||||
<field name="maintenance_service" colspan="3"/>
|
||||
<newline/>
|
||||
<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>
|
||||
|
@ -4,8 +4,13 @@ this repository contains the full copyright notices and license terms. -->
|
||||
<form>
|
||||
<label name="maintenance_service"/>
|
||||
<field name="maintenance_service"/>
|
||||
<newline/>
|
||||
<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"/>
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user