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

16 lines
573 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
"name": "Brazilian Accounting EDI for services",
"version": "1.0",
"description": """
Brazilian Accounting EDI
========================
Provides electronic invoicing for services for Brazil through Avatax.
""",
"category": "Accounting/Localizations/EDI",
"license": "OEEL-1",
"depends": ["l10n_br_avatax_services", "l10n_br_edi"],
"data": ["views/account_move_views.xml", "wizard/l10n_br_edi_invoice_update_views.xml", "data/ir_cron.xml"],
"auto_install": True,
}