Daily updates from Odoo
Thursday, December 7, 2017
3 changes · master
Enhancements to existing features
The timesheet grid now preserves the chosen task when opening task search from a project, as long as the task belongs to the same project. This prevents users from losing their task selection and makes timesheet entry smoother.
Original PR description
task : https://www.odoo.com/web#id=35414&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 pad: https://pad.odoo.com/p/r.b1dc522b35958704f06bb1fa664bed91
Grid view actions now pass along the relevant context when opening the next view. This helps ensure follow-up screens are pre-filled with the right information, reducing manual corrections for users.
Original PR description
task: https://www.odoo.com/web#id=35414&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.b1dc522b35958704f06bb1fa664bed91
Features or functions removed from Odoo
The Point of Sale app no longer creates a default "MISC" product when installed in production databases. This keeps new POS setups cleaner and avoids adding an unnecessary product that businesses may need to remove manually.
Original PR description
This "MISC" product is added to production databases upon installation of the point_of_sale module (it is NOT part of demo data), which is annoying. No need to move it to demo data, there is already a lot of product demo data in the point_of_sale module. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr