mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-26 23:22:01 +02:00
39 lines
1.2 KiB
Python
39 lines
1.2 KiB
Python
{
|
|
"name": "Avatax Exemptions",
|
|
"version": "16.0.1.0.0",
|
|
"category": "Sales",
|
|
"summary": """
|
|
This application allows you to add exemptions to Avatax
|
|
""",
|
|
"website": "https://github.com/OCA/account-fiscal-rule",
|
|
"author": "Sodexis, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"depends": [
|
|
"website",
|
|
"product",
|
|
"queue_job",
|
|
"account_avatax_sale_oca",
|
|
"account_avatax_exemption_base",
|
|
],
|
|
"data": [
|
|
"security/security.xml",
|
|
"security/ir.model.access.csv",
|
|
"data/cron.xml",
|
|
"data/queue.xml",
|
|
"data/ir_sequence_data.xml",
|
|
"views/avalara_salestax_view.xml",
|
|
"views/avalara_exemption_view.xml",
|
|
"views/product_view.xml",
|
|
"views/exemption_template_views.xml",
|
|
"views/res_country_state_view.xml",
|
|
"views/website_layout.xml",
|
|
"views/website_exemption_tree.xml",
|
|
"views/website_exemption_form.xml",
|
|
"views/partner_view.xml",
|
|
"views/account_move_view.xml",
|
|
"views/sale_view.xml",
|
|
],
|
|
"external_dependencies": {"python": ["Avalara"]},
|
|
"installable": True,
|
|
"application": True,
|
|
}
|