c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #09524
[Bug 692986] Re: [6.0] hr_payroll_account hr_payroll_account_view.xml - required fields block opening form
Hello Ferdinand,
I have fixed the problem in lp:~openerp-dev/openobject-addons/trunk-dev-
addons3-ara branch, It will be merged soon with Trunk addons.
Revision No: 4598
Revision ID: ara@xxxxxxxxxxx-20101223115620-9v13ir22h5jux9cu
Thank you,
ara
** Changed in: openobject-addons
Status: In Progress => Fix Committed
--
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