Wednesday, July 2, 2025
4 changes · saas-18.4
Enhancements to existing features
Indonesian localization now displays the required DPP tax base amount on invoice forms and reports. This helps businesses comply with local tax rules where the taxable base is adjusted by 11/12 before applying the 12% tax rate.
Original PR description
Due to government regulations, tax base amount is multiplied by factor of 11/12 and tax value of 12% resulting to essentially 11% of tax. We need to display this DPP value both on invoice form view and reports 4485693 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#215366 Forward-Port-Of: odoo/odoo#202832
Partner enrichment from CRM now automatically includes category tags when updating company or contact details. This saves users from manually adding missing tags and keeps enriched partner records more complete and consistent.
Original PR description
when using partner enrich from CRM category tags were not fetched now category tags are autofilled when using partner enrich from CRM --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#216531 Forward-Port-Of: odoo/odoo#215807
When creating a bank account, Odoo now checks whether the same account is already linked to another partner. If a duplicate is found, users see a non-blocking warning with a link to the existing partner, helping reduce accidental duplicate records without interrupting their workflow.
Original PR description
If a bank account is already linked to a partner, display a non-blocking warning on the bank account creation form, containing a link to the other partner. task-4431041 Forward-Port-Of: odoo/odoo#216189 Forward-Port-Of: odoo/odoo#198127
Live chat agents can now send a past conversation transcript to a visitor after the chat has closed. This helps visitors receive records they may need later, while logging the resend action in the conversation for traceability.
Original PR description
**Purpose of this PR:** Agents can resend previous chat transcripts to visitors. This PR adds a 'Send Conversation' action available after the live chat is closed. Agents can enter the visitor’s email to resend the transcript, and a notification is logged in the conversation for reference. task-[4775228](https://www.odoo.com/odoo/project/1519/tasks/4775228)