Daily updates from Odoo
Tuesday, January 14, 2025
5 changes · master
Enhancements to existing features
The contract template list now shows columns that are relevant to templates and hides columns that do not apply. This makes the HR contract salary setup screen easier to read and helps users find template information faster.
Original PR description
Some columns don't make sense for a contract template, so they shouldn't be shown. On the other hand, some columns would make sense to be shown for templates. Task: 4433307
The WhatsApp message composer now shows which WhatsApp Business Account a user is replying from. This helps teams managing multiple brands, companies, or departments avoid confusion and respond from the correct account.
Original PR description
Users managing multiple WhatsApp accounts, such as for different brands, companies, or departments need to easily identify on whose behalf they are chatting within the mail composer. **After this PR:** The placeholder in the mail composer's textarea for WhatsApp channels displays `Answer as (WhatsApp Business Account name)` to clarify which account the user is responding from. **Task**-4188700 https://github.com/odoo/odoo/pull/191365
The appraisal demo data has been refreshed with clearer goal titles and a complete feedback report for Ronnie Hart. This makes sample appraisal workflows more realistic and easier to understand for users evaluating or demonstrating the module.
Original PR description
- edit goals titles - add full feedback report for `Ronnie Hart` Task: 4388551
WhatsApp channel messages no longer apply markdown formatting, so text is sent in a way that better matches WhatsApp's expected behavior. This reduces confusion from unintended bold, italic, or other formatting when teams communicate with customers through WhatsApp.
Original PR description
PR community: https://github.com/odoo/odoo/pull/174941
Point of Sale documents now show a customer's contact address without repeating the company name. This makes printed or fiscal documents clearer and avoids redundant address information for customers.
Original PR description
- Creation of a new field `pos_contact_address` in `res_partner.py` to display the address of the partner without the company name. task-id: 4414057 community PR: https://github.com/odoo/odoo/pull/192018