X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Fsale_margin%2F__openerp__.py;h=2158f99fc26c702e36e39ec4899090dcb144a3dd;hb=8080d02b1de013ca87df3dca97d015afe03a783d;hp=af151eb1adce86a98bf0d4bbb6cfa416d70f24fd;hpb=9e55914f418d41bbecf9bd09ef1b2dfe7bf76e33;p=odoo%2Fodoo.git diff --git a/addons/sale_margin/__openerp__.py b/addons/sale_margin/__openerp__.py index af151eb..2158f99 100644 --- a/addons/sale_margin/__openerp__.py +++ b/addons/sale_margin/__openerp__.py @@ -1,5 +1,5 @@ ############################################################################## -# +# # OpenERP, Open Source Management Solution # Copyright (C) 2004-2009 Tiny SPRL (). # @@ -14,7 +14,7 @@ # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# along with this program. If not, see . # ############################################################################## @@ -22,11 +22,12 @@ "name":"Margins in Sales Order", "version":"1.0", "category" : "Generic Modules/Sales & Purchases", - "description": """ + "description": """ This module adds the 'Margin' on sales order, which gives the profitability by calculating the difference between the Unit Price and Cost Price """, "author":"OpenERP SA", + "images":["images/sale_margin.jpeg"], "depends":["sale"], "demo_xml":[], 'test': ['test/sale_margin.yml'],