Skip to Content
Menu
v 16.0 Third Party 1881
Download for v 16.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Sales (sale_management)
Discuss (mail)
Invoicing (account)
Lines of code 323
Technical Name product_combo_pack
LicenseAGPL-3
Websitehttps://www.cybrosys.com
Versions 13.0 15.0 16.0 17.0 18.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Sales (sale_management)
Discuss (mail)
Invoicing (account)
Lines of code 323
Technical Name product_combo_pack
LicenseAGPL-3
Websitehttps://www.cybrosys.com
Versions 13.0 15.0 16.0 17.0 18.0
Community
Enterprise
Odoo.sh

Product Pack

Manage Products as Pack

Explore This Module

Overview

Selling products in a pack is a great way to raise average sales price per product, to serve customers with products that make their lives easier, and to leverage current products into new and different ones. They are profitable for smaller businesses as well as large ones.

Features

Create a Product Pack Easily.
Manage the stock of the Product.
Compute the Price of the Pack.
Compute the Quantity of the Pack with respect to the quantity of Pack items.
Update the quantity of pack easily.
Adding Pack into Sale order Easily.
Filter Pack from Products.

Screenshots

Product Pack Menu.

Check if the product is a pack.

Product Pack Page for Consumable(if not managing the stock of pack)

Product Pack Page for Storable.

Adding products into the pack.

Adding Pack to sale order.

Delivery of pack.

Related Products

Our Services

Odoo Customization
Odoo Implementation
Odoo Support
Hire Odoo Developer
Odoo Integration
Odoo Migration
Odoo Consultancy
Odoo Implementation
Odoo Licensing Consultancy

Our Industries

Trading

Easily procure and sell your products

POS

Easy configuration and convivial experience

Education

A platform for educational management

Manufacturing

Plan, track and schedule your operations

E-commerce & Website

Mobile friendly, awe-inspiring product pages

Service Management

Keep track of services and invoice

Restaurant

Run your bar or restaurant methodically

Hotel Management

An all-inclusive hotel management application

Support

Need Help?

Got questions or need help? Get in touch.

odoo@cybrosys.com

WhatsApp

Say hi to us on WhatsApp!

+91 86068 27707

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
Great Composite Product Module
by
Peter Romão
on 10/26/23, 8:44 PM

Idea very well doen. Thank you.

Why is it that one cannot pack several services into one service? That would be a very nice addition to use as services in repair procedures.

Can that be done?

Re: Great Composite Product Module
by
Cybrosys Technologies
on 11/13/23, 2:39 AM Author

We have updated the app. Thanks for your input.


Error
by
Djorac
on 6/3/24, 6:01 AM

