~openerp-commiter/openobject-addons/trunk-training

« back to all changes in this revision

Viewing changes to esale_joomla/__terp__.py

  • Committer: HDA(OpenERP)
  • Date: 2010-05-17 11:25:04 UTC
  • mfrom: (4287.4.283 trunk-extra-addons)
  • Revision ID: hda@tinyerp.com-20100517112504-5ygd4t4w26sdz9f5
Merged with main traun extra addons

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- encoding: utf-8 -*-
2
2
##############################################################################
3
 
#    
 
3
#
4
4
#    OpenERP, Open Source Management Solution
5
 
#    Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>).
 
5
#    Copyright (C) 2004-2010 BCIM SPRL & Tiny SPRL (<http://tiny.be>). All Rights Reserved
 
6
#    $Id$
6
7
#
7
8
#    This program is free software: you can redistribute it and/or modify
8
 
#    it under the terms of the GNU Affero General Public License as
9
 
#    published by the Free Software Foundation, either version 3 of the
10
 
#    License, or (at your option) any later version.
 
9
#    it under the terms of the GNU General Public License as published by
 
10
#    the Free Software Foundation, either version 3 of the License, or
 
11
#    (at your option) any later version.
11
12
#
12
13
#    This program is distributed in the hope that it will be useful,
13
14
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
14
15
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
 
#    GNU Affero General Public License for more details.
 
16
#    GNU General Public License for more details.
16
17
#
17
 
#    You should have received a copy of the GNU Affero General Public License
18
 
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.     
 
18
#    You should have received a copy of the GNU General Public License
 
19
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
20
#
20
21
##############################################################################
 
22
 
21
23
{
22
24
    "name" : "eSale Interface - Joomla",
23
25
    "version" : "1.0",
24
 
    "author" : "Tiny",
 
26
    "author" : "BCIM & Tiny",
25
27
    "category" : "Interfaces/CMS & eCommerce",
26
28
    "website" : "http://www.openerp.com",
27
29
    "depends" : ["product", "stock", "sale", "account", "account_tax_include",],
28
30
    "description": """Joomla (Virtuemart) eCommerce interface synchronisation.
29
 
Users can order on the website, orders are automatically imported in Tiny
30
 
ERP.
 
31
Users can order on the website. Orders can be imported in OpenERP.
31
32
 
32
 
You can export products, product's categories, account taxes,  stock level and create links between
 
33
You can export products, product's categories, account taxes, stock level and create links between
33
34
categories of products, taxes and languages.
34
 
 
35
 
If you product has an image attched, it send the image to the Joomla website.""",
 
35
""",
36
36
    "init_xml" : [],
37
37
    "demo_xml" : [],
38
38
    "update_xml" : [
44
44
    "active": False,
45
45
    "installable": True
46
46
}
47
 
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
48
47