Tuesday, February 7, 2017
5 changes
Enhancements to existing features
This update improves how users manage Discuss notifications by making it clearer whether messages are delivered by email or kept in the inbox. It helps reduce notification confusion and gives users better control over how they receive communications.
Original PR description
Task: https://www.odoo.com/web?#id=30106&view_type=form&model=project.task&action=333&active_id=248&menu_id=4720
The Sales app menu has been reorganized to make product, pricing, promotions, and coupon options easier to find in one Catalog area. Reporting and configuration menus were also cleaned up so sales teams can access common business tasks with less navigation.
Original PR description
**Purpose :** To simplify menu bar in sales module **Specification :** Add new catalog menu tab, re arrange configuration menus. **Pad :** https://pad.odoo.com/p/r.92e9bb06a529f924db8658c11e6eb8db **Task :** https://www.odoo.com/web#id=30583&view_type=form&model=project.task&action=333&active_id=131&menu_id=5195 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Helpdesk team page is now positioned as the main settings area, making it simpler for users to manage support teams from one place. When there is only one team, the system opens its settings directly; when there are multiple teams, users can choose from the list and create new teams more easily.
Original PR description
…n to open form view when we have single team otherwise open multiple teams. Task: https://www.odoo.com/web#id=29532&view_type=form&model=project.task&action=327&menu_id=4720
The Sales app menu is reorganized to make product and pricing tasks easier to find. A new Catalog section groups products, variants, pricelists, promotions, and coupons, while reporting and configuration menus are cleaned up for clearer navigation.
Original PR description
**Purpose :** To simplify menu bar in sales module **Specification :** Add new catalog menu tab, re arrange configuration menus. **Pad :** https://pad.odoo.com/p/r.92e9bb06a529f924db8658c11e6eb8db **Task :** https://www.odoo.com/web#id=30583&view_type=form&model=project.task&action=333&active_id=131&menu_id=5195
Resolved issues and error corrections
This fix makes supplier selection more reliable when a product has multiple possible vendors. Purchase and stock flows now pass available context consistently, reducing the risk of choosing the wrong seller during procurement.
Original PR description
**Description of the issue/feature this PR addresses:** The `_select_seller` method returns incorrect seller. **Current behavior before PR:** The result of `_select_seller` is potentially inconsistent when dealing with multiple sellers (`product_supplierinfo`). **Desired behavior after PR is merged:** If the data is available in the current context it should be passed to `_select_seller`. The parameters used to call `_select_seller` throughout the lifetime of a purchase should be consistent (as possible). This is related to #11413. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr