[IMP] account_voucher : Addedd a groups to some fields.

bzr revid: mdi@tinyerp.com-20120605055644-o63hq3757qcbkzps
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-06-05 11:26:44 +05:30
parent 015459f045
commit 3db7d5f66c
1 changed files with 2 additions and 2 deletions

View File

@ -345,8 +345,8 @@
<field name="date_original" readonly="1"/>
<field name="date_due" readonly="1"/>
<field name="amount_original" readonly="1"/>
<field name="amount_unreconciled" readonly="1"/>
<field name="reconcile" on_change="onchange_reconcile(reconcile, amount, amount_unreconciled, context)"/>
<field name="amount_unreconciled" readonly="1" groups="account.group_account_user"/>
<field name="reconcile" on_change="onchange_reconcile(reconcile, amount, amount_unreconciled, context)" groups="account.group_account_user"/>
<field name="amount" sum="Total Allocation" on_change="onchange_amount(amount, amount_unreconciled, context)" string="Allocation"/>
</tree>
</field>