Renamed picking by packing in labels
[odoo/odoo.git] / addons / sale_journal / __terp__.py
1 #
2 # Use the custom module to put your specific code in a separate module.
3 #
4 {
5         "name" : "Managing sales and deliveries by journal",
6         "version" : "1.0",
7         "author" : "Tiny",
8         "category" : "Generic Modules/Sales & Purchases",
9         "website": "http://www.tinyerp.com",
10         "depends" : ["stock","sale"],
11         "demo_xml" : ['sale_journal_demo.xml'],
12         "init_xml" : ['sale_journal_data.xml'],
13         "update_xml" : ["sale_journal_view.xml","picking_journal_view.xml","picking_journal_view_report.xml"],
14         "description" : """
15         The sale journal modules allows you to categorize your
16         sales and deliveries (packing lists) between different journals.
17         This module is very helpfull for bigger companies that
18         works by departments.
19
20         You can use journal for different purposes, some examples:
21         * isolate sales of different departments
22         * journals for deliveries by truck or by UPS
23
24         Journals have a responsible and evolves between different status:
25         * draft, open, cancel, done.
26
27         Batch operations can be processed on the different journals to
28         confirm all sales at once, to validate or invoice packings, ...
29
30         It also supports batch invoicing methods that can be configured by
31         partners and sales orders, examples:
32         * daily invoicing,
33         * monthly invoicing, ...
34
35         Some statistics by journals are provided.
36         """,
37         "active": False,
38         "installable": True
39 }