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

Say I have three companies; CompanyA ,CompanyB and CompanyC. CompanyA and CompanyB both deal with the same customer; CustomerX.

How can I set up CustomerX so that I can invoice him from CompanyA and CompanyB but NOT let him be seen by CompanyC? (That is, I can't just leave the company field blank or CompanyC will be able to see him).

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

Hi,

for each partner you need to select a company or allow empty the company that the partner is visible to everyone.

So what I ask to create a virtual company V that contains all object coummun between company A and company B (partners , users, products...) . A and B are childs V.

and create another company C.

so company A and company B both deal with the same customer but not let him be seen by company C.

So your structure will :

image description


And if this solution does not meet your needs you have to do create a new module to change this logic .

you can start by see this line in res.partner:

'company_id': fields.many2one('res.company', 'Company', select=1),

change to :

'company_id': fields.many2many('res.company', id1='partner_id', id2='company_id', string='Company'),

and you will have many modificat.

الصورة الرمزية
إهمال
الكاتب

Interesting solution, but I don't think it is practical for our large multi-company setup. While A and B share CustomerX, A and C might also share CustomerZ (and B does not). Then the structure shown above will not allow A and C to see CustomerZ without B also seeing them. This will only work as a solution for permissions on a single partner issue and is not very extendable

المنشورات ذات الصلة الردود أدوات العرض النشاط
0
أكتوبر 25
285
0
أغسطس 25
677
1
أغسطس 25
1404
0
يوليو 25
764
1
يونيو 25
2007