[ADD]: Images of sale_crm, sale_journal, sale_layout, sale_margin and sale_mrp modules.
[odoo/odoo.git] / addons / sale_margin / __openerp__.py
old mode 100755 (executable)
new mode 100644 (file)
index b74da67..2158f99
@@ -1,5 +1,5 @@
 ##############################################################################
-#    
+#
 #    OpenERP, Open Source Management Solution
 #    Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>).
 #
@@ -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 <http://www.gnu.org/licenses/>.     
+#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 ##############################################################################
 
     "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: