Daily updates from Odoo
Navigate
Branch
Wednesday, May 15, 2019
12 changes
Enhancements to existing features
Product expiry reminder activities are generated more efficiently, reducing delays during related operations. The update also makes the process more resilient if default activity settings are changed or removed, improving day-to-day reliability.
Original PR description
Performance improvements and cleaning activities (linked to PR https://github.com/odoo/odoo/pull/32446). Task Id: 1987270 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Link tracker graph reports now automatically organize results by country. This makes geographic performance patterns easier to see without users needing to adjust the report manually.
Original PR description
There is now a default groupby for the linktracker graph, it is grouped by country. task-1961604
In debug mode, the Apps view now shows each module's technical name instead of its description. This makes it easier for administrators and support teams to identify the exact module without disrupting the existing layout.
Original PR description
Since the kanban module refactoring, the module technical name is most of the time not visible in debug mode. Only module with a very short name leave enough space for the technical name to be shown (completely). We can now correctly see the technical name in debug. It will replace the description (which is not really mandatory in such a mode). Adding it in top of the description would've break the cell 'height pixel perfect' looking, thus breaking the layout.
Event categories can now be organized using a sequence, making their display order easier to control. Events without a category are grouped under their own category, helping users browse and manage event listings more clearly.
Original PR description
Reorganise the categories of the events sorting them by sequence. Same behavior as "eCommerce Product categories". Uncategorized events now have there own category task-1917687
Manufacturing users now get more specific error messages when serial number traceability problems occur. The message identifies the affected product and serial number, making it faster to resolve duplicate or conflicting serial number issues during production.
Original PR description
Change error message when multiple products have the same SN to indicate which product/SN it concerns TaskID: 1888615 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The CRM lead search screen has been simplified by removing filters and quick-search fields that were not relevant to leads. This makes it easier for users to find and manage leads without being distracted by opportunity-specific options.
Original PR description
Purpose of this task is, Some aspects of CRM searchview do not make sense with leads so remove those search filters. Description of the issue/feature this PR addresses: - Related task : https://www.odoo.com/web?#id=1941642&model=project.task&view_type=form&menu_id=4720 - Pad: https://pad.odoo.com/p/r.1641382673915dee83a83f31d7e0ca53 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Manufacturing users can now start a work order only when it is marked as ready. This helps prevent accidental work from beginning too early and reduces mistakes on the shop floor.
Original PR description
Task: https://www.odoo.com/web#id=1972708&model=project.task&menu_id=4720 Pad: https://pad.odoo.com/p/r.8b3048d22f3de08e35543ebca360e10e -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The lead search screen in Website CRM Score has been simplified by removing filters that were not useful for leads. This makes it easier for sales teams to find relevant leads without confusing or irrelevant search options.
Original PR description
Purpose of this task is, Some aspects of CRM searchview do not make sense with leads so remove those search filters. Description of the issue/feature this PR addresses: - Related task : https://www.odoo.com/web?#id=1941642&model=project.task&view_type=form&menu_id=4720 - Pad: https://pad.odoo.com/p/r.1641382673915dee83a83f31d7e0ca53
Resolved issues and error corrections
This update prevents an error from appearing when users change the account on accounting journal item lines in list view. It also aligns the account selection behavior with the form view, making the experience more consistent and reducing disruption during accounting work.
Original PR description
**Description of the issue/feature this PR addresses**:
- Task: https://www.odoo.com/web#id=1974059&action=333&active_id=965&model=project.task&view_type=form&menu_id=4720
- Pad: https://pad.odoo.com/p/r.2c15a985205d2344eecde1c9a7cf48d8
**Description**
-Prevented traceback which appeared while changing account_id in the list view of 'account.move.line'.
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prThe payment form library was updated to better handle mobile browser input events. This helps prevent issues where card expiry dates were formatted incorrectly, reducing cases where customers could get blocked during checkout.
Original PR description
After deep comparison between majors versions, it seems that there is no breaking changes and this fix a lot of issues in mobile. e.g.: Before this update, the validity date wasn't correctly formated and the end user had to enter the right format himself. Some users were blocked at the payment process. The root cause for this issue is the inconsistent list of native events triggered by mobile devices. Note that this library is only used for acquirer forms (S2S Form Template) when "Redirection to the acquirer website" is checked (payment_flow == 's2s') in the acquirer configuration. We are aware that this library is deprecated and should be replaced in the future. See https://github.com/stripe/jquery.payment opw-1986545 closes #33356
Odoo now shows users notifications again when their connection to the server is lost or restored. This helps users understand temporary service interruptions and reduces confusion when the system is unavailable.
Original PR description
The disconnected/connected notifications were broken due to changes in the way the Notification template was loaded. We need it loaded in assets as we cannot load it afterward if the server is disconnected. This was broken by : https://github.com/odoo/odoo/pull/32793 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Features or functions removed from Odoo
The manufacturing routing option for product location has been removed because it was confusing and did not work reliably. This clears the way for a future subcontracting feature that will handle these workflows more correctly.
Original PR description
product_location was confusing, not correctly working and will be replaced by a new feature to manage subcontracting correctly. TaskID: 1915022 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr