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. -->
|
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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user