Daily updates from Odoo
Navigate
Branch
Thursday, October 26, 2017
7 changes
Enhancements to existing features
Updated the Product Expiry module help text to explain which date is used for FEFO stock removal. This helps warehouse and inventory users answer a common question directly in the system and reduces confusion when managing expiring products.
Original PR description
This readily answers the FAQ "which date is FEFO based on?"
The default profile picture shown for the administrator account has been changed. This is a small visual update that improves the initial look of new Odoo databases without affecting business workflows.
Original PR description
Task: https://www.odoo.com/web#id=36716&view_type=form&model=project.task&action=327&menu_id=4720 Pad: https://pad.odoo.com/p/r.6cd9c0ee30298214567a16612fd6dbd2 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
Analytic account list views now display summed credit, debit, and balance values when records are grouped, such as by partner. This makes it easier for users to review totals directly in the list without opening records or exporting data.
Original PR description
Description of the issue/feature this PR addresses: Group by partner , should show total balance Current behavior before PR: credit,debit and total balance not shown in analytical tree view Desired behavior after PR is merged: total of credit,debit and balance shows in analytical tree view -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Sale Subscription module now has an updated application icon. This is a small visual refresh that helps keep the app presentation current without changing any business workflows or features.
Original PR description
Task :- https://www.odoo.com/web#id=35570&view_type=form&model=project.task&action=327&menu_id=4720 Pad :- https://pad.odoo.com/p/openerp-project.task-ORT8SZ6OED
Resolved issues and error corrections
This fix makes blog teaser content more resilient when users paste content into the website editor. It helps prevent broken blog page layouts caused by pasted content being placed in an incompatible text block.
Original PR description
When doing CTRL+V inside an editor on a P tag we could very easily break things because P or other phrasing content tags should not contain flow content tag (eg. `<div />`). opw-772579
Features or functions removed from Odoo
Odoo is removing the old web planner onboarding screens because user testing showed new users were not using them and found them too static and heavy. This simplifies several apps now and prepares the way for improved business-flow onboarding in future updates.
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 built-in planner/onboarding module has been removed because user testing showed that new users rarely used it and found it too static and cumbersome. Related planner integrations in areas such as Accounting and Barcode/Inventory are also being removed, with improved business-flow onboarding planned separately.
Original PR description
Purpose ======= User tests have been made by the Product Owners team. It showed that the planners are not used by new users on Odoo due to several reasons (They are too static, too heavy to use,...) Specification ============= Remove the module and its different applications. The onboarding on the business flow will be improvement in the weeks to come.