Daily updates from Odoo
Friday, March 23, 2018
1 change · master
Enhancements to existing features
Website shop managers will now see more clearly when a product is unpublished, reducing the chance of confusing unavailable items with live products. The e-commerce product list view also removes publish controls to keep the experience consistent across view modes, while bulk publishing is expected to be handled from the backend in the future.
Original PR description
This commit attempts to make it more obvious when a product is not published. It also removed the publish management from the e-commerce list view in order to have the same layout philosophy for the 2 view modes. Note that there should be a publish management in the back end list view in the future so it won't really remove the functionnality (fast publishing multiple products). task-44005 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