[FIX]Accounting / Invoice + Partner Manager unable to create new partner

lp bug: https://launchpad.net/bugs/720178 fixed

bzr revid: ara@tinyerp.com-20110217130052-y53j9ea6oj3vifrw
This commit is contained in:
ARA (OpenERP) 2011-02-17 18:30:52 +05:30
parent 46c1818aea
commit 9c489006aa
1 changed files with 2 additions and 2 deletions

View File

@ -76,13 +76,13 @@
<page string="Accounting">
<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_invoice" />
<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_invoice"/>
</group>
<group col="2" colspan="2">
<separator string="Customer Credit" colspan="2"/>