Wednesday, October 9, 2024
2 changes
1 change
Enhancements to existing features
The ecommerce product and checkout experience is being updated to match a refreshed page design. Renting, subscription, tax, delivery, wishlist, and localization-related checkout flows are adjusted so customers see consistent layouts and options across affected sales features.
Original PR description
This commit is part of multiple commit in the purpose of refreshing the design of the product/checkout pages of the e-commerce app. (task-3083707). ---- This commit changes the various xpath from the modified DOM element in community `website_sale/view/templates.xml` It also changes the display of renting options (price and select) to fit the new product page design.
1 change
New functionality added to Odoo
Odoo now includes a Shopee connector to import orders from multiple accounts and shops. This helps businesses manage Shopee sales in Odoo, match marketplace items to products, and support both Shopee-fulfilled and merchant-fulfilled workflows including delivery and stock synchronization.
Original PR description
* Import orders from multiple accounts and shops * Orders are matched with Odoo products based on their internal reference (item_id or model_id in Shopee) * Support for both Fulfilment by Shopee (FBS) and Fulfilment by Merchant (FBM): * FBS: Importing the completed orders * FBM: Deliveries information are fetched from Shopee, track and syncrhonize the stock level to Shopee task-3623720