diff --git a/pos_default_empty_image/README.rst b/pos_default_empty_image/README.rst index aa61cafc11..680e480073 100644 --- a/pos_default_empty_image/README.rst +++ b/pos_default_empty_image/README.rst @@ -12,8 +12,8 @@ and to improve products display. Point Of Sale Load faster ------------------------- -In the point of sale, loading product without image spend unnecessary time -and resources +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: diff --git a/pos_default_empty_image/models/product_product.py b/pos_default_empty_image/models/product_product.py index 53f93a0fc8..8350fa709f 100644 --- a/pos_default_empty_image/models/product_product.py +++ b/pos_default_empty_image/models/product_product.py @@ -1,5 +1,8 @@ # -*- coding: utf-8 -*- -# © <2015> +# Copyright (C) 2017 - Today: +# GRAP (http://www.grap.coop) +# Akretion (http://www.akretion.com) +# @author: Sylvain LE GAL (https://twitter.com/legalsylvain) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from odoo import models, fields, api