mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
29 lines
694 B
Python
29 lines
694 B
Python
# © 2019-2021 Hibou Corp.
|
|
|
|
{
|
|
'name': 'Opencart Connector',
|
|
'version': '15.0.1.0.0',
|
|
'category': 'Connector',
|
|
'depends': [
|
|
'account',
|
|
'product',
|
|
'delivery',
|
|
'sale_stock',
|
|
'connector_ecommerce',
|
|
'base_technical_user',
|
|
],
|
|
'author': 'Hibou Corp.',
|
|
'license': 'AGPL-3',
|
|
'website': 'https://hibou.io',
|
|
'data': [
|
|
'data/connector_opencart_data.xml',
|
|
'security/ir.model.access.csv',
|
|
'views/delivery_views.xml',
|
|
'views/opencart_backend_views.xml',
|
|
'views/opencart_product_views.xml',
|
|
'views/product_views.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
}
|