~mga/openobject-addons/account_india

« back to all changes in this revision

Viewing changes to lunch/__terp__.py

  • Committer: nel
  • Date: 2007-07-16 05:55:26 UTC
  • Revision ID: nel-206acbf4defe2495320c9024df7d23203676e27c
Add lunch module

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "name" : "Tiny ERP Lunch Module",
 
3
    "version" : "1.0",
 
4
    "depends" : ["base"],
 
5
    "init_xml" : [],
 
6
    "update_xml" : ['lunch_wizard.xml','lunch_view.xml','lunch_report.xml'],
 
7
    "installable" : True,
 
8
    "active" : False,
 
9
}