-
Notifications
You must be signed in to change notification settings - Fork 9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FW][IMP] sales: pricelists tabs #11932
Conversation
X-original-commit: 2f05080
@dikd-odoo @samueljlieber this PR targets master and is the last of the forward-port chain containing: To merge the full chain, use
More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
@robodoo r+ |
closes #11932 X-original-commit: 2f05080 Signed-off-by: Samuel Lieber (sali) <[email protected]> Signed-off-by: Dina Klarisse Dugar (dikd) <[email protected]>
@dikd-odoo @samueljlieber staging failed: ci/runbot on ea6fdebbf975fb726a258107257de1ef34aa483b (view more at https://runbot.odoo.com/runbot/build/74573163) |
@robodoo retry |
please |
closes #11932 X-original-commit: 2f05080 Signed-off-by: Samuel Lieber (sali) <[email protected]> Signed-off-by: Dina Klarisse Dugar (dikd) <[email protected]>
@dikd-odoo @samueljlieber staging failed: ci/runbot on 3a7c96fe748e2bcc5118a80585f653fce07f9b38 (view more at https://runbot.odoo.com/runbot/build/74574018) |
@robodoo retry |
closes #11932 X-original-commit: 2f05080 Signed-off-by: Samuel Lieber (sali) <[email protected]> Signed-off-by: Dina Klarisse Dugar (dikd) <[email protected]>
Update:
-in 'Recurring Prices' tab, updated formula instructions and images to match 18.0+ UI
-Removed 'Configuration' tab
-Added new 'eCommerce' tab
-Updated language in 'Recurring Prices' and 'Rental' tabs
-Highlighted new simplified discount policy per SME feedback:
Discount policy has been removed from Sales settings and is now dependent on pricelist rules.
If price type is Discount (and if the discount features is activated), the discount will be displayed to customer. If price type is fixed price or formula, the unit price of the product will change (no discount shown to customer)
Task: https://www.odoo.com/odoo/my-tasks/4503885
Documentation to be updated: https://www.odoo.com/documentation/18.0/applications/sales/sales/products_prices/prices/pricing.html#discounts
Target: 18.0+
Forward-Port-Of: #11918