trytondo-sale_opportunity_m.../view/pending_task_form.xml
camilogs 5873d35f12
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat(Pantalla Tareas pendientes): Se agregan vistas de método de contacto, #74
2023-10-19 19:58:46 -05:00

15 lines
485 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>
<group col="6" id="content">
<label name="prospect_trace"/>
<field name="prospect_trace"/>
<newline/>
<label name="description"/>
<field name="description"/>
<newline/>
<label name="contacts"/>
<field name="contacts"/>
</group>
</form>