Tuesday, October 6, 2015
5 changes · master
Enhancements to existing features
The online store customization menu has been cleaned up to make editing shop pages simpler and less cluttered. This helps website managers find relevant options more easily and reduces confusion during store setup or maintenance.
Original PR description
Task: https://www.odoo.com/web#id=12301&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.RYbwm9itC1sgiW3O
This update adds clearer configuration menu entries across website, e-commerce, marketing, point of sale, sales, inventory-linked sales, and manufacturing areas. It makes app settings easier for administrators to find and manage, reducing navigation friction when configuring business workflows.
Original PR description
Task: https://www.odoo.com/web#id=10280&view_type=form&model=project.task&action=327 Pad: https://pad.odoo.com/p/r.w7a97byyL9mz5nln
Sales, purchase, and point-of-sale reports now include totals in the transaction's original currency alongside the converted total. This helps business users compare amounts more easily when working across multiple currencies.
Original PR description
…ed total. Task: https://www.odoo.com/web?db=openerp#id=9474&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.8hTOdNuFhMtUoy5x
Website editors now see a striped progress bar while multiple images are being uploaded and saved. This gives clearer feedback during slower uploads, reducing uncertainty and improving the editing experience.
Original PR description
…images when images get uploaded to server(using upload api), show bootstrap's striped progress bar when server takes time to write those images to database Task: https://www.odoo.com/web#id=12791&view_type=form&model=project.task&action=327 Pad: https://pad.odoo.com/p/r.FECR6JzYaoHfPP0C
Code cleanup and technical improvements
The Point of Sale module has been reorganized and updated to use Odoo's newer internal framework. This should make the checkout system easier to maintain and test, helping reduce future development risk without introducing a specific new business feature.