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 |
License | AGPL-3 |
Website | https://www.cybrosys.com |
Versions | 9.0 10.0 11.0 12.0 13.0 14.0 15.0 16.0 17.0 18.0 |
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 |
License | AGPL-3 |
Website | https://www.cybrosys.com |
Versions | 9.0 10.0 11.0 12.0 13.0 14.0 15.0 16.0 17.0 18.0 |

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

Trading
Easily procure and sell your products.

Manufacturing
Plan, track and schedule your operations.

Restaurant
Run your bar or restaurant methodical.

POS
Easy configuring and convivial selling.

E-commerce & Website
Mobile friendly, awe-inspiring product pages.

Hotel Management
An all-inclusive hotel management application.

Education
A Collaborative platform for educational management.

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
Report comment
Any abuse of this reporting system will be penalizedThere are no ratings yet!
they will have it for version 15
Re:
Currently, We don't have the version 15 of this module.
I get this error when installing on odoo.sh
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
Sorry, we couldn't reproduce the error.