Daily updates from Odoo
Tuesday, July 30, 2019
1 change
Code cleanup and technical improvements
This change removes leftover purchase requisition stock code that no longer served any purpose after earlier system changes. It helps keep the application cleaner and easier to maintain, with no expected change for day-to-day users.
Original PR description
The commit https://github.com/odoo/odoo/commit/d3dc5048e40d1aef693336d10ce582d39ce17337 from v11 should be removed, as in v12 becomes dead code because the commit https://github.com/odoo/odoo/commit/93ae1b1a041b6a36521263ff87ac980e6102551a deleted the `_get_exceptions_domain` method. Done in `master` as requested in https://github.com/odoo/odoo/pull/35066#issuecomment-513768083 by @mart-e. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr