Daily updates from Odoo
Friday, August 28, 2015
3 changes · master
Enhancements to existing features
Notification emails now include buttons that let users take common actions directly from the email, such as approving requests, assigning work, or marking opportunities as won or lost. This makes email notifications more useful and helps teams respond faster without navigating through multiple screens.
This work updates sales, invoicing, and analytic accounting flows to make sales orders and invoices easier to manage. It improves deposit invoicing behavior, tax handling, and links between customer, sales, and analytic records, while addressing issues that could cause duplicate invoicing.
Original PR description
This is still a WIP but I need the PR to test the Enterprise code. The PR description will be adapted when we feel it's ready for review. Come back later. 
Code cleanup and technical improvements
The online bank connection flow for Yodlee and Plaid has been redesigned so setup and synchronization happen through one clearer client-side dialog. This should make bank linking easier to maintain and improve the user experience, while also adding institution data for supported providers.
Original PR description
This branch refactor entirely account_yodlee, account_online_synch and account_plaid. server side has been simplified, no more transient model that calls other transient model, all the logic is now client side inside one single dialog