Friday, May 30, 2025
4 changes · 18.0
Enhancements to existing features
When a contact is moved under a different parent company, related accounting entries are updated to match the new commercial partner. This keeps receivables and payables reporting consistent, while limiting the action to users with Accountant permissions.
Original PR description
- Update accounting entries to reflect the new commercial_partner_id: * Ensures consistency across account.move.line and partner_id fields. * Changes are restricted to users in the Accountant group. 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
Restaurant staff can now switch individual UrbanPiper delivery platforms online or offline directly from the point of sale. This helps businesses quickly pause or resume specific aggregators without going into backend settings, with notifications confirming each change.
Original PR description
Following this commit : ==== - An online/offline toggle option is provided for the food delivery dropdown. - If the user has configured more than one provider and wishes to close/off one of the aggregator, then without going on the backend from the UI itself, the user can offline that particular provider and vice versa. task-4582032
The EC Sales List now warns users when multiple partners share the same VAT number, helping prevent inaccurate Intrastat submissions. Users can identify highlighted duplicates and choose a main partner to consolidate related records and keep reporting consistent.
Original PR description
When submitting the EC Sales List via Intrastat, redundant partner entries with the same VAT number (but different commercial entities) may lead to inaccurate reporting and validation issues. - Detecting partners with duplicate VAT numbers. - Displaying a warning banner at the top of the report when duplicates are present. - Highlighting duplicated partners in the report with a yellow background. - Adding a "Set as main" button to duplicated rows, allowing users to set a partner as the commercial partner for all others sharing the same VAT. task-4707491
The Knowledge app now hides the expand caret when an article has no child pages. This reduces visual clutter and avoids suggesting there is more content to open when there is not.
Original PR description
Hide the caret icon when the article has no children. task-4830534