[IMP] account_voucher: add accountet group on sale receipt list view journal

bzr revid: psi@tinyerp.com-20120613072419-gw4t4nphdsev0cqw
This commit is contained in:
Purnendu Singh (OpenERP) 2012-06-13 12:54:19 +05:30
parent d151082da9
commit 4c7062828d
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<field name="number"/>
<field name="reference"/>
<field name="partner_id"/>
<field name="journal_id"/>
<field name="journal_id" groups="account.group_account_user"/>
<field name="period_id" invisible="context.get('visible', True)"/>
<field name="type" invisible="context.get('visible', True)"/>
<field name="amount" sum="Total Amount"/>