~unifield-team/unifield-addons/uf-2527-addons

« back to all changes in this revision

Viewing changes to sale_journal/__terp__.py

  • Committer: pinky
  • Date: 2006-12-07 13:41:40 UTC
  • Revision ID: pinky-dedd7f8a42bd4557112a0513082691b8590ad6cc
New trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
        "active": False,
 
15
        "installable": True
 
16
}