Monday, January 18, 2016
4 changes · master
New functionality added to Odoo
Adds demo configuration data for Gengo public and private keys and improves the warning shown when those keys are missing or incorrect. This helps users quickly find the right settings page to fix Gengo authentication issues.
Original PR description
- When Gengo `Public Key` or `Private Key` are incorrect/missing then a RedirectWarning message will be displayed which shows "Go to Gengo authentication parameters.
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
Code cleanup and technical improvements
The HR Holidays module has been reorganized and migrated to Odoo's newer technical framework, making it easier to maintain and extend. Automated tests were also modernized, helping reduce future regression risk for leave management processes.
Original PR description
<b>Task</b>: https://www.odoo.com/web#id=12603&view_type=form&model=project.task&action=327 <b>Pad</b>: https://pad.odoo.com/p/r.jR3WnMZPcwayX8wD
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