-
- Downloads
[FIX] website_sale: correctly handle no_variant attributes on reorder
New "Re-order from portal" feature for e-commerce orders was not
considering specified no_variant & custom information on the order at all.
This commit makes sure the information is correctly forwarded to the cart,
ensuring the reordered products are the same as the ones previously ordered.
opw-3380312
Part-of: odoo/odoo#123555
Co-authored-by:
Florent de Labarre <florent.mirieu@gmail.com>
Showing
- addons/website_sale/controllers/main.py 16 additions, 3 deletionsaddons/website_sale/controllers/main.py
- addons/website_sale/static/src/js/website_sale_reorder.js 3 additions, 1 deletionaddons/website_sale/static/src/js/website_sale_reorder.js
- addons/website_sale/tests/test_website_sale_reorder_from_portal.py 47 additions, 4 deletions...bsite_sale/tests/test_website_sale_reorder_from_portal.py
Loading
Please register or sign in to comment