Daily updates from Odoo
Monday, July 23, 2018
4 changes
Enhancements to existing features
Stock lots can now show the related sales and purchase orders tied to completed movements, making it easier to trace where items came from and where they went. The update also adds automatic follow-up activities when lots reach their expiration date, helping teams act on expiring products sooner.
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
Repair quotations now include the product description on repair lines and repair fees, matching the way regular sales quotations are presented. This makes printed repair quotations clearer and more consistent for customers and staff.
Original PR description
Task - https://www.odoo.com/web?#id=1834225&view_type=form&model=project.task&action=327&menu_id=4720 Pad - https://pad.odoo.com/p/r.c17b9d917ad4809829b2468a144b7497
This update simplifies internal test code by replacing custom testing helpers with a shared standard method. It helps keep accounting and landed cost tests easier to maintain, with no expected change for day-to-day users.
Original PR description
Remove stuff used for testing purposes in order to use the generic AssertRecordValues method. see: https://github.com/odoo/odoo/pull/25129 task: 1856976 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
A new testing helper makes it easier for developers to compare groups of records against expected values. This improves test clarity and consistency, helping reduce maintenance effort without affecting end users.
Original PR description
This method will help to compare a recordset with their expected values, in the form of a list of dict -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr