[IMP] account_voucher : Added groups to journal items.

bzr revid: mdi@tinyerp.com-20120518101032-nd304pu1re8633n0
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-05-18 15:40:32 +05:30
parent a8de539a2c
commit 7e66d4f3a3
1 changed files with 2 additions and 2 deletions

View File

@ -334,7 +334,7 @@
on_change="onchange_move_line_id(move_line_id)"
domain="[('account_id.type','in',('receivable','payable')), ('reconcile_id','=', False), ('partner_id','=',parent.partner_id)]"
required="1"
/>
groups="account.group_account_user"/>
<field name="account_id" groups="base.group_no_one" domain="[('type','=','receivable')]"/>
<field name="date_original" readonly="1"/>
<field name="date_due" readonly="1"/>
@ -386,7 +386,7 @@
</group>
</group>
</page>
<page string="Journal Items" attrs="{'invisible': [('state','!=','posted')]}" groups="account.group_account_user">
<page string="Journal Items" attrs="{'invisible': [('state','!=','posted')]}">
<group col="6" colspan="4">
<field name="period_id"/>
<field name="audit"/>