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

I have the following code that is throwing a exception:

This code is inside account module.

It throws the exception:

  File "/home/danimar/projetos/odoo/odoo-eight/addons/account/account_invoice.py", line 1220, in _compute_price
    taxes = self.invoice_line_tax_id.compute_all(price, self.quantity, product=self.product_id, partner=self.invoice_id.partner_id)
  File "/home/danimar/projetos/odoo/odoo-eight/openerp/api.py", line 235, in wrapper
    return new_api(self, *args, **kwargs)
ParseError: "'NoneType' object is not callable" while parsing

Why this is happening?

I have two classes that inherit from account.tax but both are still using old api.

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
1
يناير 16
5233
1
يوليو 15
7747
2
يوليو 25
2737
3
يوليو 25
562
1
يوليو 25
269