forked from Mapan/odoo17e
12 lines
344 B
Python
12 lines
344 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
{
|
|
'name': "Amazon/TaxCloud Bridge",
|
|
'summary': "Bridge module between Amazon Connector and TaxCloud",
|
|
'category': 'Sales/Sales',
|
|
'version': '1.0',
|
|
'depends': ['sale_amazon', 'account_taxcloud'],
|
|
'auto_install': True,
|
|
'license': 'OEEL-1',
|
|
}
|