After installation i have got this error : Traceback (most recent call last): File "/usr/lib/python3/dist-packages/odoo/http.py", line 1591, in _serve_db return service_model.retrying(self._serve_ir_http, self.env) File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 133, in retrying result = func() File "/usr/lib/python3/dist-packages/odoo/http.py", line 1618, in _serve_ir_http response = self.dispatcher.dispatch(rule.endpoint, args) File "/usr/lib/python3/dist-packages/odoo/http.py", line 1822, in dispatch result = self.request.registry['ir.http']._dispatch(endpoint) File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_http.py", line 154, in _dispatch result = endpoint(**request.params) File "/usr/lib/python3/dist-packages/odoo/http.py", line 697, in route_wrapper result = endpoint(self, *args, **params_ok) File "/usr/lib/python3/dist-packages/odoo/addonshyperba/iwesabe_button_restriction/controllers/main.py", line 17, in call_button result = super().call_button(model, method, args, kwargs) File "/usr/lib/python3/dist-packages/odoo/http.py", line 697, in route_wrapper result = endpoint(self, *args, **params_ok) File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/dataset.py", line 46, in call_button action = self._call_kw(model, method, args, kwargs) File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/dataset.py", line 33, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/usr/lib/python3/dist-packages/odoo/api.py", line 468, in call_kw result = _call_kw_multi(method, model, args, kwargs) File "/usr/lib/python3/dist-packages/odoo/api.py", line 453, in _call_kw_multi result = method(recs, *args, **kwargs) File "", line 2, in button_immediate_install File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 74, in check_and_log return method(self, *args, **kwargs) File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 476, in button_immediate_install return self._button_immediate_function(self.env.registry[self._name].button_install) File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 600, in _button_immediate_function registry = modules.registry.Registry.new(self._cr.dbname, update_module=True) File "", line 2, in new File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 87, in locked return func(inst, *args, **kwargs) File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 90, in new odoo.modules.load_modules(registry, force_demo, status, update_module) File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 488, in load_modules processed_modules += load_marked_modules(cr, graph, File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 372, in load_marked_modules loaded, processed = load_module_graph( File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 207, in load_module_graph registry.setup_models(cr) File "", line 2, in setup_models File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 87, in locked return func(inst, *args, **kwargs) File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 298, in setup_models model._setup_fields() File "/usr/lib/python3/dist-packages/odoo/models.py", line 2820, in _setup_fields field.setup(self) File "/usr/lib/python3/dist-packages/odoo/fields.py", line 539, in setup self.setup_nonrelated(model) File "/usr/lib/python3/dist-packages/odoo/fields.py", line 4709, in setup_nonrelated raise TypeError(msg % (self, field)) TypeError: Many2many fields sale.order.product_pack_id and sale.order.product_ids use the same table and columns The above server error caused the following client error: RPC_ERROR://192.168.0.41:8069/web/assets/324-43d32a6/web.assets_backend.min.js:992:163) at XMLHttpRequest. (http://192.168.0.41:8069/web/assets/324-43d32a6/web.assets_backend.min.js:1000:13)

Re: Error
by
Cybrosys Technologies
on 6/20/24, 2:32 AM Author

Hello, Thanks for reporting. We have updated the app. Please get the latest version.


Update does not resolve service of services
by
Peter Romão
on 11/14/23, 3:44 PM

You say you have updated the app but one still cannot create a service pack of several services.


Product packs that are sold in POS are not deducted from inventory.
by
Sheldon Cardoza
on 10/31/23, 12:25 PM

I'm encountering an issue with this module. Specifically, when I create a product pack by adding individual products to it and then making a sale in the POS, the inventory isn't deducting the quantities of the individual products that constitute the pack. To illustrate this, let's consider three products: apples, oranges, and bananas, each having a quantity on hand of 10. I've also created a product pack called "Fruit Basket" with a quantity of 10.

Now, after making a sale in the POS and checking the inventory, I notice that the quantities for the individual products remain at 10, while the quantity for the "Fruit Basket" shows as 9. The expected behavior should be a deduction of one from both the individual products and the "Fruit Basket," resulting in a quantity of 9 for each.



by
PEDRO RAMIREZ
on 9/20/23, 9:53 PM



I cannot create and save an order in sales
by
Sheldon Cardoza
on 9/15/23, 8:57 PM

in sales i cannot create and save an order unless I select a product pack...

Re: I cannot create and save an order in sales
by
Cybrosys Technologies
on 9/27/23, 7:14 AM Author

We have updated the module. Please get the latest version.


I got ValueError: Expected singleton
by
Rattapong Chokmasermkul
on 8/3/23, 3:02 AM

Setup Env:

    - Install: product_combo_pack

    - Set Is pack to demo product then select product to product pack

    - Set 'Outgoing Shipments' more than 1 step (2 steps or 3 steps)

I create new Sale Order then select the product after I click button 'Confirm' I got singleton error

'location_id': self.picking_ids.picking_type_id.default_location_src_id.id,


Re: I got ValueError: Expected singleton
by
Cybrosys Technologies
on 8/21/23, 1:04 AM Author

Hello, Thanks for reporting. We have updated the module.