← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 692986] Re: [6.0] hr_payroll_account hr_payroll_account_view.xml - required fields block opening form

 

** Changed in: openobject-addons
   Importance: Undecided => Low

** Changed in: openobject-addons
       Status: New => Confirmed

** Changed in: openobject-addons
     Assignee: (unassigned) => OpenERP R&D Addons Team 3 (openerp-dev-addons3)

-- 
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:
  Confirmed

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