[FIX] account: put account group in receivale/payble account property in partner view instead of extended user group

bzr revid: hmo@tinyerp.com-20100528100525-m6x8z8581gv52u5y
This commit is contained in:
Harry (Open ERP) 2010-05-28 15:35:25 +05:30
parent 4befd1d5ba
commit 614442915f
1 changed files with 2 additions and 2 deletions

View File

@ -74,13 +74,13 @@
<page string="Accounting" position="inside">
<group col="2" colspan="2">
<separator string="Customer Accounting Properties" colspan="2"/>
<field name="property_account_receivable" groups="base.group_extended" />
<field name="property_account_receivable" groups="account.group_account_user" />
<field name="property_account_position" widget="selection"/>
<field name="property_payment_term" widget="selection"/>
</group>
<group col="2" colspan="2">
<separator string="Supplier Accounting Properties" colspan="2"/>
<field name="property_account_payable" groups="base.group_extended"/>
<field name="property_account_payable" groups="account.group_account_user"/>
</group>
<group col="2" colspan="2">
<separator string="Customer Credit" colspan="2"/>