Daily updates from Odoo
Tuesday, March 3, 2020
2 changes
Code cleanup and technical improvements
A helper for safely handling file types is being moved into Odoo's shared tools so it can be reused beyond the Documents app. This is an internal change that supports future improvements without changing day-to-day user workflows.
Original PR description
This method will be used later in other module(s) than Document Task : 1960733 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
A helper used to make file types safer has been moved from the Documents app into a shared Odoo toolkit. This prepares the functionality for reuse by other apps, including Community edition modules, without changing day-to-day user workflows.
Original PR description
This method will be used later in other module(s) than Document. Especially in Community version ones. Task : 1960733