~acf-custom-openerp/acf-openerp-custom-main/trunk

« back to all changes in this revision

Viewing changes to acf_custom_view_employee.xml

  • Committer: Robert Ševčík
  • Date: 2012-10-03 20:44:25 UTC
  • Revision ID: launchpad@robajz.info-20121003204425-g8v6jyxwa3y5eelj
 * added an upgrade function _upgrade_01_0000 in employee.py and *employee.xml to ensure all employees in the system have a code.
 * Improved wording of the payslip blueprint
 * default for employee's acf_code moved to a method
 * fixed bug #1061213 in payroll.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
                                </xpath>
41
41
                        </field>
42
42
                </record>
 
43
                
 
44
                <function model="hr.employee" name="_upgrade_01_0000"/>
43
45
        </data>
44
46
</openerp>