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

Happy new year to everybody.

i want to get the net amount to pay to the employee in a costum field i have just created. I am not developper but i creat a function field in the hr.payslip model and write this function but it is not working

 

 

def _get_payslip_net(self, cr, uid, ids, name, args, context):
        if not ids: return {}
        res = {}
        for line in line_ids.browse(cr, uid, ids, context=context):
            if line.code=="NET":
                res[line.id] = line.total
        return res

 

Thanks in advance.

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
0
ديسمبر 23
1267
1
فبراير 23
2392
0
ديسمبر 22
1809
1
ديسمبر 18
3907
2
نوفمبر 18
6301