Daily updates from Odoo
Wednesday, August 21, 2019
3 changes
New functionality added to Odoo
Point of Sale can now print receipts and restaurant orders directly to compatible Epson ePOS printers on the same local network, without requiring an IoT Box. This simplifies hardware setup for stores and restaurants and can reduce deployment cost and complexity.
Original PR description
Linked to odoo/enterprise#5182 Add possibility to print receipts and orders on an ePOS compatible Epson receipt printer located in the same local network than the browser running the pos. TaskID: 2033442 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Employees can now link an expense directly to a project when that project has cost tracking enabled. This makes expense costs flow into project reporting and keeps reinvoicing tied to sales orders where applicable, while also tightening access to internal analytic account data.
Original PR description
This merge commit provide the possibility for project user to select a project on an expense. Selectable project are only the one with an analytic account set. Setting the project will set the analytic account, so posting the expense will create analytic entries, and will finally appear on the project overview. If the analytic account still match an open sale order (and if the product is reinvoicable), a new SO line will be added on the SO (this flow does not change here). Task-1843241 (previsouly Task-1911581)
Businesses can now automatically send SMS updates when a stock picking or delivery is completed, alongside existing email confirmations. This reduces manual follow-up work and helps customers receive delivery information faster through their phone.
Original PR description
The user can already send a confirmation email when the Stock Picking is done. It'd be great to communicate the same information by SMS. In addition, the current mailing tool requires a manual action. The idea is to automate the process via a Setting instead. id=1972567 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr