POS Product Info Button Restorer
Bring Back the Instant 1-Click Product Info UI in Odoo 19 Point of Sale
Don't let hidden long-press gestures slow down your cashiers.
Restore the classic, high-visibility round (i) info button on every single POS product card to check stock, costs, and references instantly.
The Odoo 19 UX Friction: Hidden Long-Press Gestures
In Odoo 19, the native Point of Sale interface replaced the static product information button with a long-press gesture. For busy retail environments and supermarkets, this is a major productivity killer. Cashiers waste valuable seconds waiting for the touch delay to register just to verify inventory levels or a wholesale cost. Even worse, accidental short-clicks add unwanted items to the cart, causing messy cart corrections and long customer queues.
DEMO
Fast, Reliable Retail Operations
A robust front-end patch that returns the intuitive interface control layout your retail teams expect.
Classic Info Icon Restored
Places a clean, lightweight round (i) action icon precisely in the top-right corner of every catalog product thumbnail template. Instantly recognizable and always ready for high-speed touch input.
Instant Real-Time Inventory Insights
Clicking the icon opens a secure modal displaying on-hand volume metrics, forecasted data specific to the session's active warehouse link, cost matrix profiles, barcodes, and internal references.
Isolated Cartwright Safety
Checking product details should never interfere with the customer checkout workflow. The layout handler isolates the click listener completelyâverifying internal records will never accidentally append the item to an active order ticket.
Per-Shop Session Activation
Granular administrative authority. Toggle the display features on or off individually across unique POS retail branches straight from the core Point of Sale â Configuration â Settings parameters screen.
Lightweight On-Demand Performance
Built following Odoo 19's clean web-client assets structure to guarantee absolute device stability.
Dynamic On-Demand RPC Queries
Unlike heavy modules that slow down POS loading screens by caching massive amounts of cost and warehouse data upfront, this extension uses a lazy server-side method called `get_pos_info_button_data()`. Database records are retrieved only when the button is clicked, keeping your POS backend light and responsive.
Clean OWL Component Patching
Directly extends Odoo 19's native `ProductCard` component structure using modern frontend standard extensions. Cleanly overrides user event tracking loops without introducing any modifications to native core business models or point of sale logic.
Quick Setup Guide
| 1. | Navigate to the Point of Sale application dashboard. |
| 2. | Open Configuration > Settings and scroll down to the new Product Info Button feature checkbox. |
| 3. | Enable the configuration option for your designated POS shops and click Save. |
| 4. | Reload your active retail workstation screen sessionâthe new (i) badge indicator is instantly deployed! |
Application Interface Walkthrough
Seamless native look matching default Odoo 19 design aesthetics perfectly.
1. Product Catalog Grid View Layer
Shows the live Odoo 19 retail catalog layout with the dedicated round info action indicators pinned cleanly to the top-right corner of each asset item card.

2. Direct On-Demand Details Popup Modal
Demonstrates the instantaneous modal popover revealing real-time on-hand stocks, forecasted records, vendor cost calculations, and barcodes upon user action click.

Developed with by SyncSoft Team
Need further customization on mail flows, priority scheduling, or customized email templates?
We are here to support your team!
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module