trytondo-sale_opportunity_m.../view/assign_start_form.xml
camilogs 31fb4211e4
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat(AssignProspectsWizard): Se encuentran prospectos también por unidad de negocio, closed #55
2023-08-24 15:01:39 -05:00

20 lines
597 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="operator"/>
<field name="operator"/>
<label name="business_unit"/>
<field name="business_unit"/>
<label name="prospects_chunk"/>
<field name="prospects_chunk"/>
<notebook colspan="6">
<page string="Prospects" id="prospects_to_assign" col="6">
<group col="2" id="prospects">
<field name="prospects"/>
</group>
</page>
</notebook>
</form>