Monday, January 20, 2020
2 changes · master
Enhancements to existing features
Users can now more easily find products and partners that are related to subcontracting. This improves day-to-day navigation and helps teams identify the right subcontracting records faster.
Original PR description
Task: https://www.odoo.com/web?#id=2158126&action=327&model=project.task&view_type=form&menu_id=4720 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
This fixes an issue in restaurant point of sale where card terminal payment details could be lost after returning to the floor plan. Keeping this information prevents already validated payments from being treated as unpaid or unprocessed, reducing payment confusion for staff and customers.
Original PR description
Payment information for terminal transactions (payment_status, transaction_id & card_type) was lost when going back to the floor plan in pos_restaurant. Validated transactions were then considered as not processed yet. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr