mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-26 21:42:02 +02:00
36 lines
1.4 KiB
Python
36 lines
1.4 KiB
Python
{
|
|
"name": "Avalara Avatax Certified Connector",
|
|
"version": "16.0.1.7.0",
|
|
"author": "Open Source Integrators, Fabrice Henrion,"
|
|
"Sodexis, Odoo Community Association (OCA)",
|
|
"summary": "Compute Sales Tax using the Avalara Avatax Service",
|
|
"license": "AGPL-3",
|
|
"category": "Accounting",
|
|
"website": "https://github.com/OCA/account-fiscal-rule",
|
|
"depends": ["sale_stock", "base_geolocalize"],
|
|
"pre_init_hook": "pre_init_hook",
|
|
"post_load": "post_load_hook",
|
|
"data": [
|
|
"security/avalara_salestax_security.xml",
|
|
"security/ir.model.access.csv",
|
|
"data/avalara_salestax_data.xml",
|
|
"data/avalara_salestax_exemptions.xml",
|
|
"wizard/avalara_get_company_code_view.xml",
|
|
"wizard/avalara_salestax_address_validate_view.xml",
|
|
"wizard/avalara_salestax_ping_view.xml",
|
|
"views/avalara_salestax_view.xml",
|
|
"views/partner_view.xml",
|
|
"views/product_view.xml",
|
|
"views/account_move_action.xml",
|
|
"views/account_move_view.xml",
|
|
"views/account_tax_view.xml",
|
|
"views/account_fiscal_position_view.xml",
|
|
],
|
|
"demo": ["demo/avatax_demo.xml"],
|
|
"images": ["static/description/avatax_icon.png"],
|
|
"installable": True,
|
|
"application": True,
|
|
"external_dependencies": {"python": ["Avalara"]},
|
|
"development_status": "Production/Stable",
|
|
"maintainers": ["dreispt"],
|
|
}
|