Friday, August 20, 2021
3 changes
New functionality added to Odoo
Point of Sale now supports Worldline payment terminals through the IoT Box. This gives businesses another integrated payment terminal option, helping streamline in-store card payments and terminal management.
Original PR description
Add support for Worldline terminals with the IoT Box. Implementation documentation: https://github.com/odoo/worldline-lib TaskID: 2368696
Businesses can now use the appointment app with the customer portal instead of needing a full website. Customers can book from shared links and view their appointments in the portal, reducing setup needs for service businesses like clinics or offices.
Original PR description
Use case: e.g. We have a Dental Office that does not need a website but still wants to send appointment links to its patients. The patient will get the link and follow the usual process to take the appointment. The user will no longer need to buy the website module to use those features. PURPOSE Allow to use the appointment app even when website is not installed. We now allow the use of this app with the portal app. Parts depending on the website app are still in the former website_calendar app. Parts that are kept in website_calendar: - /calendar route and linked templates; - Website visitor; - website.published mixin & related fields; The new appointment module is the same as before but for the previous point. We also add portal templates for the appointment module. Customers can now check their appointment in customer portal. See sub commits for more details. Task-2427015
Enhancements to existing features
The PLM app has been revamped to make engineering change orders easier to manage and safer to approve. Users get clearer approval tasks, better visibility of document and operation changes, and manufacturing orders can be updated or alerted when a newer bill of materials is available.
Original PR description
Revamp mrp_plm addon: 1. Clean dead code for eco type "both". 2. Create a "ECO Approval" activities for approvers when creating approvals. 3. On MOs, we add a button to change the bom to latest…
Revamp mrp_plm addon: 1. Clean dead code for eco type "both". 2. Create a "ECO Approval" activities for approvers when creating approvals. 3. On MOs, we add a button to change the bom to latest version when MO is still "draft". If the MO is not "draft", a button will be shown to notify the user the availability of a later version. 4. Make the kanban state of the eco customizable. 5. Stages can be shared by different eco types now. 6. Hide the edit button to prevent user editing the file anymore after applying the change. 7. Include operation step changes in eco. 8. When a change is positive, add a "+" in front of the number. 9. Make action_apply multi and add it to list view. 10. When update documents, match the eco type "product" or "bom", i.e. we only apply document changes on the product or on the bom 11. In eco, we add a ribbon to the file to show if it has been edited, deleted, or newly added. 12. Only allow users with access rights to be approvers Task-2466232 COM PR odoo/odoo#69914 Upgrade PR odoo/upgrade#2427 PR #17960