mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
15 lines
469 B
Python
15 lines
469 B
Python
# Copyright 2017 Camptocamp SA
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "HS Code Link",
|
|
"version": "13.0.1.0.0",
|
|
"depends": ["product_harmonized_system", "delivery"],
|
|
"author": "Camptocamp SA, Odoo Community Association (OCA)",
|
|
"website": "http://www.camptocamp.com",
|
|
"license": "AGPL-3",
|
|
"category": "Reporting",
|
|
"data": ["views/product_views.xml"],
|
|
"installable": True,
|
|
"auto_install": True,
|
|
}
|