Monday, January 18, 2016
2 changes · master
Enhancements to existing features
The Archive and Unarchive options are now visible without needing developer/debug mode. This makes it easier for everyday users to manage active and inactive records directly from forms and list actions in core contacts and product screens.
Original PR description
Task : https://www.odoo.com/web#id=21310&view_type=form&model=project.task&action=327&menu_id=5200 Pad : https://pad.odoo.com/p/r.ybU9shv1Uwo6KUYm
Bank statement imports now identify OFX files without relying on an optional library being installed, reducing incorrect rejection of valid files. If the required OFX import library is missing, administrators and users receive clearer warnings so the issue can be resolved faster.
Original PR description
- Do not depend on ofxparse being installed to check if a file is an OFX, that could lead to false negatives - Proper warnings if ofxparse is not installed : a warning in the logger upon module loading, a warning to the user when the absence of the library prevents from importing an OFX file