c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #09525
[Bug 692986] Re: [6.0] hr_payroll_account hr_payroll_account_view.xml - required fields block opening form
** Changed in: openobject-addons
Milestone: None => 6.0-rc2
** Changed in: openobject-addons
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/692986
Title:
[6.0] hr_payroll_account hr_payroll_account_view.xml - required fields block opening form
Status in OpenObject Addons Modules:
Fix Released
Bug description:
the following code blocks opening "Employees" if employees are imported before installing
hr_payroll_account - the fields are obviously empty.
<page string="Accounting">
<field name="property_bank_account" required="1"/>
<field name="salary_account" required="1"/>
<field name="employee_account" required="1"/>
in practice I have seen many cases where no bank account is available (peolpe get paid in cash)
BTW how can this module be installed in a running installation if no defaults are given?
References