21.96

v 8.0 v 9.0 v 10.0 v 11.0 v 12.0 Third Party 15
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Sales (sale_management)
Discuss (mail)
Invoicing (account)
Lines of code 324
Technical Name product_bundle_plus
Websitehttps://www.techspawn.com
Versions 11.0 15.0 13.0 14.0 9.0 16.0 12.0 10.0 8.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 324
Technical Name product_bundle_plus
Websitehttps://www.techspawn.com
Versions 11.0 15.0 13.0 14.0 9.0 16.0 12.0 10.0 8.0

Product Bundle Plus

By Techspawn Solutions Pvt Ltd

Product Bundle Plus allows user to add multiple product's of different cost to a Bundle and user can create Quotation for the bundle in Sale Order.

Add Multiple Product's of different price to a Bundle

Customize the Bundle Price

Create Quotation for Bundle in Sale Order

.

Check Stock availability for Product Bundle

USER GUIDE

Contact & Support

Expert Ideas and ERP Solution To Help You Grow

Get expert help and assistance related to the new Odoo features and all ERP Related solutions at one place. We offer solutions regardless the size of a business, contact us through e-mail at sales@techspawn.com and get professional help that you want to build your business better. In case of any question regarding please reach out to us on support@techspawn.com

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 or have a question related to your purchase, please use the support page.
NOT WORKING in odoo v12
by
Victor Gonzalez
on 9/4/19, 9:02 AM

When installed the module: Products becomes inaccessible Variants becomes innaccessible Gruped Products (new page) also innaccessible Error: Odoo Server Error Traceback (most recent call last): File "/usr/lib/python3/dist-packages/odoo/api.py", line 1039, in get value = self._data[key][field][record._ids[0]] KeyError: 325 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/odoo/fields.py", line 981, in __get__ value = record.env.cache.get(record, self) File "/usr/lib/python3/dist-packages/odoo/api.py", line 1041, in get raise CacheMiss(record, field) odoo.exceptions.CacheMiss: ('ir.actions.act_window(325,).search_view', None) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/odoo/http.py", line 656, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/usr/lib/python3/dist-packages/odoo/http.py", line 314, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/usr/lib/python3/dist-packages/odoo/tools/pycompat.py", line 87, in reraise raise value File "/usr/lib/python3/dist-packages/odoo/http.py", line 698, in dispatch result = self._call_function(**self.params) File "/usr/lib/python3/dist-packages/odoo/http.py", line 346, in _call_function return checked_call(self.db, *args, **kwargs) File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 97, in wrapper return f(dbname, *args, **kwargs) File "/usr/lib/python3/dist-packages/odoo/http.py", line 339, in checked_call result = self.endpoint(*a, **kw) File "/usr/lib/python3/dist-packages/odoo/http.py", line 941, in __call__ return self.method(*args, **kw) File "/usr/lib/python3/dist-packages/odoo/http.py", line 519, in response_wrap response = f(*args, **kw) File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1262, in load action = request.env[action_type].browse([action_id]).read() File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_actions.py", line 210, in read result = super(IrActionsActWindow, self).read(fields, load=load) File "/usr/lib/python3/dist-packages/odoo/models.py", line 2791, in read vals[name] = convert(record[name], record, use_name_get) File "/usr/lib/python3/dist-packages/odoo/models.py", line 5117, in __getitem__ return self._fields[key].__get__(self, type(self)) File "/usr/lib/python3/dist-packages/odoo/fields.py", line 985, in __get__ self.determine_value(record) File "/usr/lib/python3/dist-packages/odoo/fields.py", line 1098, in determine_value self.compute_value(recs) File "/usr/lib/python3/dist-packages/odoo/fields.py", line 1052, in compute_value self._compute_value(records) File "/usr/lib/python3/dist-packages/odoo/fields.py", line 1043, in _compute_value getattr(records, self.compute)() File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_actions.py", line 170, in _compute_search_view fvg = self.env[act.res_model].fields_view_get(act.search_view_id.id, 'search') File "/usr/lib/python3/dist-packages/odoo/addons/mail/models/mail_thread.py", line 410, in fields_view_get res = super(MailThread, self).fields_view_get(view_id=view_id, view_type=view_type, toolbar=toolbar, submenu=submenu) File "/usr/lib/python3/dist-packages/odoo/models.py", line 1455, in fields_view_get result = self._fields_view_get(view_id=view_id, view_type=view_type, toolbar=toolbar, submenu=submenu) File "/usr/lib/python3/dist-packages/odoo/models.py", line 1418, in _fields_view_get root_view = View.browse(view_id).read_combined(['id', 'name', 'field_parent', 'type', 'model', 'arch']) File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_ui_view.py", line 794, in read_combined arch = self.apply_view_inheritance(arch_tree, root.id, self.model) File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_ui_view.py", line 742, in apply_view_inheritance source = self.apply_inheritance_specs(source, specs_tree, view_id) File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_ui_view.py", line 720, in apply_inheritance_specs self.raise_view_error(_("Element '%s' cannot be located in parent view") % tag, inherit_id) File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_ui_view.py", line 548, in raise_view_error raise ValueError(message) ValueError: El elemento '' no puede ser localizado en la vista padre Contexto del error: Vista `product.template.search` [view_id: 1439, xml_id: product_bundle_plus.custom_product_template_search_view, model: product.template, parent_id: 528]

Re: NOT WORKING in odoo v12
by
Techspawn Solutions
on 9/9/19, 7:15 AM Author

Hello Victor , Please contact us on Skype : support@techspawn.com and our Support Team will get in touch with you for the installation error that you're facing.


There are no comments yet!