forked from Mapan/odoo17e
10 lines
261 B
Python
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',
|
|
}
|