Tuesday, July 8, 2025
3 changes · saas-18.3
Enhancements to existing features
The accounting journal field previously labelled "Private Part Account" is now labelled "Private Share Account". This improves clarity for users by avoiding wording that can be misunderstood in English, without changing the underlying accounting behavior.
Original PR description
Change label of `non_deductible_account_id` field on `account.journal` from `Private Part Account` to `Private Share Account` as private part means something else in english. task-4868244 Forward-Port-Of: odoo/odoo#217289
The Spanish SII electronic invoicing demo certificate has been renewed to keep test and demonstration flows working with AEAT services. This helps maintain continuity for localization validation without changing day-to-day user workflows.
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 Forward-Port-Of: odoo/odoo#217341
The AI feature now uses the shared message copy action provided by the mail/discuss system. This keeps the user experience consistent and reduces duplicated behavior between AI and messaging features.
Original PR description
Backport of https://github.com/odoo/enterprise/pull/89402 The "copy-message" action is moved to mail in the community counterpart of this commit. This commit updates the ai code to use the mail action.