Browse Source

description file;

pull/351/head
Sylvain LE GAL 8 years ago
parent
commit
cd65728742
  1. 17
      pos_default_empty_image/README.rst

17
pos_default_empty_image/README.rst

@ -2,9 +2,9 @@
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3 :alt: License: AGPL-3
===========================
=======================
POS Default Empty Image POS Default Empty Image
===========================
=======================
In the point of sale, trying to load known inexistant images is a waste of time. In the point of sale, trying to load known inexistant images is a waste of time.
@ -17,7 +17,7 @@ Technical information
Each time the pos instantiate a product, it will add an Each time the pos instantiate a product, it will add an
<img src="'/web/binary/image?model=product.product&field=image_medium&id='+product.id;">
<img src="'/web/binary/image?model=product.product&field=image_medium&id='+product.id;" />
The browser will trigger as many requests than there is different url. The browser will trigger as many requests than there is different url.
@ -38,14 +38,15 @@ Known issues
Updates Updates
======= =======
* Feb 2016 : First version
* Feb 2016 : First version
Bug Tracker Bug Tracker
=========== ===========
Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_. Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
In case of trouble, please check there if your issue has already been reported. 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 `here <https://github.com/OCA/web/issues/new?body=module:%20web_switch_company_warning%0Aversion:%200.1%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback `here <https://github.com/OCA/web/issues/new?body=module:%20pos_default_empty_image%0Aversion:%200.1%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Credits Credits
@ -54,12 +55,10 @@ Credits
Contributors Contributors
------------ ------------
* Hparfr <https://github.com/hparfr> (Akretion)[https://akretion.com]
* Hparfr <https://github.com/hparfr> `Akretion <https://akretion.com>`_
* Sylvain LE GAL <https://twitter.com/legalsylvain> * Sylvain LE GAL <https://twitter.com/legalsylvain>
See also this module: [pos_improve_images from GRAP]
(https://github.com/grap/odoo-addons-grap/tree/7.0/pos_improve_images)
for OpenERP 7.
See also this module `pos_improve_images from GRAP <https://github.com/grap/odoo-addons-grap/tree/7.0/pos_improve_images>`_ for OpenERP 7.
Maintainer Maintainer

Loading…
Cancel
Save