Description- Don't fetch all records when new fields are added by views, re-fetch records only if new fields are displayed.
- Use some list comprehension.
- Use dictionaries to prevent double for loop.
Patch Set 1 #
Total comments: 6
Patch Set 2 : Make reload to reload also the 80 others records if needed #Patch Set 3 : Use [:] instead of list to copy #Patch Set 4 : Use get instead of testing key #Patch Set 5 : Use get instead of testing key #MessagesTotal messages: 7
|