26 lines
929 B
Python
26 lines
929 B
Python
{
|
|
'name': 'Fusion WooCommerce',
|
|
'version': '19.0.1.0.0',
|
|
'category': 'Sales',
|
|
'summary': 'Bidirectional WooCommerce \u2194 Odoo sync for products, orders, invoices, and inventory',
|
|
'description': 'Seamless integration between Odoo and WooCommerce. Sync products, prices, inventory, orders, invoices, customers, and documents bidirectionally.',
|
|
'author': 'Fusion Central',
|
|
'website': 'https://fusionsoft.ca',
|
|
'license': 'LGPL-3',
|
|
'depends': ['sale_management', 'stock', 'account', 'contacts', 'mail'],
|
|
'data': [
|
|
'security/woo_security.xml',
|
|
'security/ir.model.access.csv',
|
|
'data/shipping_carriers.xml',
|
|
],
|
|
'assets': {
|
|
'web.assets_backend': [
|
|
'fusion_woocommerce/static/src/css/woo_styles.css',
|
|
],
|
|
},
|
|
'images': ['static/description/icon.png'],
|
|
'installable': True,
|
|
'application': True,
|
|
'auto_install': False,
|
|
}
|