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

11 lines
334 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'External Tax Calculation for Subscriptions',
'version': '1.0',
'category': 'Accounting/Accounting',
'depends': ['sale_external_tax', 'sale_subscription'],
'auto_install': True,
'license': 'OEEL-1',
}