[IMP] hr_payroll_account: made account_id unrequired field on contribution register

bzr revid: mtr@mtr-20110512053637-2yudj4rinjtwayy1
This commit is contained in:
mtr 2011-05-12 11:06:37 +05:30
parent 9dda35f064
commit 3682e3df40
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
<field name="arch" type="xml">
<xpath expr="/form/notebook" position="before">
<newline/>
<field name="account_id" required="1"/>
<field name="account_id" />
<field name="analytic_account_id"/>
</xpath>
</field>