-
- Downloads
[IMP] point_of_sale: allow to choose loaded categs
Before this commit, it was not possible to effectively limit the available products when a company had several POS with different product offers. This commit allows limiting the available product categories for a single POS. Now, a company can serve different POS with different product offerings. Anecdotal Note: This was especially annoying as the POS only shows 100 products. If those happened to be the products not served by a signle POS, the only work around was using the search bar (on a tablet?!?) closes odoo/odoo#28393
Showing
- addons/point_of_sale/models/pos_config.py 19 additions, 0 deletionsaddons/point_of_sale/models/pos_config.py
- addons/point_of_sale/static/src/js/db.js 13 additions, 12 deletionsaddons/point_of_sale/static/src/js/db.js
- addons/point_of_sale/static/src/js/models.js 16 additions, 7 deletionsaddons/point_of_sale/static/src/js/models.js
- addons/point_of_sale/views/pos_config_view.xml 16 additions, 1 deletionaddons/point_of_sale/views/pos_config_view.xml
Loading
Please register or sign in to comment