Daily updates from Odoo
Friday, November 20, 2015
1 change
Resolved issues and error corrections
Fixed an issue where changing the color of one kanban tag could be lost after selecting another tag. The update ensures users see the latest saved tag colors instead of outdated cached values, making kanban labels more reliable.
Original PR description
Issue: 648941 To produce issue: Select kanban tag, set any color to that tag and now select another tag, selecting another tag will set previous tag to old color. evict_record from dataset when color get changed so that while reading dataset get it from database and update the dataset with new values. Also fixed, evict_record is not removing from_read values(because it is using extend instead of replacing whole value).