chore: Se asignan atributos pendientes en las vistas
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-08-07 15:46:18 -05:00
parent c1df0de713
commit a714f4740d
6 changed files with 12 additions and 6 deletions

View File

@@ -2,10 +2,10 @@
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tree>
<field name="date"/>
<field name="date" expand="1"/>
<field name="interest" expand="1"/>
<field name="call_type" expand="1"/>
<field name="call_result" expand="1"/>
<field name="prospect_trace"/>
<field name="prospect_trace" expand="1"/>
<field name="description" expand="1"/>
</tree>

View File

@@ -2,6 +2,6 @@
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tree>
<field name="date"/>
<field name="prospect_trace"/>
<field name="date" expand="1"/>
<field name="prospect_trace" expand="1"/>
</tree>