Tuesday, May 21, 2024
2 changes · master
New functionality added to Odoo
Checkout now gives guest shoppers the option to subscribe to a newsletter while completing their purchase. The sign-in prompt was also made more visible, encouraging shoppers to log in or create an account and supporting better customer engagement.
Original PR description
**[IMP] website_sale: more visible sign-in** Sign-in has been changed to a button to make it more visible and to encourage unlogged users to log in or sign up. task-3729760 --- **[ADD] website_sale_mass_mailing: add a newsletter checkbox in checkout** This commit adds a checkbox on the eCommerce checkout page for unlogged users. In the settings, it can be set to which newsletter the user will be signed up for. task-3729760
Employee bank accounts can now be accessed directly from the Employees app through a new Bank Accounts menu item. This removes the need to navigate through Contacts and create custom filters, making payroll and employee administration faster and easier.
Original PR description
Description of the issue/feature this PR addresses: 1. Add menu item `Bank Accounts` in the employees app to show the bank accounts of employees. Current behavior before PR: 1. In order to access the bank accounts of employees, you need to open `contacts app -> configuration menu -> bank accounts` and create a custom filter to show only bank accounts for contacts that are related to employees. Desired behavior after PR is merged: 1. Now the bank accounts of employees can be accessed through `employees app -> employees menu -> Bank Account` task-3916836 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr