Daily updates from Odoo
Friday, November 20, 2015
2 changes · master
Enhancements to existing features
Sales, purchasing, invoicing, and work order reports now include product net weight, gross weight, and volume information. This helps teams better analyze logistics, shipping needs, and operational costs directly from existing reports.
Original PR description
…rchase, Invoice, Work Order TASK : https://www.odoo.com/web?db=openerp#id=11716&view_type=form&model=project.task PAD : https://pad.odoo.com/p/r.BFPjpaq9JwZo7LDR
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).