Thursday, April 7, 2016
4 changes · master
Enhancements to existing features
Delivery slips and picking reports now show more useful order and shipment details, including customer references, sales order numbers, ordered versus delivered quantities, backorder messages, validation dates, carrier, and weight when available. The layout is simplified by removing less relevant columns and making customer/contact information clearer, helping customers and warehouse teams understand each shipment faster.
Original PR description
<b>Pad:</b> https://pad.odoo.com/p/r.m6TG6186VOSIxiCA <b>Task:</b> https://www.odoo.com/web?#id=22190&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720
The import wizard now analyzes the first rows of uploaded files to suggest only the most relevant matching fields, making setup faster and less error-prone. Users can still switch to an advanced mode to see all fields, and imports better handle varied date formats and currency or negative number formats.
Original PR description
… based on heuristic automatically try to detect type of columns from the first 10 rows of file: If column only contains integer, only show, int, float, monetary, m2o, o2m, m2m fields in wizard If column only contains true/false values, only show boolean fields in wizard etc add an advanced mode which is the same as previous import (show all fields) Support different date format and float value with currency as well as float value with parenthesis to reprensent negative value.
Resolved issues and error corrections
This fixes an internal error that could stop project timesheet settings from being applied correctly. Businesses can reliably turn issue timesheet tracking on or off, so users see the right tabs and options based on the chosen configuration.
Original PR description
Description of the issue/feature this PR addresses: "Timesheets invoicing" radio buttons are not working : see here : https://drive.google.com/file/d/0B5j41T1Hqv1sNFF1ZDFBN0MzYTA/view?usp=drivesdk When I activate "timesheet on issues" ,then 'Timesheet' tab comes in form view.. When I select the "Do not track working hours on issues" option, then 'Timesheet' tab should not be appear. <b>Issue:</b> https://www.odoo.com/web?#id=673801&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 Current behavior before PR: When we change Configuration setting in project module 'Timesheets invoicing' radio button no work properly. Desired behavior after PR is merged: When we change Configuration setting in project module 'Timesheets invoicing' radio button work properly. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Code cleanup and technical improvements
The separate warning feature is being removed and its warning controls are now built directly into Accounting, Sales, Purchase, and Stock workflows. This keeps customer and vendor warning behavior available while simplifying setup and letting administrators enable it through access groups in the relevant apps.
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