Daily updates from Odoo
Thursday, December 26, 2024
1 change · master
Enhancements to existing features
Product public descriptions are now available directly in the Point of Sale product information popup. This helps store staff see customer-facing product details in the PoS terminal without needing extra self-order or delivery integrations installed.
Original PR description
Before this commit: ========== - The public description field is only visible in the product form after the `pos_self_order` or `pos_urban_piper` modules have been installed. - We are not providing a public description in the product information popup for the PoS terminal. After this commit: ========== - The public description field is visible after the `point_of_sale` module is installed in the product form view. - Public description is available in the product information popup for the PoS terminal. task- 4337758 Related: https://github.com/odoo/odoo/pull/189122