mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
21 lines
531 B
Python
21 lines
531 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2017 Camptocamp SA
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "HS Code Link",
|
|
"version": "10.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,
|
|
}
|