# Part of Odoo. See LICENSE file for full copyright and licensing details. { 'name': "Amazon/Avatax Bridge", 'summary': "Bridge module between Amazon Connector and Avatax", 'category': 'Sales/Sales', 'version': '1.0', 'depends': ['sale_amazon', 'account_avatax'], 'installable': True, 'auto_install': True, 'license': 'OEEL-1', }