Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
4804 Widoki

How should be configured correctly Mrp scheduler in multicompany environment? Company B is a child company A.

  • Nothing changed only activate? - works for both companies?
  • Define a call for both companies separately? - how?

Updated:
Probably issue? Cron scheduler is run as user Administrator and quants are reserved only for company A  (Administrator Company):

domain += [('company_id', '=', self.pool.get('res.users').browse(cr, uid, uid, context=context).company_id.id)]

Awatar
Odrzuć
Autor Najlepsza odpowiedź

I reported the issue: https://github.com/odoo/odoo/issues/4627

Solutions:

1) Manualy

  • Run Scheduler - as user company A
  • Additionally Run Scheduler - as user company B

2) Cron

  • Add new "Run mrp scheduler for Company B" with Action to Trigger/Arguments = (True,ID,{'force_company':ID}), where ID = companyB.id

UPDATE:

Warning!!! with the concurrent runs of both shedulers procurements can be multiplied! (Suggested settings max_cron_threads = 1 in openerp-server.conf)

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
2
kwi 23
2946
0
mar 15
5677
1
mar 15
5964
0
maj 21
3737
2
kwi 20
15881