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

14 lines
375 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Avatax for geo localization',
'version': '1.0',
'category': 'Accounting/Accounting',
'depends': ['account_avatax', 'base_geolocalize'],
'data': [
'views/res_partner_views.xml',
],
'auto_install': True,
'license': 'OEEL-1',
}