| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Point of Sale (point_of_sale)
• Discuss (mail) • Inventory (stock) • Invoicing (account) |
| Community Apps Dependencies | Show |
| Lines of code | 534 |
| Technical Name |
pos_product_combo_quantity |
| License | OPL-1 |
| Website | https://www.cenoq.com |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Point of Sale (point_of_sale)
• Discuss (mail) • Inventory (stock) • Invoicing (account) |
| Community Apps Dependencies | Show |
| Lines of code | 534 |
| Technical Name |
pos_product_combo_quantity |
| License | OPL-1 |
| Website | https://www.cenoq.com |
POS Product Combo Quantity
Module Documentation: POS Product Combo Quantity
1. Overview
This module is an extension and a bridge for the
product_combo_quantity module. Its main purpose is to
extend the core functionality of product_combo_quantity to
Odoo’s Point of Sale (POS) application.
With only the product_combo_quantity module installed,
you can only use combo products with custom quantities when creating a
Sales Order in the backend. However, after installing the
pos_product_combo_quantity module, you will be able to
sell these combo products on the POS interface, and the system
will automatically apply the correct quantity you have set for each
combo item.
2. Installation Requirements and Impact
- Dependencies:
- Before installing this module, you must have the
following two modules installed in your Odoo system:
point_of_saleproduct_combo_quantity
- This module automatically adds the
qty(quantity) field to the data loaded by the POS session, ensuring that the POS front-end can read the set value.
- Before installing this module, you must have the
following two modules installed in your Odoo system:
- System Impact:
- After installation, the POS will load additional field data upon startup, but the impact on performance is minimal.
- It ensures consistency in the calculation logic for combo product quantities between backend Sales Orders and front-end POS sales.
3. User Guide
After installation, you can follow these steps to configure and sell combo products with quantities in the POS.
Step 1: Configure the Quantity for Combo Product Items
- Navigate to the Inventory or Sales application and go to the Products menu.
- Create a new product or edit an existing one. In the General Information tab, set the Product Type to Combo.
- In the General Information tab, find the Combo Choices field.
- Add your Combo Choices and the Combo Items within them here.
- When adding or editing a combo item, you will see a Quantity field. Fill in this field with the quantity of this item that should be delivered when a customer selects this combo.
Example: Create a “Family Movie Night Deal” that includes “Cola” as a combo item. If you want the customer to receive 4 cans of cola for each deal purchased, set the Quantity field for the “Cola” item to 4.
Step 2: Sell the Combo Product in the POS
- Open your POS session.
- Find the “Family Movie Night Deal” you just configured in the product list and add it to the cart.
- The system will open a selection window for you to choose the combo contents, just as it does for regular combo products.
- After making your selection, the combo product will be added to the order.
- When you complete the payment and validate the order, the resulting backend order and inventory transfers will correctly reflect the quantities of the combo items.
Example Result: If you sell 2 “Family Movie Night Deals,” the system’s inventory records will show that 8 cans of cola need to be delivered (2 deals × 4 cans per deal).
By installing the pos_product_combo_quantity module, you
can easily apply complex product bundling strategies to your physical
store’s fast-paced sales process, ensuring the accuracy of your
inventory records.
Bug Tracker
If you encounter any issues, please send an email to info@cenoq.com for support.
Maintained by CENOQ
![]()
Since 2006, CENOQ has been an IT service partner specializing in digital transformation. Utilizing core software engineering skills and collaborations with leading vendors (e.g., Odoo), they provide tailored IT solutions (ERP, DevOps, etc.) to help businesses thrive in the digital age.
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