~technofluid-team/openobject-addons/technofluid_multiple_installations

« back to all changes in this revision

Viewing changes to esale_joomla/__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" : "eSale Interface - Joomla",
 
3
        "version" : "1.0",
 
4
        "author" : "Tiny",
 
5
        "category" : "Interfaces/CMS & eCommerce",
 
6
        "website" : "http://tinyerp.com",
 
7
        "depends" : ["product", "stock", "sale"],
 
8
        "description": """Joomla (Virtuemart) eCommerce interface synchronisation.
 
9
Users can order on the website, orders are automatically imported in Tiny
 
10
ERP.
 
11
 
 
12
You can export products, stock level and create links between
 
13
categories of products, taxes and languages.
 
14
 
 
15
If you product has an image attched, it send the image to the Joomla website.""",
 
16
        "init_xml" : [],
 
17
        "demo_xml" : [],
 
18
        "update_xml" : ['esale_joomla_wizard.xml', "esale_joomla_view.xml"],
 
19
        "active": False,
 
20
        "installable": True
 
21
}