Thursday, November 10, 2016
2 changes
New functionality added to Odoo
Adds a Saturday Delivery checkbox to FedEx delivery methods for eligible FedEx services. When enabled, orders placed on qualifying Thursday or Friday shipping days can use Saturday delivery pricing, while other days continue to use normal delivery behavior without errors.
Original PR description
Task: https://www.odoo.com/web?#id=24185&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.d00e2b1d45c89c9bd8d3fe6bbc674126
Enhancements to existing features
The import wizard now automatically recognizes when an uploaded file uses relational fields and opens the appropriate advanced options by default. This reduces confusion during imports and makes related-field columns easier to review before importing data.
Original PR description
Description of the issue/feature this PR addresses: - Task : https://www.odoo.com/web#id=28735&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 - Pad :…
Description of the issue/feature this PR addresses: - Task : https://www.odoo.com/web#id=28735&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 - Pad : https://pad.odoo.com/p/r.0fc01a47c6e0ae136f0ef4c194492569 Current behavior before PR: - Usability Improvment in Import wizard. (for Relational field) Desired behavior after PR is merged: With this PR, Now, the import wizard will detect and decide whether to load wizard in advanced mode or not. - Advance mode will be considered, if the file to be imported is having a relational field(i.e. if detected pattern in header like '<relational_fieldname>/<fname>'). In this case, wizard option "Show fields of relation fields (advanced)" will be checked by default and user can select DatabaseID or externalID for the relational fields column. - Whereas in normal mode, as the file to be imported does not require advance mode, we won't check the option "Show fields of relation fields (advanced)". ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr normal mode: Importing only regular/basic fields from source file advanced mode: Importing any relational fields from source file(i.e. if detected pattern in header like '<relational_fieldname>/<fname>')