Tuesday, December 20, 2016
4 changes · master
New functionality added to Odoo
Adds coupon and promotion management so businesses can create time-limited offers, customer- or product-specific campaigns, discounts, free products, and free shipping. Sales teams and ecommerce customers can apply valid coupon codes, helping drive repeat purchases and targeted promotions.
Original PR description
…coupon management Task: https://www.odoo.com/web#id=11407&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.u5GY1N5Ng7NKT450
Enhancements to existing features
This update improves how the website shop creates and updates order lines behind the scenes. It should make cart and order changes more consistent and easier to maintain, with no expected change to the customer-facing shopping experience.
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 …ication
Code cleanup and technical improvements
A standard demo portal user is now available from the core base setup instead of depending on the portal app. This makes it easier for teams to test portal-related website features consistently, even when the portal app itself is not installed.
Original PR description
Description of the issue/feature this PR addresses: Allows to write tests (and, more specifically, tours) with portal permissions when `portal` module is not installed. Current behavior before PR: If you wanted to create a tour for any `website_portal` submodule, you could have no `portal` module installed, so you cannot rely in using Demo Portal User as the tour's login. This is because we now have 2 portal suites: `portal` and `website_portal`, both independent, but the Demo Portal User is only created in the former one. Desired behavior after PR is merged: Now we have a Demo Portal User in the base addon, so any addon that implements any behavior based on the Portal group can write tests & tours using Demo Portal User as the login. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr @Tecnativa
This update adds a clearer configuration option for barcode use in the updated inventory interface. It also aligns related shipping carrier settings so businesses can manage barcode and delivery workflows more consistently.