Tuesday, November 6, 2018
4 changes · master
New functionality added to Odoo
Fleet managers can now see how many company cars an employee has driven and open the related vehicle history from the employee record. They can also attach documents to vehicle assignment records and generate a combined report for an employee, making insurance claim follow-up easier when someone leaves the company.
Original PR description
Add a field employee_cars_count (computed) to count the amount of cars the employee drove on employee page. This button open the kanban view with all car drove by this employee. On the fleet.vehicle.assignation.logs a button (like in expense) to upload documents about the car for a particular employee. On the employee form view, add an action button (with groups fleet_manager) to print all the documents merged in one file. On each document, there is a header to show the vehicle and the dove period. id=1892039 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Enhancements to existing features
Service products can now only use units of measure that make sense for services, such as time, units, or custom uncategorized units. This reduces setup mistakes and helps keep product data cleaner and more consistent.
Original PR description
PURPOSE : In the product form, when the product is a service, we can actually select any kind of Unit of Measure. We should only be able to select UoM of 'time' or 'unit' category (or the custom ones, having no measurement_type). Task : https://www.odoo.com/web/#id=1839916&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
Resolved issues and error corrections
Purchase orders now show only the vendor product code that belongs to the selected company. This prevents buyers in multi-company setups from accidentally choosing supplier references from another company, reducing ordering mistakes.
Original PR description
- Create 2 companies A & B - On a product P, define 2 suppliers (same vendor), one for each company, but with a different Vendor Product Code - Create a PO in A for P Both supplier codes are proposed in the Many2one widget, while only the code for A is expected. Fixes #27857 opw-1894952 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
Quality teams can now use text entry and photo capture checks directly during warehouse picking operations. The picking check screens were updated to better support these check types and guide users through failures and follow-up checks, while workorder-only options remain limited to manufacturing workflows.
Original PR description
- Enable test types 'text' and 'take picture' when a quality check is made on a picking - Updated views for quality checks in a picking