[FIX] project_issue_sheet: analytic account should be visible in extended view

bzr revid: odo@openerp.com-20120307095627-8e2pf7955wg0jsoo
This commit is contained in:
Olivier Dony 2012-03-07 10:56:27 +01:00
parent f6c3cd9bb7
commit 3eea299e73
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<attribute name="on_change">on_change_project(project_id)</attribute>
</field>
<xpath expr="/form/notebook" position="before">
<field invisible="1" name="analytic_account_id"
<field name="analytic_account_id"
domain="[('parent_id','!=',False),('partner_id', '=', partner_id),('type', '!=', 'view')]"
on_change='on_change_account_id(analytic_account_id)'
groups="base.group_extended" />