chore: Se asignan atributos pendientes en las vistas
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user