Monday, September 16, 2024
5 changes · 17.0
Resolved issues and error corrections
When a CRM lead only has an email address, any contact created from chatter messages will now use that email address as the contact name. This prevents blank contact records and makes newly created contacts easier to identify and manage.
Original PR description
Steps to reproduce =================== 1. Create a new lead in CRM with only an email address. 2. Send a message to the email through the chatter. -> The contact is created but it has no name. Issue ================= The issue was in _get_customer_information() for CRM. The function uses parse_contact_from_email which returns an empty name for a simple email. After this commit ================= Email will serve as a name for the contact created through the chatter in CRM. Task-4129454
Invoice tax labels in the Indian accounting localization have been shortened to make printed and shared invoices easier to read. This is a small presentation fix that improves clarity for customers and accounting teams without changing tax calculations.
Original PR description
This commit simplifies the labels on invoices in the Indian accounting localization package. task-4035245 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes incorrect HSN codes used in India localization demo product data. It helps sample setups and demonstrations reflect the right tax classification information more accurately.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
IoT Box displays now open Chromium in a mode that skips browser sign-in prompts. This helps ensure the display homepage appears reliably instead of an unwanted popup interrupting operations.
Original PR description
It appears that `chromium-browser` sometimes asks for user to sign in, displaying an unwanted popup instead of the IoT Box display homepage. We fix this by adding `--bwsi` argument to the command line.
Project invitation emails now show the View Project button to internal users as expected. The button remains hidden only for customer portal users when the project is private, reducing confusion while preserving intended access limits.
Original PR description
Before this commit, due to 715d6be, the `View Project` button in the email sent even if the receiver is an internal user, which is not really expected. This commit makes sure the button is only hidden for the customer portal when the project is private. X-Original-Commit: 715d6be