X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Fsale_margin%2F__openerp__.py;h=2158f99fc26c702e36e39ec4899090dcb144a3dd;hb=8080d02b1de013ca87df3dca97d015afe03a783d;hp=0a0d523a7aeea070db070cf76f326e4c1e051ec3;hpb=ab25fc058fc26f2180805ef49e67aaa8956ba430;p=odoo%2Fodoo.git diff --git a/addons/sale_margin/__openerp__.py b/addons/sale_margin/__openerp__.py index 0a0d523..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,24 +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":"Tiny", + "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: