Tuesday, July 9, 2024
2 changes · saas-17.3
Enhancements to existing features
Product forms now present barcode lookup, tax, and point-of-sale settings in a more consistent order across sales, accounting, and eCommerce screens. This makes product configuration clearer for users and supports barcode scanning needs in online sales workflows.
Original PR description
*: account, product, website_sale point_of_sale: - fields related to pos module available_in_pos and pos category fields are set next to each other in normalized view and also set their position after the tax informations. account: - the taxes and the tax string are properly shown with each other in normalized view. product: - Now as we need the scanning widget in website_sale as well so inserted in the main form view. website_sale: - made available_in_pos true by default and changed form size as in pos to make it standard. task: 3977931 Related PRs ( Enterprise ) : https://github.com/odoo/enterprise/pull/64653 Related PRs ( Upgrade ) : https://github.com/odoo/upgrade/pull/6159
The barcode lookup scanner is now shared from the main product barcode lookup module, making it available beyond Point of Sale and easier to reuse in areas such as eCommerce. Stock barcode lookup forms were also aligned with the Point of Sale flow for a more consistent user experience.
Original PR description
*: pos_barcodelookup, stock_barcode_barcodelookup product_barcodelookup : - We have shifted the barcodeScanner widget in product_barcodelookup as now we don't need to show just in pos but also in website_sale module. pos_barcodelookup : - barcodeScanner widget is removed and shifted to product_barcodelookup module. stock_barcode_barcodelookup : - here we don't need the widget in the normalized form view so just removed that for the stock_barcode module. - made the normalized form view similar to what in pos module to make it standard in all modules task: 3977931 Related PR (Community) : https://github.com/odoo/odoo/pull/169393 Related PR (Upgrade) : https://github.com/odoo/upgrade/pull/6159