13 lines
316 B
Python
13 lines
316 B
Python
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
{
|
||
|
'name': "eCommerce/Gelato bridge",
|
||
|
'category': 'Website/Website',
|
||
|
'depends': ['sale_gelato', 'website_sale'],
|
||
|
'data': [
|
||
|
'data/delivery_carrier_data.xml',
|
||
|
],
|
||
|
'auto_install': True,
|
||
|
'license': 'LGPL-3',
|
||
|
}
|