[MERGE]:merged hr expense

bzr revid: apa@tinyerp.com-20120913123908-mmp08uyxwb2a3vwd
This commit is contained in:
Amit Patel 2012-09-13 18:09:08 +05:30
commit 0b1cd66d1b
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')]"/>
<field name="journal_id" widget="selection" domain="[('type', '=', 'purchase')]" groups= "base.module_account_accountant"/>
<field name="voucher_id" context="{'form_view_ref': 'account_voucher.view_purchase_receipt_form'}"/>
</group>
</group>