X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Fsale_margin%2F__openerp__.py;h=2158f99fc26c702e36e39ec4899090dcb144a3dd;hb=8080d02b1de013ca87df3dca97d015afe03a783d;hp=1f10066de91ebc965a698d4b2ff630780793a624;hpb=10cd234bd27165c78ef5edf7faf312353f1aeb86;p=odoo%2Fodoo.git diff --git a/addons/sale_margin/__openerp__.py b/addons/sale_margin/__openerp__.py index 1f10066..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,25 +14,27 @@ # 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 . # ############################################################################## { - "name":"Margins in Sale Orders", + "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'], "update_xml":["security/ir.model.access.csv","sale_margin_view.xml","report/report_margin_view.xml"], "active": False, "installable": True, + "certificate" : "001165700015525701661", } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: