~mga/openobject-addons/account_india

« back to all changes in this revision

Viewing changes to portal_sale/__terp__.py

  • Committer: pmo
  • Date: 2007-05-23 13:05:11 UTC
  • Revision ID: pmo-dddb35c9d18fb9a20c329e4710cb84e0c41a21fc
create portal_sale

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "name" : "Portal Sale Management",
 
3
    "version" : "0.1",
 
4
    "author" : "Tiny",
 
5
    "website" : "http://tinyerp.com/",
 
6
    "depends" : ["base","portal","sale"],
 
7
    "category" : "Generic Modules/Others",
 
8
    "description": """
 
9
     """,
 
10
    "init_xml" : [],
 
11
    "update_xml" : ["portal_sale_view.xml"],
 
12
    "demo_xml" : [],
 
13
    "active": False,
 
14
    "installable": True
 
15
}
 
 
b'\\ No newline at end of file'