1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/sale_amazon_avatax/__manifest__.py
2024-12-10 09:04:09 +07:00

13 lines
363 B
Python

# 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',
}