Daily updates from Odoo
Tuesday, October 23, 2018
2 changes · master
Enhancements to existing features
Checkout now shows available delivery prices shortly after the page loads, without making shoppers click each delivery option. This keeps the payment page fast while helping customers compare shipping costs and choose the best option more easily.
Original PR description
Before this commit: User landing on checkout payment step had to select a carrier. These carriers only showed 'Select to compute price'. This was done to prevent the page to take seconds to load, since it would compute all the carrier price by querying these carrier API then display the page. The users would still click on every carrier anyway to check all the prices and select the cheapest one. Now: Once the page is loaded, we will asynchronously retrieve every carrier prices without really modifying the order (preview param on the route rollbacking the transaction). That way, the page rendering page will not be affected and the user will be able to see the price of every carrier after a few seconds without having to do anything. task-1867265
The stock picking operations PDF has been improved to make receipt and delivery documents easier to read. Package names and barcodes now appear together, unnecessary source or destination fields are hidden depending on the operation type, and empty or irrelevant sections are removed.
Original PR description
Description of the issue/feature this PR addresses:
Task: https://www.odoo.com/web?#id=1854701&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720
Pad: https://pad.odoo.com/p/r.82d208c783b8a268431a7ce1bd7b239b
Current behavior before PR:
- In picking recipt package name and package barcode set in diffrent colum,
- recipt show the source field
Desired behavior after PR is merged:
- In picking recipt set the package name and package barcode in single colum.
- In picking recipt hide source field, it show delivery picking report
- Change the column name 'Destination' instead of 'TO', and set the value in proper spaceing.
- Hide if no stock move line
- only display the packages if they are reserved or done
- If destination field show only incoming picking, Hide when delivery order.
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr