T2593 tagged partner count field wrongly set to store field#2274
Open
T2593 tagged partner count field wrongly set to store field#2274
Conversation
Initial import of the module from v.12
OCA Tasks for 13.0
* added fields * added dropdown and valid_until * T0424 FEAT: Add field to the tag to help identify them We are adding some fields to give more information to the tag. The main 3 are the author, the department who use the tag and a description. We add those to all tag and show them in the list view. To add the department we need to add a new dependence the hr base module. We add a new value to the smart part of the tag. This new value give the possibility to give a end date to a tag. We had a cron who archive tag who are older than their valid date. --------- Co-authored-by: zoro2002 <ozmoaz@gmail.com>
- This avoids timeouts for long processes
- Avoid unnecessary writes - Split jobs into single records
luisDIXMIT
reviewed
Mar 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
store=True was removed, meaning that the count is calculated in real-time for accuracy. Given the fast calculation of this field, this remains an efficient approach.