~technofluid-team/openobject-addons/technofluid_multiple_installations

« back to all changes in this revision

Viewing changes to esale_ez/__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
        "name" : "EZ Publish eCommerce Interface",
 
3
        "version" : "1.0",
 
4
        "author" : "Tiny",
 
5
        "category" : "Interfaces/CMS & eCommerce",
 
6
        "website" : "http://tinyerp.com/demo02_6.html",
 
7
        "description": "Module to interface with the EZ Publish ecommerce system.",
 
8
        "depends" : ["product", "stock", "sale"],
 
9
        "init_xml" : [],
 
10
        "demo_xml" : ["esale_demo.xml"],
 
11
        "update_xml" : ["esale_view.xml"],
 
12
        "active": False,
 
13
        "installable": False
 
14
}