[IMP] partner_id in forecastline
parent
53d37b72f9
commit
d2998d8fd5
|
@ -14,6 +14,7 @@
|
|||
<field name="company_id"
|
||||
groups="base.group_multi_company"/>
|
||||
<field name="date"/>
|
||||
<field name="partner_id" />
|
||||
<field name="account_id"
|
||||
domain="[('company_id', '=', company_id)]"/>
|
||||
<field name="name"/>
|
||||
|
@ -32,6 +33,7 @@
|
|||
<field name="name"/>
|
||||
<field name="date"/>
|
||||
<separator/>
|
||||
<field name="partner_id" />
|
||||
<field name="account_id"/>
|
||||
<field name="company_id"
|
||||
groups="base.group_multi_company"/>
|
||||
|
@ -39,6 +41,9 @@
|
|||
<filter string="Account"
|
||||
name="group_by_account_id"
|
||||
context="{'group_by':'account_id'}"/>
|
||||
<filter string="Partner"
|
||||
name="group_by_partner_id"
|
||||
context="{'group_by':'partner_id'}"/>
|
||||
<filter string="Date"
|
||||
name="group_by_date"
|
||||
context="{'group_by':'date'}"/>
|
||||
|
@ -59,6 +64,7 @@
|
|||
groups="base.group_multi_company"/>
|
||||
<field name="date"/>
|
||||
<field name="name"/>
|
||||
<field name="partner_id" />
|
||||
<field name="account_id"
|
||||
domain="[('company_id', '=', company_id), ('deprecated', '=', False), ('hide_in_cash_flow', '=', False), ('internal_type', '=', ['receivable', 'payable', 'liquidity'])]"/>
|
||||
<field name="balance"/>
|
||||
|
|
Loading…
Reference in New Issue