~openerp-chinese-team/magentoerpconnect/guest-order-bug-fix

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
#########################################################################
#                                                                       #
# Copyright (C) 2009  Sharoon Thomas                                    #
# Copyright (C) 2011 Akretion Sébastien BEAU sebastien.beau@akretion.com#
#                                                                       #
#This program is free software: you can redistribute it and/or modify   #
#it under the terms of the GNU General Public License as published by   #
#the Free Software Foundation, either version 3 of the License, or      #
#(at your option) any later version.                                    #
#                                                                       #
#This program is distributed in the hope that it will be useful,        #
#but WITHOUT ANY WARRANTY; without even the implied warranty of         #
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the          #
#GNU General Public License for more details.                           #
#                                                                       #
#You should have received a copy of the GNU General Public License      #
#along with this program.  If not, see <http://www.gnu.org/licenses/>.  #
#########################################################################
{
    "name" : "Magento e-commerce",
    "version" : "1.0",
    "depends" : ["base",
                 "product",
                 "product_m2mcategories",
                 'delivery',
                 "base_sale_multichannels",
                 "product_images_olbs",
                 "product_links",
                ],
    "author" : "MagentoERPconnect Core Editors",
    "description": """Magento E-commerce management
""",
    'images': [
        'images/main_menu.png',
        'images/instance.png',
        'images/sale_shop.png',
        'images/product.png',
        'images/magentocoreeditors.png',
        'images/magentoerpconnect.png',
    ],
    "website" : "https://launchpad.net/magentoerpconnect",
    "category" : "Generic Modules",
    "init_xml" : ['settings/magerp.product_category_attribute_options.csv',],
    "demo_xml" : [],
    "update_xml" : [
            'security/ir.model.access.csv',
            'settings/magerp.product_category_attribute_options.csv',
            'settings/external.referential.type.csv',
            'settings/1.5.0.0/external.referential.version.csv',
            'settings/1.5.0.0/external.mapping.template.csv',
            'settings/1.5.0.0/external.shop.group/external.mappinglines.template.csv',
            'settings/1.5.0.0/magerp.storeviews/external.mappinglines.template.csv',
            'settings/1.5.0.0/sale.shop/external.mappinglines.template.csv',
            'settings/1.5.0.0/res.partner.category/external.mappinglines.template.csv',
            'settings/1.5.0.0/product.category/external.mappinglines.template.csv',
            'settings/1.5.0.0/attribut.set/external.mappinglines.template.csv',
            'settings/1.5.0.0/attribut.group/external.mappinglines.template.csv',
            'settings/1.5.0.0/attribut/external.mappinglines.template.csv',
            'settings/1.5.0.0/product/external.mappinglines.template.csv',
            'settings/1.5.0.0/sale.order/external.mappinglines.template.csv',
            'settings/1.5.0.0/sale.order.line/external.mappinglines.template.csv',
            'settings/1.5.0.0/res.partner/external.mappinglines.template.csv',
            'settings/1.5.0.0/res.partner.address/external.mappinglines.template.csv',
            'settings/1.5.0.0/account.invoice/external.mappinglines.template.csv',
            'settings/1.5.0.0/product.link/external.mappinglines.template.csv',
            'settings/magerp_product_product_type.xml',
            'magerp_data.xml',
            'magerp_core_view.xml',
            'product_view.xml',
            'partner_view.xml',
            'sale_view.xml',
            'product_images_view.xml',
            'magerp_menu.xml',
            'delivery_view.xml',
            'product_links_view.xml',
            'wizard/open_product_by_attribut_set.xml',
                    ],
    "auto_install": False,
    "installable": True,
    'application': True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: