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
|
{
"name" : "Magento Synchro Smile",
"version" : "0.9.9",
"author" : "Smile",
"category" : "Interfaces/CMS & eCommerce",
"website" : "http://code.google.com/p/magento-openerp-smile-synchro/",
#please notice that the delivery module is only used to add attach a shipping price line
"depends" : ["product", "stock", "sale", "account", "account_tax_include"],
"description": """Magento OpenERP Interface - This module allows product catalog
and sale orders synchronization between OpenERP and Magento.
This module is contributed by the Smile French IT company (www.smile.fr)
and Zikzakmedia (www.zikzakmedia.com)""",
"init_xml" : [],
"demo_xml" : [],
"update_xml" : [
'security/ir.model.access.csv',
'partner_view.xml',
'product_view.xml',
'sale_view.xml',
'pricelist_view.xml',
'magento_view.xml',
'magento_wizard.xml',
'magento_data.xml',
],
"active": False,
"installable": True
}
|