refactor(Asignación de prospectos): se extrae método
This commit is contained in:
@@ -2,18 +2,18 @@
|
||||
<!-- 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"/>
|
||||
<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>
|
||||
<page string="Prospects" id="prospects_to_assign" col="6">
|
||||
<group col="2" id="prospects">
|
||||
<field name="prospects" />
|
||||
</group>
|
||||
</page>
|
||||
</notebook>
|
||||
</form>
|
||||
</form>
|
||||
5
view/assign_to_me_form.xml
Normal file
5
view/assign_to_me_form.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?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>
|
||||
</form>
|
||||
Reference in New Issue
Block a user