Daily updates from Odoo
Friday, October 12, 2018
2 changes · master
Enhancements to existing features
This update clarifies the description of an option used when actions need multiple selected records, helping users better understand when it applies. It also removes that option from print reports, where the restriction is not needed, reducing confusion in report configuration.
Original PR description
Task: https://www.odoo.com/web#id=1819329&active_id=1819329&view_type=form&model=project.task
Features or functions removed from Odoo
An obsolete settings file in the sales and stock area was removed because it was no longer used and referred to a configuration model that no longer exists. This is a low-risk cleanup that helps keep the codebase tidy without changing customer-facing behavior.
Original PR description
This file is not mentioned in manifest, and it is wrong as the model `stock.config.settings` does not exist anymore in v11. This leads to no issue as this file is not used anywhere, but it should not exist. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr