Daily updates from Odoo
Wednesday, May 29, 2019
2 changes
New functionality added to Odoo
Point of Sale can now connect to payment terminals through the IoT Box, starting with Ingenico devices used in Benelux. This lets cashiers send card payments directly to a linked terminal and receive payment status updates automatically, reducing manual entry and checkout errors.
Original PR description
With this PR we create a new type of device for IoT Box, payment terminal. We integrate this new type of device in the pos and add use the long polling to catch the status of the terminal In this PR we use the driver for Ingenico. Task: 1891152
Enhancements to existing features
Inventory managers can now adjust product quantities directly from stock quantity lists, reducing the need to create full inventory adjustments for simple corrections. Inventory adjustments were also redesigned with clearer line handling, status cues, account move access, and safeguards against duplicate stock quantity entries.
Original PR description
### Description of the feature this PR addresses: Improve the usability of the Inventory Adjustments and allow to easily correct a product quantity without going through an Inventory Adjustment. See commit messages for more information. *Task #1935921*