Thursday, November 10, 2016
5 changes · master
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>')
Sales documents now avoid showing the same customer address multiple times when the customer, invoice, and delivery addresses are identical. This makes quotations and sales orders clearer for customers and reduces duplicate information on reports.
Original PR description
Description of the issue/feature this PR addresses: - addresses appearing twice Task:https://www.odoo.com/web#id=27859&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad:https://pad.odoo.com/p/r.6c326eb872dc95afff39a7bf759d12a3 Current behavior before PR: -Two addresses are displayed when customer address, Invoice address and delivery address is same. Desired behavior after PR is merged: - We should display only one address of customer when customer address, Invoice address and delivery address is same. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Inventory users now get helpful tooltips explaining push rules and procurement rules. This makes complex stock routing concepts easier to understand, reducing confusion when configuring warehouse flows.
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
The Project Forecast reporting menu and action previously called "Activities" are now named "Forecast Analysis." This makes the report purpose clearer for users looking at forecast-related project information.
Original PR description
Task: https://www.odoo.com/web#id=27992&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.9e8211875ae7ae6affe81d522b0c0538 - Rename "Activities" menu and its action name