Daily updates from Odoo
Navigate
Branch
Tuesday, July 3, 2018
5 changes
Enhancements to existing features
Delivery orders can now include and send different FedEx packages within the same picking. This makes fulfillment more flexible and reduces extra handling when one customer shipment needs multiple package types.
Original PR description
Description of the issue/feature this PR addresses: task : https://www.odoo.com/web#id=49032&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 pad : https://pad.odoo.com/p/r.d7dda4567a180aa61dc53a1e5143a294 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
Users can now launch a server action directly from its setup screen when it is configured for server actions. This saves time for administrators by making testing and execution available without leaving the current page.
Original PR description
Now, when setting a server action's model to `ir.actions.server`, a button will appear that will allow the user to immediately run the current server action. Totally not copy-pasted code from @dbo-odoo Task ID 1850663
The website calendar module now treats a calendar file helper as internal rather than public. This is a small maintenance improvement that reduces unnecessary exposure without changing the user experience.
Original PR description
This method had no reason to be public and so is now private. (See 5612642cec0edd0e13c2bd56bce57f821a6c3520)
FedEx deliveries can now include different package types within the same picking. This helps businesses handle varied shipments more efficiently without splitting them into separate delivery operations.
Original PR description
allow to send different packages in the same picking task : https://www.odoo.com/web#id=49032&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 pad : https://pad.odoo.com/p/r.d7dda4567a180aa61dc53a1e5143a294
Resolved issues and error corrections
This fix prevents an error that appeared when users clicked “Get authorization code” in configuration settings. It improves reliability for users completing authorization setup, so they can continue the process without hitting a traceback.
Original PR description
Before this commit, def variable is not defined. so fail function of def is giving error. Related to Issue : 1861630 Description of the issue/feature this PR addresses: traceback after clicking on config settings 'get authorization code' Current behavior before PR: traceback after clicking on config settings 'get authorization code' Desired behavior after PR is merged: traceback resolved after clicking on config settings 'get authorization code' Issue : https://www.odoo.com/web#id=1861630&action=333&active_id=1278&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