[FIX] Account: move line => tab analytic line with proper group set

bzr revid: mra@mra-laptop-20101110090110-tl59lqhfz6kvco6o
This commit is contained in:
Mustufa Rangwala 2010-11-10 14:31:10 +05:30
parent 5af9383687
commit bc2db516c8
1 changed files with 1 additions and 1 deletions

View File

@ -1358,7 +1358,7 @@
<separator string="Narration" colspan="4"/>
<field name="narration" colspan="4" nolabel="1"/>
</page>
<page string="Analytic Lines" groups="base.group_extended">
<page string="Analytic Lines" groups="base.group_analytic_accounting">
<field colspan="4" name="analytic_lines" nolabel="1" context="{'default_general_account_id':account_id, 'default_name': name, 'default_date':date, 'amount': (debit or 0.0)-(credit or 0.0)}" groups="base.group_extended"/>
</page>
</notebook>