Tuesday, April 2, 2019
11 changes
Enhancements to existing features
Warehouse transfers can now be assigned to specific users, making ownership clearer for inventory operations. Teams can also assign several transfers at once and quickly find their own or unassigned transfers using new default filters.
Original PR description
Task: https://www.odoo.com/web?#id=1938107&action=327&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.2cbe92f9461a2dc81de7095b70f86679 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
The Purchase app menus have been adjusted to better match the structure users see in Sales. Product and product variant options are now grouped more consistently, and the purchase submenu wording is clearer for everyday navigation.
Original PR description
Task: https://www.odoo.com/web#id=1943738&action=327&model=project.task&view_type=form&menu_id=4720
Pad: https://pad.odoo.com/p/r.f39b5ad43443601605c38ec17505a87f
Purpose :
========
Maintain the uniformity between the sales and purchase menus
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prOdoo now supports additional invoice reference formats, including European SEPA RF references based on either the invoice number or customer. Belgian structured communication settings are simplified by removing older random and date-based options, making payment matching more consistent and configurable per sales journal.
Original PR description
OPW 1920906 l10n_be_invoice_bba: remove the l10n_be_structured_comm field 'random'/'date' references will not be longer used new structured_invoice_number and structured_partner_ref reference types account: new rf_invoice_number and rf_partner_ref added as possible invoice reference generation -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update makes common inventory and delivery workflows clearer and easier to use. It adds visual priority stars on stock transfers, improves wording in reports and settings, moves the cancel action to a more convenient place, handles empty manufacturing orders more gracefully, and filters carrier installation options to relevant shipping providers.
Original PR description
**Description of the issue/feature this PR addresses**: - Task: https://www.odoo.com/web#id=1942231&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 - Pad:…
**Description of the issue/feature this PR addresses**: - Task: https://www.odoo.com/web#id=1942231&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 - Pad: https://pad.odoo.com/p/r.60c4d90f98ca3d418bf57b81fcc7fb7e **Description:** -changed the look of priority field in stock.pickings by adding a widget to improve UI. -Renamed state to status On picking operations pdf as it was better suitable. -Shifted cancel button to last position on quotations as it looked more convenient. -Now "mark as to do" will give a warning when there are no moves and it'll allow to cancel such an order in order to make it user-friendly. -Upon clicking on "install more providers" for carriers integration, It'll show only carriers modules. -Renamed "Delivery Methods" to "Shipping Methods" **Current behavior before PR:** -Nothing happens when we cancel an empty order **Desired behavior after PR is merged:** -It'll allow to cancel such an order and It will be more user friendly with better UI. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update makes delivery charges behave more consistently on sales orders, especially when shipping rates are calculated or delivery lines are removed. It helps reduce incorrect carrier or delivery fee information and allows delivery costs to be recalculated after an order is no longer in draft.
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
Inactive followers on a document are now shown with a distinct layout, making it easier for users to tell who is actively following updates and who is not. This improves clarity in the chatter and helps teams better understand notification visibility at a glance.
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
This update improves how Odoo creates accounting analytics and related sales lines during reinvoicing. By processing records in batches and reducing repeated lookups, it should make posting invoices and reinvoicing expenses or timesheets faster and more reliable for affected workflows.
Original PR description
https://www.odoo.com/web?debug#id=&action=333&active_id=965&model=project.task&view_type=form&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Stock picking operations can now be assigned to a specific person, making ownership clearer for warehouse teams. This helps improve accountability and coordination when handling inventory transfers through the stock barcode workflow.
Original PR description
Task : https://www.odoo.com/web?#id=1938107&action=327&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.2cbe92f9461a2dc81de7095b70f86679
List views were updated to behave more smoothly when editing records and navigating grouped lists with keyboard arrows. A related subscription view cleanup and asset test adjustment keep the interface aligned with underlying platform changes.
Original PR description
This branch is the counterpart of odoo/odoo#31756. Co-authored-by: Aaron Bohy aab@odoo.com Co-authored-by: David Monjoie <dmo@odoo.com> Co-authored-by: Martin Geubelle <mge@odoo.com> Co-authored-by: Ravi Gadhia rga@odoo.com Task 1915702
Android users can now use the device back button to close mobile dialogs and Discuss thread windows without being taken to a previous page. This makes navigation in the Odoo mobile app feel more natural and prevents accidental history changes.
Original PR description
Android devices have a dedicated back button (physical or virtual) but sadly there is no standard event to target it. Our mobile application provides an optional 'backbutton' event that can be enabled in the webview, allowing us to customize its behavior (the default being to go back in the history stack). This merge introduces a BackButtonEventMixin that can be included in a Widget to attach a custom event handler to the back-button. On mobile Dialogs and Discuss' thread window don't react correctly to the Android back button: navigation happens but the dialog/thread window doesn't close. They can now be closed by pressing the back-button, without altering the browser history. Taks ID: 1941120
This update replaces the older charting technology with a newer chart system across dashboards and graph views. Business users should see more consistent visuals and better reliability in areas such as marketing automation, timesheets, subscriptions, dashboards, and Studio.
Original PR description
This PR is a companion of https://github.com/odoo/odoo/pull/31766.