JayVora-SerpentCS / OdooEduERP

Education ERP based on Odoo!
http://www.serpentcs.com
151 stars 181 forks source link

[BUGFIX] Fix printing of student payslips #145

Closed LeonardFollner closed 5 years ago

LeonardFollner commented 5 years ago

Student payslips could not be generated, because Odoo was not able to find the method to get data for the report.

Fixed the typo of get_report_values to be _get_report_values.