Daily updates from Odoo
Navigate
Branch
Wednesday, December 6, 2017
9 changes
Enhancements to existing features
The manufacturing equipment effectiveness report now opens with the current month filter applied by default. This makes it easier for users to review recent work center performance without manually narrowing the report each time.
Original PR description
**Task** https://www.odoo.com/web#id=33485&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 **Pad** https://pad.odoo.com/p/r.efd7824582a01fee54ed9b8070762233 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 rating page now highlights recent top-rated items, moves task progress information into a clearer side panel, and shows rating details when users hover over smiley icons. The page also refreshes regularly so managers can see updated customer feedback and performance trends without manual reloads.
Original PR description
- statistics of top 5 rated in last 15 days in right column of the page - Move Progress bar of Task on right side of the page - Show the detail of a rating when mouse hovering on the smiley - reload the page every 5 minutes.(statistics gets updated) Task: https://www.odoo.com/web#id=29428&view_type=form&model=project.task&action=327&menu_id=4720 pad: https://pad.odoo.com/p/r.cfd69a5b402f4fd25078b1299d157af9 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Readonly related record fields now use a real link, letting users open the linked record in a new browser tab. This makes navigation easier when comparing or referencing records without losing the current page.
Original PR description
Task https://www.odoo.com/web#id=32919&view_type=form&model=project.task&action=327&menu_id=4720 Pad - https://pad.odoo.com/p/r.eeb9580b11688497e5d7a8d563002000 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
Users can now mark an activity as done and immediately schedule the next one from the same workflow. This reduces extra clicks and makes follow-up planning more consistent across the activity wizard and chatter.
Original PR description
…should work as a mark as done activity and open new activity modal task: https://www.odoo.com/web?#id=36162&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 pad:https://pad.odoo.com/p/r.00b10414b370c38c105434c482ce0e20 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 web enterprise interface now displays "undefined" instead of leaving the stage button blank when no value is available. This makes missing stage information more visible and avoids ambiguity for users reviewing records.
Original PR description
TASK :- https://www.odoo.com/web#id=35309&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 PAD :- https://pad.odoo.com/p/r.1112e693c1ed0458ae1f5118f46bc13e …ted of blank
Resolved issues and error corrections
Users who can view analytic accounts but not journal entries can now open partner records without encountering an access error. This prevents unnecessary interruptions for staff with restricted accounting permissions while keeping access controls in place.
Original PR description
Impacted version : master, 11, 10 Description of the issue/feature this PR addresses: Current behavior before PR: if some one can read `account.analytic.account` but not the `account.move.line`, when he try to open a partner, there are an raise AccessDenied. Desired behavior after PR is merged: Nota : `journal_item_count` is not use anymore cc @odony -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adds the missing dependency needed to install the Website Slides app when Marketing is not already installed. It prevents installation errors and makes setup smoother for users enabling e-learning or slide features.
Original PR description
I got an error when installing website_slide if marketing is not installed
Code cleanup and technical improvements
This cleans up an obsolete setting from the online sales templates that no longer affects behavior. Removing it reduces confusion for developers and maintainers without changing the customer-facing shopping experience.
Original PR description
The variable was introduced 3 years ago in https://github.com/odoo/odoo/commit/83193566305929539e37699c89a589eceefc6d01 And it's not used anymore: https://github.com/odoo/odoo/search?l=XML&q=optional_products&type=&utf8=%E2%9C%93 I believe it's not used in third-party modules either. Why I care about it? Because I found it in OCA module and tried to figure out what it's for. So, removing this will stop people like me confusing about it. OCA's module that still copy-paste it: https://github.com/OCA/e-commerce/blob/5677e67854f762a35d55797f1087d4ffc495cc13/website_sale_require_login/views/website_sale.xml#L16 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Manufacturing work order steps were reorganized so they can be used without requiring the full Quality Control app. This improves module independence, keeps quality checks available where needed, and makes work order behavior clearer for users with several small usability fixes.
Original PR description
https://www.odoo.com/web#id=37372&view_type=form&model=project.task&action=333&active_id=966&menu_id=4720