Friday, September 27, 2024
2 changes · 17.0
Enhancements to existing features
During checkout, shoppers who enter an email already tied to an existing account will now be prompted to log in instead of creating a duplicate contact. This helps keep customer records clean and reduces confusion for returning customers.
Original PR description
Description of the issue/feature this PR addresses: During the checkout process, when a public user enters an email that is already associated with an existing account, Odoo creates a new contact…
Description of the issue/feature this PR addresses: During the checkout process, when a public user enters an email that is already associated with an existing account, Odoo creates a new contact rather than associating the order with the existing user. This leads to the creation of duplicate contacts and issues when users attempt to register later with the same email address. Current behavior before PR: - Odoo creates a new contact even if the email entered in the checkout is already linked to a registered user. - This can result in multiple accounts for the same user, causing confusion and a poor user experience. Desired behavior after PR is merged: - If the email entered during checkout is associated with an existing user, the system will notify the public user and prompt them to log in. - This will prevent the creation of duplicate contacts and ensure the order is properly linked to the existing user account. This enhancement improves the overall user experience by guiding users to log in when their email is already registered, maintaining consistency and preventing account duplication. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This improvement makes the fiscal folio (a required Mexican tax identifier) visible in list views for vendor invoices and payments, matching the existing functionality for customer invoices. This enhances visibility and makes it easier for users to track and verify fiscal information across all transaction types in Mexico.
Original PR description
Allow viewing the fiscal folio for vendor invoices and all payments in the tree view, as it currently only displays for customer invoices. Related https://github.com/odoo/enterprise/pull/69359