Daily updates from Odoo
Wednesday, June 19, 2019
2 changes · master
Enhancements to existing features
This update makes the project Kanban quick-create area easier to understand by allowing example background columns to use meaningful labels instead of generic placeholders. It helps users better understand suggested workflows when creating new Kanban columns.
Original PR description
Task : https://www.odoo.com/web?#id=1937198&action=327&model=project.task&view_type=form&menu_id=4720 Pad :https://pad.odoo.com/p/r.7fa00bc609000e17b29a471d568e315b 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
Resolved issues and error corrections
Restaurant point-of-sale order lines now store note and preparation skip information in the database, matching what staff already use in the front end. This prevents errors in related Point of Sale and IoT workflows and improves reliability for restaurant operations.
Original PR description
The note and mp_skip field of pos.order.line only exist in the front-end application, this causes errors in some task of the PoS and IoT teams. This pr adds the fields to the database, resolving these problems.