تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
4507 أدوات العرض

I create new report for my openerp payroll .Refering the default Openerp payroll report structure (report_payslip.sxw)

The details of the employee such as name , designation etc are print fine. 

Then i add the payslip computation details to the report by giving the line.   " [[repeatIn(get_payslip_lines(o.line_ids),'p') ]] "

gives the corresponding field like " 

[[ p.code ]]

[[ p.name ]]

etc... "      After sending to the server then i make a test print shows the error like this.  " Openerp Warning     name 'get_payslip_lines' is not defined

(<type 'exceptions.NameError'>, NameError("name 'get_payslip_lines' is not defined",), <traceback object at 0x064742

 

how can be solve this.. or   How can be define the name get_payslip_lines in openoffice...

الصورة الرمزية
إهمال
أفضل إجابة

Ashmsh,

You should specify the get_payslip_lines() method in your report parser(Py file which instantiates the report).

Have a look at hr_payroll/report/report_payslip.py which links to the proper report RML.

Thank you.

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
3
يونيو 17
8065
0
مارس 15
3276
0
مارس 15
7346
0
مارس 15
4076
1
سبتمبر 17
7015