feat(Prospect): Se crea campo de unidad de negocio, #56
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-08-24 12:56:04 -05:00
parent 3bb8ddbb2c
commit a33d43cb57
4 changed files with 29 additions and 7 deletions

View File

@@ -6,6 +6,9 @@ this repository contains the full copyright notices and license terms. -->
<label name="name"/>
<field name="name"/>
<label name="business_unit"/>
<field name="business_unit"/>
<newline/>
<label name="department"/>
<field name="department"/>

View File

@@ -3,6 +3,7 @@
this repository contains the full copyright notices and license terms. -->
<tree>
<field name="name" expand="1"/>
<field name="business_unit" expand="1"/>
<field name="department" expand="1"/>
<field name="city" expand="1"/>
<field name="assigned_operator" expand="1"/>