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