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