Daily updates from Odoo
Navigate
Branch
Friday, January 12, 2018
2 changes
Enhancements to existing features
Odoo now better detects when calculated business data needs to be refreshed, even when calculations depend indirectly on other non-saved calculated values. This reduces the risk of outdated information appearing in related workflows, with minimal performance impact during system startup.
Original PR description
In other words, when a field F depends on a non-stored field G, it also depends on G's dependencies. This guarantees that whenever a dependency of G is modified, F will be invalidated and marked to recompute (if necessary). The transitive closure of dependencies is not computed over stored fields. Anyway stored fields already trigger the recomputation of their dependent fields during their recomputation. The performance impact on the loading of a registry is negligible (less than 1%), and the increase of recomputation triggers is small (less than 10%).
Product pages now include access to related quality points, making it easier for users to review and manage quality controls directly from the product record. This reduces navigation effort and helps teams connect products with their quality requirements more quickly.
Original PR description
Impacted version : master Current behavior : No acces to quality point from product view. Futur behavior :  @jco-odoo Close : https://github.com/odoo/enterprise/pull/1261