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

10 lines
261 B
Python

# -*- coding: utf-8 -*-
{
'name': "External calculation for Ecommerce",
'category': 'Accounting/Accounting',
'depends': ['sale_external_tax', 'website_sale'],
'data': ['views/templates.xml'],
'auto_install': True,
'license': 'OEEL-1',
}