forked from Mapan/odoo17e
13 lines
369 B
Python
13 lines
369 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
{
|
|
'name': 'Spain - Amazon Connector',
|
|
'countries': ['es'],
|
|
'version': '1.0',
|
|
'category': 'Localization',
|
|
'summary': "Bridge module between the Spanish localization and Amazon",
|
|
'depends': ['sale_amazon', 'l10n_es'],
|
|
'auto_install': True,
|
|
'license': 'OEEL-1',
|
|
}
|