chore: Se alinean campos en vistas
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Camilo Gonzalez 2023-08-12 22:42:53 -05:00
parent bb5ecf31b3
commit 24cc06d4c6
2 changed files with 15 additions and 18 deletions

View File

@ -1,22 +1,21 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of <!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. --> this repository contains the full copyright notices and license terms. -->
<form> <form col="6">
<label name="date"/>
<field name="date"/>
<label name="prospect_trace"/> <label name="prospect_trace"/>
<field name="prospect_trace"/> <field name="prospect_trace" colspan="5"/>
<label name="interest"/> <label name="interest"/>
<field name="interest"/> <field name="interest"/>
<label name="date"/>
<field name="date" xexpand="1"/>
<newline/>
<label name="description"/>
<field name="description" colspan="3"/>
<newline/>
<label name="call_type"/> <label name="call_type"/>
<field name="call_type"/> <field name="call_type"/>
<label name="call_result"/> <label name="call_result"/>
<field name="call_result"/> <field name="call_result"/>
<label name="description"/>
<field name="description"/>
</form> </form>

View File

@ -3,7 +3,6 @@
this repository contains the full copyright notices and license terms. --> this repository contains the full copyright notices and license terms. -->
<form> <form>
<group col="6" colspan="5" id="header" yalign="0"> <group col="6" colspan="5" id="header" yalign="0">
<group col="-1" colspan="2" id="prospect_data">
<label name="prospect"/> <label name="prospect"/>
<field name="prospect"/> <field name="prospect"/>
<label name="prospect_contact"/> <label name="prospect_contact"/>
@ -11,7 +10,6 @@ this repository contains the full copyright notices and license terms. -->
<label name="prospect_city"/> <label name="prospect_city"/>
<field name="prospect_city"/> <field name="prospect_city"/>
</group> </group>
</group>
<group col="6" colspan="5" id="trace_data" yalign="0"> <group col="6" colspan="5" id="trace_data" yalign="0">
<label name="current_interest"/> <label name="current_interest"/>