Launchpad automatic translations update.
[odoo/odoo.git] / addons / sale_journal / __terp__.py
index afb1dc0..b7c5f4f 100644 (file)
@@ -1,26 +1,33 @@
-# -*- encoding: utf-8 -*-
+# -*- coding: utf-8 -*-
+##############################################################################
 #
-# Use the custom module to put your specific code in a separate module.
+#    OpenERP, Open Source Management Solution
+#    Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
 #
+#    This program is free software: you can redistribute it and/or modify
+#    it under the terms of the GNU Affero General Public License as
+#    published by the Free Software Foundation, either version 3 of the
+#    License, or (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    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/>.
+#
+##############################################################################
+
+
 {
-    "name" : "Managing sales and deliveries by journal",
-    "version" : "1.0",
-    "author" : "Tiny",
-    "category" : "Generic Modules/Sales & Purchases",
-    "website": "http://www.tinyerp.com",
-    "depends" : ["stock","sale"],
-    "demo_xml" : ['sale_journal_demo.xml'],
-    "init_xml" : ['sale_journal_data.xml'],
-    "update_xml" : [
-        "security/ir.model.access.csv",
-        "sale_journal_view.xml",
-        "picking_journal_view.xml",
-        "picking_journal_view_report.xml"
-    ],
-    "description" : """
-    The sale journal modules allows you to categorize your
-    sales and deliveries (packing lists) between different journals.
-    This module is very helpfull for bigger companies that
+    'name': 'Managing sales and deliveries by journal',
+    'version': '1.0',
+    'category': 'Generic Modules/Sales & Purchases',
+    'description': """
+    The sale journal modules allows you to categorise your
+    sales and deliveries (picking lists) between different journals.
+    This module is very helpful for bigger companies that
     works by departments.
 
     You can use journal for different purposes, some examples:
@@ -31,7 +38,7 @@
     * draft, open, cancel, done.
 
     Batch operations can be processed on the different journals to
-    confirm all sales at once, to validate or invoice packings, ...
+    confirm all sales at once, to validate or invoice packing, ...
 
     It also supports batch invoicing methods that can be configured by
     partners and sales orders, examples:
 
     Some statistics by journals are provided.
     """,
-    "active": False,
-    "installable": True
+    'author': 'Tiny',
+    'website': 'http://www.openerp.com',
+    'depends': ['stock', 'sale'],
+    'init_xml': ['sale_journal_data.xml'],
+    'update_xml': [
+        'security/ir.model.access.csv',
+        'sale_journal_view.xml',
+        'picking_journal_view.xml',
+        'picking_journal_view_report.xml'
+    ],
+    'demo_xml': ['sale_journal_demo.xml'],
+    'installable': True,
+    'active': False,
+    'certificate': '0077661619085',
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
-