Monday, January 17, 2022
5 changes · master
New functionality added to Odoo
Website editors can now add and manage a dedicated social media block for links to company and custom social profiles. Headers and footers use this improved block, making social links easier to update while keeping standard company social URLs available by default.
Original PR description
The purpose of this PR is to: 1) Have a new building block to have links to social networks. 2) Modify the header and footer template to use this new snippet. The new social media block shares all the options of the block share. In addition, it offers an option to edit and move social networks whose URL is stored in the DB (social_facebook, social_*), as well as to create, delete, edit and move custom social networks (which are not stored in the DB). This new option takes the form of a we-list. By default the social networks present in the DB are available. Task-2687447 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Enhancements to existing features
Mail activity forms are easier to use with a keyboard, including tab access to footer actions and Enter support for completing activities from list views. This improves accessibility and speeds up routine activity handling for users who rely on keyboard navigation.
Original PR description
**PURPOSE** Improve some mail activity issues regarding keyboard navigation through forms. **SPCIFICATION** - When creating an activity using the form view, allowing user for the form and given access for TAB key to the four buttons at the footer. - When done an activity using the record list view, allowing user ENTER key support on "Done" or "Done and Schedule Next" button to post feedback and mark the activity as done. **Task**-2528109
Resolved issues and error corrections
Changing a sales order template once again removes the previous order lines before applying the new template. This restores the expected behavior and helps prevent outdated or unintended items from remaining on a quotation or sales order.
Original PR description
The removal of existing order lines on template update was unexpectedly lost in recent code changes. This commit brings back the old expected behavior. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Belgian payroll add-ons for canteen, December pay, holiday pay recovery, report measures, and group insurance were merged into the main Belgian payroll module. Large payroll reports such as tax sheets and individual accounts are now generated in the background one by one, reducing the risk of memory errors or request timeouts for companies processing many documents.
The Point of Sale customer list now combines loyalty points and outstanding amounts into one Balance column. This saves screen space and only shows values when there is a non-zero balance, making the list easier for cashiers to scan.
Original PR description
In this PR we simplify the interface of the POS app. task-2669747