trytondo-sale_opportunity_m.../view/call_form.xml
camilogs 24cc06d4c6
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
chore: Se alinean campos en vistas
2023-08-12 22:42:53 -05:00

22 lines
629 B
XML

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<form col="6">
<label name="prospect_trace"/>
<field name="prospect_trace" colspan="5"/>
<label 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"/>
<field name="call_type"/>
<label name="call_result"/>
<field name="call_result"/>
</form>