[IMP]:hr_expense:add accountant group for journal.

bzr revid: apa@tinyerp.com-20120917061316-bnjex2lyoplo3jom
This commit is contained in:
Amit Patel 2012-09-17 11:43:16 +05:30
parent 1e7cccc36c
commit a6e77b12e2
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@
<page string="Other Info">
<group>
<group string="Accounting Data">
<field name="journal_id" widget="selection" domain="[('type', '=', 'purchase')]" groups= "base.module_account_accountant"/>
<field name="journal_id" widget="selection" domain="[('type', '=', 'purchase')]" groups= "account.group_account_user"/>
<field name="voucher_id" context="{'form_view_ref': 'account_voucher.view_purchase_receipt_form'}"/>
</group>
</group>