Pos Order Line Product Image

by
Odoo
v 14.0 Third Party 2796
Download for v 14.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Point of Sale (point_of_sale)
Discuss (mail)
Inventory (stock)
Invoicing (account)
Lines of code 46
Technical Name pos_order_line_image
LicenseAGPL-3
Websitehttps://www.cybrosys.com
Versions 16.0 11.0 12.0 13.0 14.0 15.0 17.0 9.0 10.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Point of Sale (point_of_sale)
Discuss (mail)
Inventory (stock)
Invoicing (account)
Lines of code 46
Technical Name pos_order_line_image
LicenseAGPL-3
Websitehttps://www.cybrosys.com
Versions 16.0 11.0 12.0 13.0 14.0 15.0 17.0 9.0 10.0
cybrosys-logo

Pos Order Line Product Image

Helps to show product images in each order line.

Key Highlights

  • Product image in pos order line.

Overview


By default, odoo doesn't support showing product images in each line of the order list. This module Helps to show product images in each order line.

Pos Order Line Product Image


    Product image in pos order line.

Screenshots


Suggested Products


Our Service


Odoo Customization

Odoo Implementation

Odoo Integration

Odoo Support

Hire Odoo Developers

Our Industries


Odoo Industry

Trading

Easily procure and sell your products.

Odoo Industry

Manufacturing

Plan, track and schedule your operations.

Odoo Industry

Restaurant

Run your bar or restaurant methodical.

Odoo Industry

POS

Easy configuring and convivial selling.

Odoo Industry

E-commerce & Website

Mobile friendly, awe-inspiring product pages.

Odoo Industry

Hotel Management

An all-inclusive hotel management application.

Odoo Industry

Education

A Collaborative platform for educational management.

Odoo Industry

Service Management

Keep track of services and invoice accordingly.

Need Any Help?


If you have anything to share with us based on your use of this module, please let us know. We are ready to offer our support.

Email us

odoo@cybrosys.com

Contact Us

www.cybrosys.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, 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.
There are no ratings yet!
by
Kevin Cordon
on 2/6/23, 12:12 PM

they will have it for version 15

Re:
by
Cybrosys Technologies
on 3/23/23, 7:42 AM Author

Currently, We don't have the version 15 of this module.


I get this error when installing on odoo.sh
by
Mohamed Helal
on 10/19/22, 5:36 AM

