Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Modify the behavior of compute fields for our computed fields used for criterias #8

Open
jeremi opened this issue Jun 4, 2022 · 0 comments
Assignees
Milestone

Comments

@jeremi
Copy link
Member

jeremi commented Jun 4, 2022

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
@jeremi jeremi added this to the 0.3 milestone Jun 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants