OCA / queue

Asynchronous Job Queue
GNU Affero General Public License v3.0
173 stars 442 forks source link

[13.0][FIX] queue_job: recompute with user #649

Open vincent-hatakeyama opened 2 months ago

vincent-hatakeyama commented 2 months ago

When queue_job is not used, recomputing is done with the same user that did the changes. queue_job changes that and the superuser is used instead. That causes problems. For example, when mail are sent, if the superuser has no mail address.

After this change, the original user is used instead of the superuser.

Goes after #648

OCA-git-bot commented 2 months ago

Hi @guewen, some modules you are maintaining are being modified, check this out!