Daily updates from Odoo
Friday, November 22, 2019
3 changes · master
New functionality added to Odoo
The web client’s Python-like expression engine can now run conditional expressions that it could previously only read. This helps make dynamic interface behavior more reliable when business rules depend on if/then-style logic.
A new demo module lets teams showcase and explore the Social app without connecting to external social media APIs. This provides a safe environment for trying posts, comments, and streams, making customer demonstrations and training easier.
Original PR description
This commit introduces a new complete demo module for the social app. A full module is necessary because we need to override several methods to prevent calls to third party APIs. This creates a full sandbox where you can safely play around with posts and comments while checking the capabilities of our social app. It will also make it easier to showcase the app to new customers. Task#2081610
Manufacturing teams can now add extra components or by-products directly from the work order tablet view when flexible consumption is enabled. Cost analysis reports also make these added or differently consumed items easier to spot, improving visibility into real production costs.
Original PR description
Increase the scope of flexible consumption, allowing to update confirmed MO's and consume components which weren't part of the initial BOM https://www.odoo.com/web#id=2082448&action=333&active_id=966&model=project.task&view_type=form&menu_id=4720