You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
The addition of new computed fields on res.partners would be quite common in our system. So we need to make it easy to use.
Right now, if you have a large amount of data, it often fails to install an app.
So we need to:
Do not recompute additional fields when installing an app but store them to be run in a queue using Celery ( Switch task queue to Odoo-celery #1 )
Recompute directly only if few records are impacted (Less than 10)
Use celery to re-compute them
The text was updated successfully, but these errors were encountered:
The addition of new computed fields on
res.partners
would be quite common in our system. So we need to make it easy to use.Right now, if you have a large amount of data, it often fails to install an app.
So we need to:
The text was updated successfully, but these errors were encountered: