|
@@ -71,6 +71,8 @@
|
|
<field name="model">account.interest</field>
|
|
<field name="model">account.interest</field>
|
|
<field name="arch" type="xml">
|
|
<field name="arch" type="xml">
|
|
<search>
|
|
<search>
|
|
|
|
+ <field name="customer_id" string="Cliente"/>
|
|
|
|
+ <field name="invoice_id" string="Nº Factura"/>
|
|
<group string="Agrupar por">
|
|
<group string="Agrupar por">
|
|
<filter string="Cliente " context="{'group_by':'customer_id'}"/>
|
|
<filter string="Cliente " context="{'group_by':'customer_id'}"/>
|
|
<filter string="Moneda" context="{'group_by': 'currency_id'}"/>
|
|
<filter string="Moneda" context="{'group_by': 'currency_id'}"/>
|