From 9dfaca69871a37342aff902babaf7a9540f5c428 Mon Sep 17 00:00:00 2001 From: raph Date: Fri, 26 Feb 2016 12:27:34 +0100 Subject: [PATCH] Add missing credits --- pos_default_empty_image/README.rst | 6 ++++++ pos_default_empty_image/__openerp__.py | 14 ++++++++++++-- pos_default_empty_image/product.py | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/pos_default_empty_image/README.rst b/pos_default_empty_image/README.rst index 9f49d1a9..49f24983 100644 --- a/pos_default_empty_image/README.rst +++ b/pos_default_empty_image/README.rst @@ -55,6 +55,12 @@ Contributors ------------ * Hparfr (Akretion)[https://akretion.com] +* Sylvain LE GAL + +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 ---------- diff --git a/pos_default_empty_image/__openerp__.py b/pos_default_empty_image/__openerp__.py index 72641663..654e940b 100644 --- a/pos_default_empty_image/__openerp__.py +++ b/pos_default_empty_image/__openerp__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# © <2015> +# © <2015> # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'POS Default empty image', @@ -39,8 +39,18 @@ only one request for all the products with no images. Indeed, if the product has an image, it will load normally. + +Other +===== + +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 which emphasis the name of the product +instead of displaying the placeholder. + + """, - 'author': "Akretion / Odoo Community Association (OCA)", + 'author': "Akretion, GRAP, Odoo Community Association (OCA)", 'website': "https://akretion.com", 'license': 'AGPL-3', 'depends': ['point_of_sale'], diff --git a/pos_default_empty_image/product.py b/pos_default_empty_image/product.py index 7f30664c..09c7999d 100644 --- a/pos_default_empty_image/product.py +++ b/pos_default_empty_image/product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# © <2015> +# © <2015> # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from openerp import models, fields, api