Daily updates from Odoo
Friday, August 30, 2019
3 changes · master
Enhancements to existing features
Point of Sale can now print Arabic receipts by sending the receipt as an image instead of plain text. This improves receipt readability for Arabic-speaking customers and helps businesses using ESC/POS printers serve those customers more reliably.
Original PR description
Make it possible to print Arabic tickets by printing images instead of text. Because escpos cannot print in Arabic the pos should send images instead of text to solve this problem. task: https://www.odoo.com/web#id=1872569&action=333&active_id=1428&model=project.task&view_type=form&menu_id= 
This change updates Odoo's IoT and Point of Sale integration so PoS can work with the Blackbox IoT driver. It also improves how multi-word device types are displayed on the IoT homepage, making device names easier to read for users.
Original PR description
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
Point of Sale users can now enable the IoT module directly from the PoS settings when it is not already installed. This makes it simpler to connect and manage IoT Boxes, with a direct link to the IoT Boxes overview once available.
Original PR description
Forward-port of different #3072 to 12.1 as the field is_installed_iot is not necessary anymore when you can update everything.