RPC_ERROR
Odoo Server Error
Traceback (most recent call last):
File "/home/odoo/src/odoo/odoo/tools/ line 85, in lookup
r = d[key]
File "/home/odoo/src/odoo/odoo/tools/ line 71, in wrapper
return func(self, *args, **kwargs)
File "/home/odoo/src/odoo/odoo/tools/ line 34, in __getitem__
a = self.d[obj]
KeyError: (' , 'point_of_sale.assets')

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/odoo/src/odoo/odoo/tools/ line 680, in _tag_root
f(rec)
File "/home/odoo/src/odoo/odoo/tools/ line 658, in _tag_template
return self._tag_record(record)
File "/home/odoo/src/odoo/odoo/tools/ line 567, in _tag_record
f_val = self.id_get(f_ref)
File "/home/odoo/src/odoo/odoo/tools/ line 663, in id_get
res = self.model_id_get(id_str, raise_if_not_found)
File "/home/odoo/src/odoo/odoo/tools/ line 669, in model_id_get
return self.env[' raise_if_not_found=raise_if_not_found)
File "/home/odoo/src/odoo/odoo/addons/base/models/ line 1943, in _xmlid_to_res_model_res_id
return self._xmlid_lookup(xmlid)[1:3]
File "", line 2, in _xmlid_lookup
File "/home/odoo/src/odoo/odoo/tools/ line 90, in lookup
value = d[key] = self.method(*args, **kwargs)
File "/home/odoo/src/odoo/odoo/addons/base/models/ line 1936, in _xmlid_lookup
raise ValueError('External ID not found in the system: %s' % xmlid)
ValueError: External ID not found in the system: point_of_sale.assets

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/home/odoo/src/odoo/odoo/addons/base/models/ line 237, in _dispatch
result = request.dispatch()
File "/home/odoo/src/odoo/odoo/ line 687, in dispatch
result = self._call_function(**self.params)
File "/home/odoo/src/odoo/odoo/ line 359, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/home/odoo/src/odoo/odoo/service/ line 94, in wrapper
return f(dbname, *args, **kwargs)
File "/home/odoo/src/odoo/odoo/ line 348, in checked_call
result = self.endpoint(*a, **kw)
File "/home/odoo/src/odoo/odoo/ line 916, in __call__
return self.method(*args, **kw)
File "/home/odoo/src/odoo/odoo/ line 535, in response_wrap
response = f(*args, **kw)
File "/home/odoo/src/odoo/addons/web/controllers/ line 1346, in call_button
action = self._call_kw(model, method, args, kwargs)
File "/home/odoo/src/odoo/addons/web/controllers/ line 1334, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "/home/odoo/src/odoo/odoo/ line 464, in call_kw
result = _call_kw_multi(method, model, args, kwargs)
File "/home/odoo/src/odoo/odoo/ line 451, in _call_kw_multi
result = method(recs, *args, **kwargs)
File "", line 2, in button_immediate_install
File "/home/odoo/src/odoo/odoo/addons/base/models/ line 74, in check_and_log
return method(self, *args, **kwargs)
File "/home/odoo/src/odoo/odoo/addons/base/models/ line 483, in button_immediate_install
return self._button_immediate_function(type(self).button_install)
File "/home/odoo/src/odoo/odoo/addons/base/models/ line 600, in _button_immediate_function
registry = update_module=True)
File "/home/odoo/src/odoo/odoo/modules/ line 87, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/home/odoo/src/odoo/odoo/modules/ line 474, in load_modules
processed_modules += load_marked_modules(cr, graph,
File "/home/odoo/src/odoo/odoo/modules/ line 363, in load_marked_modules
loaded, processed = load_module_graph(
File "/home/odoo/src/odoo/odoo/modules/ line 222, in load_module_graph
load_data(cr, idref, mode, kind='data', package=package)
File "/home/odoo/src/odoo/odoo/modules/ line 69, in load_data
tools.convert_file(cr, package.name, filename, idref, mode, noupdate, kind)
File "/home/odoo/src/odoo/odoo/tools/ line 745, in convert_file
convert_xml_import(cr, module, fp, idref, mode, noupdate)
File "/home/odoo/src/odoo/odoo/tools/ line 811, in convert_xml_import
obj.parse(doc.getroot())
File "/home/odoo/src/odoo/odoo/tools/ line 731, in parse
self._tag_root(de)
File "/home/odoo/src/odoo/odoo/tools/ line 680, in _tag_root
f(rec)
File "/home/odoo/src/odoo/odoo/tools/ line 693, in _tag_root
raise ParseError('while parsing %s:%s, somewhere inside\n%s' % (
Exception

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/home/odoo/src/odoo/odoo/ line 643, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/home/odoo/src/odoo/odoo/ line 301, in _handle_exception
raise exception.with_traceback(None) from new_cause
while parsing None:4, somewhere inside






odoo.tools.convert.ParseError:
http.py",
http.py",
convert.py",
convert.py",convert.py",convert.py",convert.py",loading.py",loading.py",loading.py",loading.py",registry.py",modules.registry.Registry.new(self._cr.dbname,ir_module.py",ir_module.py",ir_module.py",api.py",api.py",main.py",main.py",http.py",http.py",http.py",model.py",http.py",http.py",ir_http.py",ir_model.py",cache.py",ir_model.py",ir.model.data']._xmlid_to_res_model_res_id(id_str,convert.py",convert.py",convert.py",convert.py",convert.py",ir.model.data',lru.py",func.py",cache.py",

Re: I get this error when installing on odoo.sh
by
Cybrosys Technologies
on 2/28/23, 3:32 AM Author

Sorry, we couldn't reproduce the error.