Skip to main content

Optimize loading time for products without image

Project description

Beta License: AGPL-3 OCA/pos Translate me on Weblate Try me on Runbot

This module extends the functionality of point of sale to make PoS load faster and to improve products display.

Point Of Sale Load faster

In the point of sale, loading products without image spend unnecessary time and resources.

When you have 8000 products in your Point of Sale and most of them don’t have images, removing thousands of useless requests is welcome: the PoS loads faster that way.

Improve products display

By default, Odoo PoS display a useless generic image for products that doesn’t have images.

https://raw.githubusercontent.com/OCA/pos/12.0/pos_default_empty_image/static/description/pos_display_default.png

With this module, the display of the product is changed, (Size of the name is increased for better visibility);

https://raw.githubusercontent.com/OCA/pos/12.0/pos_default_empty_image/static/description/pos_display_improved.png

Technical information

Each time the PoS instantiate a product, it will add this code for each product

<img src="'/web/binary/image?model=product.product&field=image_medium&id='+product.id;" />

The browser will trigger as many requests than there are different urls.

If you have many products, the browser will soon reach his limit of network connections to Odoo server and will wait for free slots instead of loading other valuable contents. Then the PoS is then very slow to work with.

This module adds a field has_image in product.product model.

If product has no image, the product image url is not sent to the PoS

Table of contents

Changelog

  • Feb 2016 : First version

  • March 2018 : migration to v10 and improvements for Display

  • January 2020 : migration to v12

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • Akretion

  • GRAP

Contributors

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

This module is part of the OCA/pos project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file odoo12_addon_pos_default_empty_image-12.0.1.0.0.99.dev5-py3-none-any.whl.

File metadata

File hashes

Hashes for odoo12_addon_pos_default_empty_image-12.0.1.0.0.99.dev5-py3-none-any.whl
Algorithm Hash digest
SHA256 0d5befc020296df1fca7c0b3c592734e9ac5544fcf8f3e825645e447990e1e31
MD5 9776362ad37a167d4daaa144be779ace
BLAKE2b-256 773729f0cb0ee9bb2f6601356d2f19abaae6d0badf80f6aa0c523a148c1ee4f2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page