forked from Mapan/odoo17e
13 lines
363 B
Python
13 lines
363 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
{
|
|
"name": "Avatax Brazil Sale for Services",
|
|
"version": "1.0",
|
|
"category": "Accounting/Accounting",
|
|
"depends": ["l10n_br_avatax_services", "l10n_br_edi_sale"],
|
|
"data": [
|
|
"views/sale_order_views.xml",
|
|
],
|
|
"license": "OEEL-1",
|
|
"auto_install": True,
|
|
}
|