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

3105.1.3 by Christophe Simonis
* add encoding comment and vim comment
1
# -*- encoding: utf-8 -*-
3329.1.2 by Christophe Simonis
passing tiny modules to GPL-3
2
##############################################################################
3
#
3589.2.6 by Naresh Choksy
bugfix:esale_joomla
4
#    OpenERP, Open Source Management Solution
3329.1.2 by Christophe Simonis
passing tiny modules to GPL-3
5
#    Copyright (C) 2004-2008 Tiny SPRL (<http://tiny.be>). All Rights Reserved
6
#    $Id$
7
#
8
#    This program is free software: you can redistribute it and/or modify
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.
12
#
13
#    This program is distributed in the hope that it will be useful,
14
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
15
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
#    GNU General Public License for more details.
17
#
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/>.
20
#
21
##############################################################################
495 by ced
Move less used modules to extra_addons repo
22
{
3105.1.2 by Christophe Simonis
* convert tabs to 4 spaces
23
    "name" : "eSale Interface - Joomla",
24
    "version" : "1.0",
25
    "author" : "Tiny",
26
    "category" : "Interfaces/CMS & eCommerce",
3561.1.5 by Stephane Wirtel
[FIX] Use the domain 'openerp.com' instead of 'tinyerp.com'
27
    "website" : "http://www.openerp.com",
3105.1.2 by Christophe Simonis
* convert tabs to 4 spaces
28
    "depends" : ["product", "stock", "sale", "account", "account_tax_include",],
29
    "description": """Joomla (Virtuemart) eCommerce interface synchronisation.
495 by ced
Move less used modules to extra_addons repo
30
Users can order on the website, orders are automatically imported in Tiny
31
ERP.
32
1348 by Harshad Modi
summary :
33
You can export products, product's categories, account taxes,  stock level and create links between
495 by ced
Move less used modules to extra_addons repo
34
categories of products, taxes and languages.
35
36
If you product has an image attched, it send the image to the Joomla website.""",
3105.1.2 by Christophe Simonis
* convert tabs to 4 spaces
37
    "init_xml" : [],
38
    "demo_xml" : [],
3387.1.24 by Sofia (Open ERP)
- security rules for objects
39
    "update_xml" : [
3589.2.6 by Naresh Choksy
bugfix:esale_joomla
40
            "security/esale_joomla_security.xml",
41
           # "security/ir.model.access.csv",
42
            "esale_joomla_view.xml",
43
            "esale_joomla_wizard.xml",
3387.1.24 by Sofia (Open ERP)
- security rules for objects
44
    ],
3105.1.2 by Christophe Simonis
* convert tabs to 4 spaces
45
    "active": False,
46
    "installable": True
495 by ced
Move less used modules to extra_addons repo
47
}
3105.1.3 by Christophe Simonis
* add encoding comment and vim comment
48
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
49