POS: show product qty
by IT-Projects LLC https://github.com/itpp-labs/pos-addons , Ivan Yelizariev https://github.com/itpp-labs/pos-addonsRequired Apps |
•
Inventory (stock)
• Point of Sale (point_of_sale) • Invoicing (account) |
Lines of code | 401 |
Technical Name |
pos_product_available |
License | See License tab |
Website | https://apps.odoo.com/apps/modules/12.0/pos_product_available/ |
Also available in version | v 10.0 v 9.0 v 8.0 v 14.0 v 13.0 v 11.0 |
Required Apps |
•
Inventory (stock)
• Point of Sale (point_of_sale) • Invoicing (account) |
Lines of code | 401 |
Technical Name |
pos_product_available |
License | See License tab |
Website | https://apps.odoo.com/apps/modules/12.0/pos_product_available/ |
Also available in version | v 10.0 v 9.0 v 8.0 v 14.0 v 13.0 v 11.0 |
POS: show product qty
Let a cashier know how many products are available
Version: v12.0.1.1.1
Tested and maintained by
IT Projects Labs
Assitance: help@itpp.dev

Adds available quantity at order panel
Adds available quantity at products.

Usage
There no any settings. Just install the module and start POS.
Works in offline mode.
Let our expertise work for you!
(Doors and windows below are clickable)
/itpp-labs-1100.jpg)
/itpp-labs-930.jpg)
/itpp-labs-690.jpg)
POS: show product qty
Installation
- Install this module in a usual way
The MIT License (MIT) Copyright 2020 IT-Projects Labs Copyright 2015-2020 IT-Projects LLC Copyright 2014-2015 Ivan Yelizariev Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall 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
Report comment
Any abuse of this reporting system will be penalizedexcellent module
Thanks you Ivan
Very useful in multi warehouse setup
I have 4 points of sale for each of my 2 warehouses. This module correctly shows available quantities at each warehouse.
Thank you Ivan.
Nnot working correct with pricelist of items
I faced the same issue as Mr.Waiyaki Njomo As I Installed the app on v12 EE.And also The app shows correct item quantity on POS, but seems to be causing wrong product prices on the POS for products attached to pricelists. Before installation the POS was showing the correct product price as per the pricelist. After installation of the app, the POS shows the default price set on the product page thus ignoring the pricelist prices.
Re: Nnot working correct with pricelist of items
Hello, thank you for letting us know about the issue. We have fixed it in version 12.0.1.1.1 of the module. Best regards
Useful app however POS price defaults to product price and not price-list price
Greetings, and thanks for the app. I Installed the app on v12 CE. The app shows correct item quantity on POS, but seems to be causing wrong product prices on the POS for products attached to pricelists. Before installation the POS was showing the correct product price as per the pricelist. After installation of the app, the POS shows the default price set on the product page thus ignoring the pricelist prices. I have installed & reinstalled twice with similar results. Thank you.
Re: Useful app however POS price defaults to product price and not price-list price
Hello, thank you for letting us know about the issue. We have fixed it in version 12.0.1.1.1 of the module. Best regards
i installed it in v12 CE
Hi, txs for the module, i installed in v12 CE, but its not showing qty in POS, the module says installed, but can figure out why its not working for me. Could you please tell me what to do. txs
pos stopped working after import
Error: Odoo Server Error Traceback (most recent call last): File "/home/odoo/src/odoo/12.0/odoo/http.py", line 654, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/home/odoo/src/odoo/12.0/odoo/http.py", line 312, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/home/odoo/src/odoo/12.0/odoo/tools/pycompat.py", line 87, in reraise raise value File "/home/odoo/src/odoo/12.0/odoo/http.py", line 696, in dispatch result = self._call_function(**self.params) File "/home/odoo/src/odoo/12.0/odoo/http.py", line 344, in _call_function return checked_call(self.db, *args, **kwargs) File "/home/odoo/src/odoo/12.0/odoo/service/model.py", line 97, in wrapper return f(dbname, *args, **kwargs) File "/home/odoo/src/odoo/12.0/odoo/http.py", line 337, in checked_call result = self.endpoint(*a, **kw) File "/home/odoo/src/odoo/12.0/odoo/http.py", line 939, in __call__ return self.method(*args, **kw) File "/home/odoo/src/odoo/12.0/odoo/http.py", line 517, in response_wrap response = f(*args, **kw) File "/home/odoo/src/odoo/12.0/addons/web/controllers/main.py", line 962, in call_kw return self._call_kw(model, method, args, kwargs) File "/home/odoo/src/odoo/12.0/addons/web/controllers/main.py", line 954, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/home/odoo/src/odoo/12.0/odoo/api.py", line 745, in call_kw return _call_kw_model(method, model, args, kwargs) File "/home/odoo/src/odoo/12.0/odoo/api.py", line 718, in _call_kw_model result = method(recs, *args, **kwargs) File "/home/odoo/src/odoo/12.0/odoo/models.py", line 1369, in load_views for [v_id, v_type] in views File "/home/odoo/src/odoo/12.0/odoo/models.py", line 1369, in for [v_id, v_type] in views File "/home/odoo/src/odoo/12.0/odoo/models.py", line 1455, in fields_view_get xarch, xfields = View.postprocess_and_fields(self._name, etree.fromstring(result['arch']), view_id) File "/home/odoo/src/odoo/12.0/odoo/addons/base/models/ir_ui_view.py", line 1092, in postprocess_and_fields self.raise_view_error(message, view_id) File "/home/odoo/src/odoo/12.0/odoo/addons/base/models/ir_ui_view.py", line 545, in raise_view_error raise ValueError(message) ValueError: Field `payment_details` does not exist Error context: View `n/a` [view_id: n/a, xml_id: n/a, model: n/a, parent_id: n/a]