Daily updates from Odoo
Monday, December 2, 2019
1 change · master
Features or functions removed from Odoo
This change removes older dynamic filtering logic in the sale timesheet workflow and replaces it with clearer, more maintainable links between projects, tasks, and sales orders. For users, the invoicing and task selection behavior should remain aligned with the right sales orders while reducing complexity behind the scenes.
Original PR description
* dynamic domain on task was not exactly pulling its weight as it only added a check of the SO lines linked to tasks belonging to the SO the project is linked to (if there's one) which is pretty straightforward to implement with a related field * the dynamic domain on the invoicing wizard is a more complex beast as we want to link to any "to invoice" SO which is linked to the task through one of the project's (other) tasks. Task 2115472