Friday, June 30, 2017
3 changes · master
Enhancements to existing features
The website theme installation screen has been redesigned to make choosing a theme clearer and more visual. Users can now see theme screenshots, names, categories, and filter themes by category, helping them find the right website design faster.
Original PR description
TASK: https://www.odoo.com/web#id=34472&view_type=form&model=project.task&action=327&menu_id=4720
Website comment sections now load comments dynamically with pagination instead of showing everything at once, improving page performance on busy pages. The update also adds shared rating support for website comments, including star ratings in areas such as ecommerce, while reusing a common chatter experience across website modules.
Original PR description
**Task :** https://www.odoo.com/web#id=30059&view_type=form&model=project.task&action=333&active_id=809&menu_id=4720 **Purpose :** In all website modules (blog, ecommerce, ...) we can post comments. But having a huge number of comments can be problemtic, since they all will be displayed on the same page (loading page time can be .... long). The udemy comment zone is quite smart (see https://www.udemy.com/learn-html5-programming-from-scratch/ for instance). There is a pager for comments, and you can filter the rating (ecommerce support rating). -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Features or functions removed from Odoo
The stock app’s description was consolidated so it is no longer maintained in multiple places. This reduces inconsistencies in app store information and makes future updates simpler.
Original PR description
Description of the issue/feature this PR addresses: The description is twice in the stock module, both in the `readme.md` and in `manifest.py` Current behavior before PR: The description is twice in the stock module, both in the `readme.md` and in `manifest.py` Desired behavior after PR is merged: The description is only in the `readme.md` (used on the app store) and no longer in the `manifest.py`, which both had slightly different info. This handles / fixes https://github.com/odoo/odoo/issues/3846 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr