Daily updates from Odoo
Tuesday, August 23, 2016
2 changes · master
Code cleanup and technical improvements
The timesheet sheet approval process was updated to use direct application logic instead of the older workflow mechanism. This keeps the same business process while making it easier to maintain and less dependent on legacy infrastructure.
Original PR description
repalce workflow by python code odoo task : https://www.odoo.com/web#id=27202&view_type=form&model=project.task&action=333&active_id=248&menu_id=4720
This change removes older internal workflow machinery from Point of Sale orders and sessions while keeping the business process checks in the actions themselves. It should make the Point of Sale code easier to maintain without changing the day-to-day cashier or manager experience.
Original PR description
odoo task : https://www.odoo.com/web#id=27207&view_type=form&model=project.task&action=333&active_id=248&menu_id=5195