Daily updates from Odoo
Tuesday, August 23, 2016
1 change · master
Features or functions removed from Odoo
Odoo removes an old product manager field that was not shown to users and had limited use. Tasks created from tracked service procurements will now be assigned to the current user, aligning them with standard Odoo behavior.
Original PR description
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 The product_manager field is existing since v6.0 and never displayed in any views. It is used in sale_timesheet module. A task created from a procurement_order (if it is a service and we track the service) is assigned to the product manager. It doesn't make a lot of sense as the value should be set directly in the database. We will remove the field and assign the current user to the task instead, which is the common behavior in Odoo.