Files
intrastat-extrastat/hs_code_link/__manifest__.py
2023-10-06 15:04:16 +00:00

16 lines
540 B
Python

# Copyright 2017 Camptocamp SA
# Copyright 2023 ForgeFlow <http://www.forgeflow.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "HS Code Link",
"version": "13.0.2.0.0",
"depends": ["product_harmonized_system", "delivery"],
"author": "Camptocamp SA, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/intrastat-extrastat",
"license": "AGPL-3",
"category": "Reporting",
"data": ["views/product_views.xml"],
"installable": True,
"auto_install": True,
}