Daily updates from Odoo
Monday, November 12, 2018
2 changes
Resolved issues and error corrections
This fixes a missed internal reference after a website redirect setting was renamed. It helps ensure website redirects continue to behave as intended without errors from the outdated field name.
Original PR description
**Description of the issue/feature this PR addresses:** In https://github.com/odoo/odoo/commit/2924b77b6f52e7ee9f4a6f2fb0cc79211be42292 `type` field was renamed to `redirect_type`. It seems a case was missing. **Current behavior before PR:** There is a case of a `type` that should be `redirect_type`. **Desired behavior after PR is merged:** This case is fixed. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The default Tips product is now available in Point of Sale so businesses can properly record and manage customer tips. This prevents setup issues where the POS tip feature depended on a product that could not be used in POS sessions.
Original PR description
Description of the issue/feature this PR addresses: point_of_sale Current behavior before PR: Tips product is not available in Point of sale but it is used to manage Tips by default. Desired behavior after PR is merged:T ips product is available in Point of sale Related Issue: https://github.com/odoo/odoo/issues/25362 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr