Wednesday, May 25, 2016
4 changes
Enhancements to existing features
The payment setup screen now makes the Install button easier to notice. This helps users find the next action more quickly when enabling a payment provider.
Original PR description
Description of the issue/feature this PR addresses: - 'Install' button visibility Task:https://www.odoo.com/web#id=24155&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad:https://pad.odoo.com/p/r.68574c37f131637331f4ef262b9e5c90 Current behavior before PR: 'INSTALL' button is not visible properly. Desired behavior after PR is merged: 'INSTALL' button is visible properly. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Product screens now open in a more visual card layout by default and show sale prices more prominently. Less useful or slow-to-load details such as volume, gross weight, and forecast quantity were removed to make product browsing simpler and faster for everyday users.
Original PR description
- Set default view to kanban instead of list - Remove volume and gross weight - Add Sale Price - Remove forecast quantity. This is too complicated for most of the people and this field is slow to compute because it has to search on the stock moves
Several app icons have been updated to better match what each app does, such as using a wrench for Manufacturing and Repairs, a screen for Point of Sale, a clock for Timesheets, and tickets for Events. This makes the app switcher easier to understand at a glance and reduces confusion for users navigating between apps.
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 For Manufacturing and Repairs, replace the gavel by a wrench. A gavel is a small hammer used by a judge; it is not used in manufacturing. Keep it for when we will have a Law app. For POS, replace the briefcase by a screen: For timesheet, replace the calendar by a clock: For calendar, use the calendar: For event, use a ticket, it's more generic than a martini glass:
Product labels can now be printed directly from product templates, not only from product variants. This helps businesses that do not use variants generate labels more easily, while the underlying label report was also cleaned up.
Original PR description
The report is printable from the product_product. But if the variants are not activated, it's impossible to print it.