Thursday, December 26, 2019
3 changes · master
Enhancements to existing features
Portal users who can manage payment cards for their parent company can now use those same saved cards during website checkout. This makes card access more consistent and reduces checkout friction for business accounts with shared payment management.
Original PR description
The tokens access rights makes it possible for a portal users to manage cards for their 'parent' (commercial_partner_id), this commit homogenises this concept to allow using these tokens at checkout as well. Side effect of task 2119417
Portal users can now use saved payment cards linked to their parent company when paying for subscriptions. This makes subscription payments more consistent with existing card management permissions and reduces payment friction for company-related users.
Original PR description
The tokens access rights makes it possible for a portal users to manage cards for their 'parent' (commercial_partner_id), this commit homogenises this concept to allow using these tokens during the subscription payment as well Leftover from task 2119417
Resolved issues and error corrections
Restaurant point of sale kitchen tickets now avoid printing the same unchanged order twice. Staff can still print again when the order has changed, reducing kitchen confusion and unnecessary paper use.
Original PR description
Before this, when we printed a ticket for the kitchen, if we went back to the table management and go back to the order, we could re print the same product. Now, we can only reprint the order if there is something different. Task-id: 2123029 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr