[FIX] account : Added domain in account/board_account_view.xml in order to show the invoices that are in pro-forma state in Account Dashboard

lp bug: https://launchpad.net/bugs/876481 fixed

bzr revid: bde@tinyerp.com-20111018054729-v576zaphxmxzpsez
This commit is contained in:
Bharat (OpenERP) 2011-10-18 11:17:29 +05:30
parent 787d33eb36
commit 455aa3879f
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
<form string="Account Board">
<hpaned>
<child1>
<action colspan="4" height="160" width="400" name="%(account.action_invoice_tree1)d" string="Customer Invoices to Approve" domain="[('state','=','draft'),('type','=','out_invoice')]"/>
<action colspan="4" height="160" width="400" name="%(account.action_invoice_tree1)d" string="Customer Invoices to Approve" domain="[('state','in',('draft','proforma2')), ('type','=','out_invoice')]"/>
<action colspan="4" height="160" width="400" name="%(action_company_analysis_tree)d" string="Company Analysis" groups="account.group_account_manager"/>
</child1>
<child2>