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

9 lines
280 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Test SOs for the Brazilian Avatax',
'version': '1.0',
'category': 'Accounting/Accounting',
'depends': ['l10n_br_avatax', 'sale_external_tax', 'sale'],
'license': 'OEEL-1',
}