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

In Odoo 18 Follow Ups section on the contact, there is a button to open Overdue Invoices for a partner. It seems to not work correctly, when I have an invoice address defined for this partner.

So let's say:

  • I have a partner A.
  • This partner has an invoice address B.
  • There is an invoice for which the customer is set to B (but the commercial partner is A)

In this case:

  • The follow up status can be inspected, updated and processed on the partner A - but should probably be done on B?
  • The Status on A shows that there are some invoices overdue, but when I click the button I get an empty list. The domain for this action is defined as follows: [('partner_id', '=', self.id)], instead of [('commercial_partner_id', '=', self.id)].

Is the domain indeed wrong or have I misconfigured something?

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

Hi Jan 
I've checked the Odoo source code, and you are right—the domain is set to [('partner_id', '=', self.id)]. Would be nice to reach out to Odoo for clarification on why this approach was chosen, and If it's an oversight, it would be helpful to fix it.

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
3
مارس 25
1153
1
يوليو 21
2519
2
يوليو 25
112
4
يوليو 25
1477
1
يوليو 25
130